suPhp failure during install - oh god

kevster

Verified User
Joined
Jun 26, 2008
Messages
96
Hi everyone,

Sorry to bother you however I was installing suPHP today using these instructions for CentOS

http://www.howtoforge.com/install-s...tions-for-use-with-ispconfig-2.2.20-and-above

I have installed it and now it wont load httpd properly. The error im getting on SSH is

[root@i custombuild]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 31 of /etc/httpd/conf/httpd.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration


Please help :(
 
Also line 31 is here

27<Directory /home/*>
28 AllowOverride All
29 Options -MultiViews -Indexes FollowSymlinks IncludesNoExec +Includes
30<Limit GET POST OPTIONS PROPFIND>
31 Order allow,deny
32 Allow from all
33</Limit>
 
I have the custombuild installed in that case as iv used the ./build command before. I will try rebuild apache again
 
Thanks dude after rebuilding apache everything is working now

One of my scripts says

PHP is running under the 'apache' account

Im needing to change this. Is there a way to change this?

Thanks,
kevin.
 
Hi thanhtamntp,

Thanks for your opinion on that :) However I am looking to change it. Do you have a guide/solution on how to do that.

Thanks,
Kevin.
 
Set php5_cgi to yes in the options.conf file and rebuild PHP.
 
Back
Top