作者:冰忆ch | 来源:互联网 | 2023-05-19 18:22
在安装玩PHP5以后,修改了httpd.conf配置文件,然后,启动阿帕奇的时候,系统报错。[root@localhost桌面]#exportapachebinapachectlst
在安装玩PHP5以后,修改了httpd.conf配置文件,然后,启动阿帕奇的时候,系统报错。
[root@localhost 桌面]# /export/apache/bin/apachectl start
Syntax error on line 357 of /export/apache/conf/httpd.conf:
Invalid command '\xe2\x80\xa8AddType', perhaps misspelled or defined by a module not included in the server configuration
[root@localhost 桌面]# vim /export/apache/conf/httpd.conf
报错的位置
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source.phps
是第四行
谁能帮我看看,问题是哪里?
主配置文件,仅修改了这个还有添加一个INDEX.PHP支持
2 个解决方案
目测
AddType前面应该是有未知字符 删掉 重新手动输入一遍。
AddType application/x-httpd-php-source.phps
中间少个了空格吧?
AddType application/x-httpd-php-source .phps