Installing php(suexec) for Apache
- by John
I've got Apache installed and running but how do i install and run PHP as fastcgi so it runs as its own user?
here is my apache config:
./configure --prefix=/usr/local/apache2 --enable-rewrite=shared --enable-so --enable-suexec --disable-asis --disable-autoindex --enable-cache --enable-deflate --enable-disk-cache --enable-expires…