Re: [Solved] apache and php scripts

2004-08-03 Thread Harland Christofferson
At Tuesday, 3 August 2004, "Monique Y. Mudama" <[EMAIL PROTECTED] org> wrote: *snip* >Interest. Where did you get your httpd.conf from? I have the following >in my httpd.conf: > >Include /etc/apache/modules.conf > >Granted, my apache configuration has been ported from machine to machine >for s

Re: [Solved] apache and php scripts

2004-08-03 Thread Monique Y. Mudama
On 2004-08-03, Harland Christofferson penned: > At Tuesday, 3 August 2004, "Monique Y. Mudama" <[EMAIL PROTECTED] > org> wrote: > > *snip* >> >>Do you have the following line in any of the files in /etc/apache ? >> >>LoadModule php4_module /usr/lib/apache/1.3/libphp4.so >> >>-- >>monique >> > > tu

[Solved] apache and php scripts

2004-08-03 Thread Harland Christofferson
At Tuesday, 3 August 2004, "Monique Y. Mudama" <[EMAIL PROTECTED] org> wrote: *snip* > >Do you have the following line in any of the files in /etc/apache ? > >LoadModule php4_module /usr/lib/apache/1.3/libphp4.so > >-- >monique > turns out this was exactly the problem. LoadModule php4_module /u

Re: apache and php scripts

2004-08-03 Thread Monique Y. Mudama
On 2004-08-02, Harland Christofferson penned: > At Monday, 2 August 2004, "Jacob S." <[EMAIL PROTECTED]> wrote: > > *snip* >> >>Which php4 package(s) did you install? You will need php4-cgi, if it >>is not currently installed. >> >>HTH, Jacob >> > > i installed php4 and installed php4-cgi as per yo

Re: apache and php scripts

2004-08-02 Thread Harland Christofferson
At Monday, 2 August 2004, "Jacob S." <[EMAIL PROTECTED]> wrote: *snip* > >Which php4 package(s) did you install? You will need php4-cgi, if it is >not currently installed. > >HTH, >Jacob > i installed php4 and installed php4-cgi as per your recommendation. still same symptom. -- To UNS

Re: apache and php scripts

2004-08-02 Thread Harland Christofferson
At Monday, 2 August 2004, you wrote: *snip* > >It should be in /etc/apache/modules.conf. >Mine goes: >LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so > >But I'm pretty sure it's going to be there. >It's more likely that something else is wrong, something simpler probably ;) >but I fail to

Re: apache and php scripts

2004-08-02 Thread Jacob S.
On Mon, 2 Aug 2004 09:56:34 -0400 Harland Christofferson <[EMAIL PROTECTED]> wrote: > At Monday, 2 August 2004, Joost De Cock <[EMAIL PROTECTED]> wrote: > > *snip* > > > > >Check out your apache config file: > >/etc/apache/httpd.conf > > > >look for these lines: > >AddType application/x-httpd-ph

Re: apache and php scripts

2004-08-02 Thread Joost De Cock
On Monday 02 August 2004 15:56, Harland Christofferson hurled the following on the wire: *snip* > >look for these lines: > >AddType application/x-httpd-php .php > >AddType application/x-httpd-php-source .phps > > > >Are they commented out? Then uncomment them. (you don't need the > > second one)

Re: apache and php scripts

2004-08-02 Thread Harland Christofferson
At Monday, 2 August 2004, Joost De Cock <[EMAIL PROTECTED]> wrote: *snip* > >Check out your apache config file: >/etc/apache/httpd.conf > >look for these lines: >AddType application/x-httpd-php .php >AddType application/x-httpd-php-source .phps > >Are they commented out? Then uncomment them. (you

Re: apache and php scripts

2004-08-02 Thread Joost De Cock
On Monday 02 August 2004 14:58, Harland Christofferson hurled the following on the wire: > i am trying to get a .php script to run via apache. i have other > cgi scripts running for other aliased paths but none for .php. ... > i have installed the php4 package via apt-get. > when i click on a .php

apache and php scripts

2004-08-02 Thread Harland Christofferson
i am trying to get a .php script to run via apache. i have other cgi scripts running for other aliased paths but none for .php. i have installed the php4 package via apt-get. my alias in http.conf for this script is: # # Alias for oscommerce added 08/02/04 by hhc # Alias /oscommerce/index.htm