suPHP for knoob

RPD-Darren

New member
Joined
Jul 14, 2010
Messages
2
Hey.

I just got my new VPS up and running with DirectAdmin and loving it.

I need to know how to install suPHP, the server is running CentOS 5.5 32 bit.
 
Search these forums for install suPHP (use Google, not the forum search, but search only this site), find the threads on how to use CustomBuild.

Jeff
 
I got suPHP installed, but it doesn't appear to work.

the suPHP logs are there, and I have a php.ini file in the public_html directory, but it isn't being used.
 
if you are using the custom build then it's easy to setup.

edit the options.conf in /usr/local/directadmin/custombuild

change php5_cli to no
change php5_cgi to yes

then run the following cmds

./build update
./build all d
./build rewrite_confs


hopefully this works for you
 
Back
Top