Re: [EMAIL PROTECTED] PHP configuration error

2007-01-06 Thread Richard Lynch
On Fri, January 5, 2007 5:22 pm, Jay Chandler wrote: > Richard Lynch wrote: >> On Fri, January 5, 2007 1:34 am, Jay Chandler wrote: >> >>> Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed >>> from >>> ports)-- trying to get it to render .php pages correctly, but >>> instead >>> it >

Re: [EMAIL PROTECTED] PHP configuration error

2007-01-06 Thread Yvo van Doorn
Stupid question *but* worth asking... mod_mime is loaded, correct? On 1/5/07, Jay Chandler <[EMAIL PROTECTED]> wrote: Richard Lynch wrote: > On Fri, January 5, 2007 1:34 am, Jay Chandler wrote: > >> Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed from >> ports)-- trying to get

Re: [EMAIL PROTECTED] PHP configuration error

2007-01-05 Thread Jay Chandler
Richard Lynch wrote: On Fri, January 5, 2007 1:34 am, Jay Chandler wrote: Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed from ports)-- trying to get it to render .php pages correctly, but instead it insists on trying to save the files instead. I've added the following lines

Re: [EMAIL PROTECTED] PHP configuration error

2007-01-05 Thread Richard Lynch
On Fri, January 5, 2007 1:34 am, Jay Chandler wrote: > Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed from > ports)-- trying to get it to render .php pages correctly, but instead > it > insists on trying to save the files instead. > > I've added the following lines to httpd.conf:

[EMAIL PROTECTED] PHP configuration error

2007-01-04 Thread Jay Chandler
Howdy. Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed from ports)-- trying to get it to render .php pages correctly, but instead it insists on trying to save the files instead. I've added the following lines to httpd.conf: LoadModule php5_module libexec/apache22/libphp5.so