修改了 apache 配置文件,重启时又报错,
- sudo /etc/init.d/apache2 restart
-
apache2: Syntax error on line 230 of /etc/apache2/apache2.conf: Syntax error on line 14 of /etc/apache2/sites-enabled/000-default: Expected but saw
-
Action 'configtest' failed.
-
The Apache error log may have more information.
-
...fail!
还以未是文件夹权限什么的,在网上搜索,都是说什么编译器版本什么乱七八糟的。
后来检查配置文件发现
- DocumentRoot/home/wangchengyi/www
-
-
Options FollowSymLinks
-
AllowOverride None
-
-
-
Options Indexes FollowSymLinks MultiViews
-
AllowOverride None
-
Order allow,deny
-
allow from all
-
DocumentRoot 和 文件夹中间没有用空格分开,修改后就好了。
阅读(2619) | 评论(0) | 转发(0) |