Re: [users@httpd] PHP doesn't process pages

2012-04-22 Thread John Iliffe
On Sunday 22 April 2012 03:34:35 Noel Butler wrote: > On Sun, 2012-04-22 at 00:41 -0400, John Iliffe wrote: > > > AddType application/x-httpd-php .php > > > > I did this and get the same result as before. > > > > The complete PHP configuration is: > > LoadModule php5_modulemodules/libph

Re: [users@httpd] PHP doesn't process pages

2012-04-22 Thread John Iliffe
On Sunday 22 April 2012 03:34:35 Noel Butler wrote: > On Sun, 2012-04-22 at 00:41 -0400, John Iliffe wrote: > > > AddType application/x-httpd-php .php > > > > I did this and get the same result as before. > > > > The complete PHP configuration is: > > LoadModule php5_modulemodules/libph

[users@httpd] Re: mod_include

2012-04-22 Thread john walker
On Saturday, 21 April, 2012 1:02 Jorge Antonio wrote: From: "Grupo PF_Jorge Antonio Santiago Gonzalez To: "users@httpd.apache.org" Hi, I am trying to compile the mod_include.c to get the shared object (mod_include.so) and put it in the http.conf, but I get the next error. Command: # /herram

Re: [users@httpd] PHP doesn't process pages

2012-04-22 Thread William A. Rowe Jr.
On 4/22/2012 6:08 AM, Noel Butler wrote: > John, > > On Sun, 2012-04-22 at 17:34 +1000, Noel Butler wrote: > >> >> I note your using php 5.4.0 - all my testing has been with 5.3.10 and is >> done on >> Slackware, but I do have one RHEL 5.2 >> I'll throw 5.4 on the dev box if I get a chance later

Re: [users@httpd] PHP doesn't process pages

2012-04-22 Thread Noel Butler
John, On Sun, 2012-04-22 at 17:34 +1000, Noel Butler wrote: > > I note your using php 5.4.0 - all my testing has been with 5.3.10 and > is done on Slackware, but I do have one RHEL 5.2 > I'll throw 5.4 on the dev box if I get a chance later (almost dinner > time here) and see what blows up :) >

Re: [users@httpd] PHP doesn't process pages

2012-04-22 Thread Noel Butler
On Sun, 2012-04-22 at 00:41 -0400, John Iliffe wrote: > > AddType application/x-httpd-php .php > > I did this and get the same result as before. > > The complete PHP configuration is: > > LoadModule php5_modulemodules/libphp5.so > > > SetHandler application/x-httpd-php > >