Re: [EMAIL PROTECTED] Help getting php up and running

2006-02-11 Thread CasperLinux
On Saturday 11 February 2006 12:56, Diona Kidd wrote: > It sounds as if Apache isn't executing the php when it should be. Do you > also have the AddType statements in httpd.conf? > > AddType application/x-httpd-php .php .phtml > AddType application/x-httpd-php-source .phps I don't understand it si

Re: [EMAIL PROTECTED] Help getting php up and running

2006-02-11 Thread httpd2
Don - I have sent you a complete httpd.conf include file off list, for loading Apache 1.3.x modules. It should be usable directly. On Sat, 11 Feb 2006 [EMAIL PROTECTED] wrote: > To: users@httpd.apache.org > From: [EMAIL PROTECTED] > Subject: Re: [EMAIL PROTECTED] Help getting p

Re: [EMAIL PROTECTED] Help getting php up and running

2006-02-11 Thread httpd2
I have not used Apache 1.3.x series for a while now. If these are 1.3 modules, then you don't need to load the libapache2-mod-php5 - it's for the 2 series. Even it it was for 1.3.x series, I don't think you can load php4 & php5 modules together into the same instance of apache. Which module's

Re: [EMAIL PROTECTED] Help getting php up and running

2006-02-11 Thread Diona Kidd
It sounds as if Apache isn't executing the php when it should be. Do you also have the AddType statements in httpd.conf? AddType application/x-httpd-php .php .phtml AddType application/x-httpd-php-source .phps CasperLinux wrote: > Anyone have any input? I am googling till my fingers hurt and eve

Re: [EMAIL PROTECTED] Help getting php up and running

2006-02-11 Thread Boysenberry Payne
I'm catching this thread late, did you already reinstall apache w/php? Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Feb 11, 2006, at 9:18 AM, CasperLinux wrote: Anyone have any input? I am googling till my fingers hurt and everything I find says it should be running. Wh

[EMAIL PROTECTED] Help getting php up and running

2006-02-11 Thread CasperLinux
Anyone have any input? I am googling till my fingers hurt and everything I find says it should be running. Whenever I try to open a test.php file all I get is the web browswer trying to save the file instead of serving up the php content. On Friday 10 February 2006 21:28, CasperLinux wrote: > I r