Re: [SOLVED] Re: apache2 activating php5

2007-04-26 Thread Ryan Schmidt
On Apr 25, 2007, at 18:18, Thoraval Yvon wrote: On Wed, 25 Apr 2007 21:51:47 +0100 Mark Hattam wrote: In your httpd.conf file have you got the Server Root set correctly? ServerRoot /opt/local/apache2 If putting the full (absolute) path fixes php5 module, then it probably means that Apache

Re: [SOLVED] Re: apache2 activating php5

2007-04-26 Thread Thoraval Yvon
On Thu, 26 Apr 2007 04:31:38 -0500 Ryan Schmidt [EMAIL PROTECTED] wrote: LoadModule php5_module modules/libphp5.so should be sufficient. It works fine for me. YES i agree with you but... Are you *sure* ServerRoot is set correctly? Perhaps you have defined it twice? Perhaps not even in

[SOLVED] Re: apache2 activating php5

2007-04-25 Thread Yvon Thoraval
Le 24 avr. 07 à 11:13, Ryan Schmidt a écrit : Sounds like you're almost there. Let me see what I have in my apache2 httpd.conf, which is working fine with php5. Near the other LoadModule directives at the top, you'll need this: LoadModule php5_module modules/libphp5.so NO that was the

[SOLVED] Re: apache2 activating php5

2007-04-25 Thread Mark Hattam
In your httpd.conf file have you got the Server Root set correctly? ServerRoot /opt/local/apache2 If putting the full (absolute) path fixes php5 module, then it probably means that Apache isn't find any of its other modules either ... Mark -- At 12:53 +0200 25/4/07, Yvon Thoraval wrote:

Re: apache2 activating php5

2007-04-24 Thread Ryan Schmidt
On Apr 24, 2007, at 03:37, Yvon Thoraval wrote: i've installed Apache2 by : $ sudo port install php5 +apache2 +mysql5 then, i did : stop Apple's default Apache ; chane firewall setup following http://edu.ca.edu/article72.html in particular,adding :

Re: apache2 activating php5

2007-04-24 Thread Yvon Thoraval
Le 24 avr. 07 à 11:13, Ryan Schmidt a écrit : Sounds like you're almost there. Let me see what I have in my apache2 httpd.conf, which is working fine with php5. Near the other LoadModule directives at the top, you'll need this: LoadModule php5_module modules/libphp5.so obviously i've