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

Re: [cobalt-users] php4 displays blank page



   If that isn't the problem, send along some info regarding your
æoperating system version, and Apache version.
æ


I'm on a raq 3; with php404.1 installed; mysql 3.23.37 installed; and [sob]
apache 1.3.6



My httpd.conf looks like this:
# Extra Modules
#LoadModule php_module         modules/mod_php.so
#LoadModule php3_module        modules/libphp3.so
#LoadModule perl_module        /usr/lib/apache/libperl.so
LoadModule php4_module       /usr/lib/apache/libphp4.so
#LoadModule php4_module        lib/apache/libphp4.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
#AddModule mod_php4.c

My srm.conf now looks like this after taking Carrie's suggestion:

# For example, the PHP3 module (not part of the Apache distribution)
# will typically use:
#AddType application/x-httpd-php3 .php3
#AddType application/x-httpd-php3-source .phps
AddType application/x-httpd-php .php .php3 .php4 .phtml
AddType application/x-httpd-php4 .php4
AddType application/x-httpd-php4 .php

I have remembered to restart the webserver everytime I made a change.
Wonder if reboot will help?

-- 
joann
If anyone here believes in Telekinesis, raise my hand.