[us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Paul McFerrin
I'me been trying to get PHP4 to run with Apache1.3.41 but I don't know enough to tie things in as a fastcgi. What other files have to be modified? Where does PHP4 have to be installed? Can someone tie things in for me. I seemed to so close but yet so far. Rightnow my .php file jst downloads

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Devraj Mukherjee
You need to add something like AddType application/x-httpd-php .php to your Apache configuration file. You are also likely to get more information regarding this on the PHP resource centres. Also is there a reason you aren't choosing Apache 2.x + PHP5? On Fri, Jan 1, 2010 at 8:17 AM, Paul

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Daniel Reinhardt
-- From: Devraj Mukherjee dev...@gmail.com Sent: 31 December, 2009 23:15 To: users@httpd.apache.org; pmcfer...@columbus.rr.com Subject: Re: [us...@httpd] Getting PHP to work w Apache 1.3.41 You need to add something like AddType application/x

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Paul McFerrin
Mukherjee dev...@gmail.com Sent: 31 December, 2009 23:15 To: users@httpd.apache.org; pmcfer...@columbus.rr.com Subject: Re: [us...@httpd] Getting PHP to work w Apache 1.3.41 You need to add something like AddType application/x-httpd-php .php to your Apache configuration file. You are also likely to get

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Paul McFerrin
php_apache.c But no instructions. Daniel Reinhardt wrote: -- From: Devraj Mukherjee dev...@gmail.com Sent: 31 December, 2009 23:15 To: users@httpd.apache.org; pmcfer...@columbus.rr.com Subject: Re: [us...@httpd] Getting PHP to work w Apache

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Eric Covener
On Thu, Dec 31, 2009 at 10:01 PM, Paul McFerrin pmcfer...@columbus.rr.com wrote: I'm sure these is more to add to webserver.  In my directory: sapi/apache there are: CREDITS    libphp4.module.in       mod_php4.h      php_apache_http.h apMakefile.libdir       php.sym         sapi_apache.c

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Daniel Reinhardt
-- From: Paul McFerrin pmcfer...@columbus.rr.com Sent: 01 January, 2010 2:55 To: users@httpd.apache.org Subject: Re: [us...@httpd] Getting PHP to work w Apache 1.3.41 Well yes no. I'm having to build PHP4 myself. Instructions for installing

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Frank Gingras
Daniel Reinhardt wrote: -- From: Paul McFerrin pmcfer...@columbus.rr.com Sent: 01 January, 2010 2:55 To: users@httpd.apache.org Subject: Re: [us...@httpd] Getting PHP to work w Apache 1.3.41 Well yes no. I'm having to build PHP4 myself