sudo service apache2 start不工作了,我要
* Starting web server apache2
apache2: Syntax error on line 234 of /etc/apache2/apache2.conf: Syntax error on line 51 of /etc/apache2/conf.d/eventum-2.2/CONTRIB: Include takes one argument, Name of the config file to be included
Action 'start' failed.如果有人知道,请帮帮我。
发布于 2013-08-28 08:55:22
您将事件应用程序解压缩到apache2配置目录中,这肯定是错误的位置。
sudo mv /etc/apache2/conf.d/eventum-2.2 /var/www
service apache2 restarthttps://askubuntu.com/questions/338274
复制相似问题