> From: er-chan <[EMAIL PROTECTED]>
>
> In /etc/httpd/conf/httpd.conf there are lines with
> #Load module php_module modules/mod_php.so
> #Load module php3_module modules/libphp3.so
>
> locate modules/mod_php.so failed to find any modules containing php
>
> What I want is not necessarily modules but php.cgi for php4 or php3
>
> ; this may not be most efficient for speed but maybe easier to install
>
> and learn scripting for a newbie. thanks
The lines you want to uncomment include:
LoadModule php_module modules/mod_php.so
LoadModule php3_module modules/libphp3.so
AddModule mod_php.c
AddModule mod_php3.c
AddType application/x-httpd-php3 .php
AddType application/x-httpd-php3-source .phps
RH 6.1's apache should be all set up to use those modules (assuming
you installed the apache and php RPMS).
Then:
/etc/rc.d/init.d/httpd restart
HTH,
Dave
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.