[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] PHP Install - Modifications to httpd.conf



Hi,

Which of these lines in the httpd.conf file need to be changed 
for php-3.0.14-2.i386.rpm install on a Raq3i?

I have read from previous messages about the RPM's not setting
the right location for " libphp3.so" but I'm wondering if about
the rest of this? Here's the section from the file:

# Extra Modules
#LoadModule php_module         modules/mod_php.so
#LoadModule php3_module        modules/libphp3.so
#LoadModule perl_module        modules/libperl.so

#  Reconstruction of the complete module list from all available
modules
#  (static and shared ones) to achieve correct module execution
order.
#  [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS,
TOO]
#ClearModuleList

# Extra Modules
#AddModule mod_php.c
#AddModule mod_php3.c
#AddModule mod_perl.c

I have already uncommented this line and changed it to:

LoadModule php3_module        /usr/lib/apache/libphp3.so

but again, wondering about the rest????

Thanks for any help, ... David