duke28
Verified User
hi
do you have config your /etc/httpd/conf/httpd.conf ??
be sure you have this line in your httpd.conf
LoadModule suphp_module /usr/lib/apache/mod_suphp.so
and this one :
AddModule mod_suphp.c
and this :
<IfModule mod_php4.c>
suPHP_Engine on
AddHandler x-httpd-php .php
AddType application/x-httpd-php .inc .php .php4 .php3 .phtml
AddType application/x-httpd-php-source .phps
</IfModule>
do you have config your /etc/httpd/conf/httpd.conf ??
be sure you have this line in your httpd.conf
LoadModule suphp_module /usr/lib/apache/mod_suphp.so
and this one :
AddModule mod_suphp.c
and this :
<IfModule mod_php4.c>
suPHP_Engine on
AddHandler x-httpd-php .php
AddType application/x-httpd-php .inc .php .php4 .php3 .phtml
AddType application/x-httpd-php-source .phps
</IfModule>