[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Little progress on PHP..
- Subject: [cobalt-users] Little progress on PHP..
- From: Jonathan Nichols <jnichols@xxxxxxx>
- Date: Mon Apr 5 16:56:01 2004
- Organization: pbp.net
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I think this got list in the shuffle.. ;)
> anyway... do this and try starting apache correctly :)
>
> rpm -Uvh
>
ftp://www.zeffie.com/tmp/libpng-1.2.2-16.Z1.Sun.Cobalt.Networks.Zeffie.com.raq4.i386.rpm
>
> /etc/rc.d/init.d/httpd start
>
Cool. That worked. It starts.
Still won't display PHP pages, tho. heh.
Does that php 4.3.4.pkg install mod_php or compile PHP into httpd somehow?
httpd.conf has the following sections about PHP:
# Extra Modules
#LoadModule php_module modules/mod_php.so
#LoadModule php3_module modules/libphp3.so
LoadModule php4_module modules/libphp4.so
# because mod_perl leaks, this is included by default
#LoadModule perl_module /usr/lib/apache/libperl.so
# make sure that this gets loaded first:
LoadModule ssl_module modules/libssl.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_casp2.c