[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] Need confirmation per raq 3/php 4. Almost done
- Subject: [cobalt-developers] Need confirmation per raq 3/php 4. Almost done
- From: "Joel Holtzman" <joel@xxxxxxxxxxxxxx>
- Date: Sun Dec 23 20:40:01 2001
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Thanks for your time. I have seen different articles on installing php4 on
raq 3 on the archives of this list and elsewhere
What I need confirmation with is (Due to confusion from different advice
with teh httpd.conf file) when I am in httpd.conf
I do *not* see
LoadModule php4_module /usr/lib/apache/libphp4.so
by default.
I see 3 uncommented lines:
> #LoadModule php_module modules/mod_php.so
> #LoadModule php3_module modules/libphp3.so
> #LoadModule perl_module /usr/lib/apache/libperl.so
Do I just uncomment the first line and save it?
Or *must* I add:
LoadModule php4_module /usr/lib/apache/libphp4.so
after those 3 and save? is there a difference ?
Thanks. After this I should know the remainder of the process
Joel