*************************************
* *
* All parts have been installed *
* *
*************************************
Type: /sbin/service httpd restart
[root@server custombuild]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd: httpd: Syntax error on line 424 of /etc/httpd/conf/httpd.conf: Could not open configuration file /etc/httpd/conf/extra/httpd-suphp.conf: No such file or directory
[FAILED]
oops!
rebuilding...
failed:
Trying to make mod_perl...
make: *** No targets specified and no makefile found. Stop.
rebuilding...
went fine
but
[root@server custombuild]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 27 of /etc/httpd/conf/extra/httpd-deflate.conf:
Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration
seems like need to add
–enable-headers when building apache2
rebuilding...
went fine
but
[root@server httpd]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 30 of /etc/httpd/conf/extra/httpd-deflate.conf:
DeflateFilterNote not allowed here
[FAILED]
not sure what's wrong with these
Code:
DeflateFilterNote Input instream
DeflateFilterNote Output outstream
DeflateFilterNote Ratio ratio
LogFormat '"%r" %{outstream}n/%{instream}n (%{ratio}n%%)' deflate
CustomLog /var/log/httpd/deflate_log deflate
commented out.
apache started fine.
remove everything in /etc/httpd/ and /usr/local/lib/php.ini
and rebuilt
seems mod_deflate is not included after finished...strange...
tried to use DA to create a user, error:
Could not include user's httpd file to the main httpd.conf