[NTLUG:Discuss] PHP Question
    Jack Snodgrass 
    idiotboy at cybermail.net
       
    Tue Jul 17 08:50:10 CDT 2001
    
    
  
The apache log info should give a bit more info. 'Refuse to 
start up' isn't giving us much to work with. 
There are different ways to get PHP and Apache working. 
I like the method where you use shared libraries ( something
like that ) so that your php stuff is placed in the 
/www/libexec
directory and you reference it via httpd.conf with
LoadModule php4_module        libexec/libphp4.so
You have to have apache compiled with the so option and compile 
php likewise. 
What errors are you getting? 
jack
----- Original Message ----- 
From: "Jim Adams" <jmadams at netscope.net>
To: <discuss at ntlug.org>
Sent: Tuesday, July 17, 2001 2:33 AM
Subject: [NTLUG:Discuss] PHP Question
> Greetings,
> Perhaps I haven't dug through the documentation deep enough but does
> anyone know how to get php apps written for versions 3 and 4 to work on
> a single apache box? I may not even know if I am asking the correct
> question. When I install both php and php4 modules for apache it
> (apache) refuses to start up. 
> 
> Thank You
> _______________________________________________
> http://www.ntlug.org/mailman/listinfo/discuss
> 
    
    
More information about the Discuss
mailing list