[root@localhost apache]# ./bin/apachectl start
Syntax error on line 205 of /usr/local/apache/conf/httpd.conf:
Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration
./bin/apachectl start: httpd could not be started
我看了一下没有libphp4.so是怎么回事呀,谢了,我真的很急!!!
[root@localhost php-4.3.4]# /www/apache/bin/apachectl configtest
Syntax error on line 774 of /www/apache/conf/httpd.conf:
AddType requires at least two arguments, a mime type followed by one or more file extensions
It has libphp4.so
but apache still cannot work after I type AddType application/x-httpd-php .php and
AddType application/x-httpd-php .php3
How can I deal with it ?