RE: Apache and PHP on RedHat 8

2003-03-03 Thread Chris Mason
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Richard Humphrey > Sent: Monday, March 03, 2003 3:44 PM > To: [EMAIL PROTECTED] > Subject: RE: Apache and PHP on RedHat 8 > > > Try using it has to do with Apache 2.0

RE: Apache and PHP on RedHat 8

2003-03-03 Thread Christian Campbell
That seemed to fix the problem. I edited /etc/php.info and enabled the ability to use "mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 2:44 PM To: [EMAIL PROTECTED] Subject: RE: Apache and PHP on RedHat 8 Try using mailto:[EMAIL PROTECTED] Behalf Of Christian Campbell Sent: Monday,

Re: Apache and PHP on RedHat 8

2003-03-03 Thread Leonard Miller
t 8, and am trying to get Apache and PHP to work. This has always worked for me "out of the box" with a new install on previous versions of RedHat. Here are the rpm's that are installed: php-ldap-4.2.2-8.0.5 php-imap-4.2.2-8.0.5 php-4.2.2-8.0.5 php-pgsql-4.2.2-8.0.5 httpd-manual-2

RE: Apache and PHP on RedHat 8

2003-03-03 Thread Richard Humphrey
Try using mailto:[EMAIL PROTECTED] Behalf Of Christian Campbell Sent: Monday, March 03, 2003 1:39 PM To: Red Hat Listserv (E-mail) Subject: Apache and PHP on RedHat 8 I have just done a fresh install of RedHat 8, and am trying to get Apache and PHP to work. This has always worked for me "o

Apache and PHP on RedHat 8

2003-03-03 Thread Christian Campbell
I have just done a fresh install of RedHat 8, and am trying to get Apache and PHP to work. This has always worked for me "out of the box" with a new install on previous versions of RedHat. Here are the rpm's that are installed: php-ldap-4.2.2-8.0.5 php-imap-4.2.2-8.0.5 php-4.2.2-

Re: RH7.3 Apache and PHP

2002-12-11 Thread Bret Hughes
On Wed, 2002-12-11 at 20:45, John Nichel wrote: > I don't know what to tell you then man. Have you tried it in both > Netscape and IE? I've seen a problem like this before, and had > something to do with the way Netscape was handling the mime type, but I > can't find that answer (it's in a FAQ

Re: RH7.3 Apache and PHP

2002-12-11 Thread John Nichel
: John I have tried it with and without the Ifdefine and IfModules statements neither seem to make a difference Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of John Nichel Sent: 11 December 2002 15:25 To: [EMAIL PROTECTED] Subject: Re: RH7.3

RE: RH7.3 Apache and PHP

2002-12-11 Thread Simon Tompkins
CTED] > [mailto:[EMAIL PROTECTED]] > On Behalf Of John Nichel > Sent: 11 December 2002 15:05 > To: [EMAIL PROTECTED] > Subject: Re: RH7.3 Apache and PHP > > > Make sure you have this line in you httpd.conf file... > > AddType application/x-httpd-php .php >

Re: RH7.3 Apache and PHP

2002-12-11 Thread John Nichel
: RH7.3 Apache and PHP Make sure you have this line in you httpd.conf file... AddType application/x-httpd-php .php Simon Tompkins wrote: I am having problems with RH73 running Apache and PHP. After upgrading from RH7.1, I installed Apache and PHP rpm's from the RH7.3 CD's and

RE: RH7.3 Apache and PHP

2002-12-11 Thread Simon Tompkins
Thanks Randy, I have tried that already. I will double check the /etc/php.ini Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Randy Franklin Sent: 11 December 2002 15:10 To: [EMAIL PROTECTED] Subject: Re: RH7.3 Apache and PHP ok. I've

RE: RH7.3 Apache and PHP

2002-12-11 Thread Simon Tompkins
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of John Nichel Sent: 11 December 2002 15:05 To: [EMAIL PROTECTED] Subject: Re: RH7.3 Apache and PHP Make sure you have this line in you httpd.conf file... AddType application/x-httpd-php .php Simon Tompkins wrote: > I

Re: RH7.3 Apache and PHP

2002-12-11 Thread Randy Franklin
[mailto:[EMAIL PROTECTED]] On Behalf Of Randy Franklin Sent: 11 December 2002 14:56 To: [EMAIL PROTECTED] Subject: Re: RH7.3 Apache and PHP What does the first line of your PHP script files look like? --Randy On Wednesday, December 11, 2002, at 09:45 AM, Simon Tompkins wrote: I am having pro

RE: RH7.3 Apache and PHP

2002-12-11 Thread Simon Tompkins
I don't think it’s a problem with the PHP script files as they work fine on the Development Server, header as follows mailto:[EMAIL PROTECTED]] On Behalf Of Randy Franklin Sent: 11 December 2002 14:56 To: [EMAIL PROTECTED] Subject: Re: RH7.3 Apache and PHP What does the first line of you

Re: RH7.3 Apache and PHP

2002-12-11 Thread John Nichel
Make sure you have this line in you httpd.conf file... AddType application/x-httpd-php .php Simon Tompkins wrote: I am having problems with RH73 running Apache and PHP. After upgrading from RH7.1, I installed Apache and PHP rpm's from the RH7.3 CD's and configured appropriately.

Re: RH7.3 Apache and PHP

2002-12-11 Thread Randy Franklin
What does the first line of your PHP script files look like? --Randy On Wednesday, December 11, 2002, at 09:45 AM, Simon Tompkins wrote: I am having problems with RH73 running Apache and PHP.  After upgrading from RH7.1, I installed Apache and PHP rpm's from the RH7.3 CD's and

RH7.3 Apache and PHP

2002-12-11 Thread Simon Tompkins
Title: RH7.3 Apache and PHP I am having problems with RH73 running Apache and PHP.  After upgrading from RH7.1, I installed Apache and PHP rpm's from the RH7.3 CD's and configured appropriately.  Standard HTML pages are working correctly but PHP pages don't work at all, the br

RE: Apache and PHP

2002-08-31 Thread Brian Lucas
Title: RE: Apache and PHP Thanks, all.  The .inc files I am using are from ACID for Snort.  I am having difficulty getting the acid_main.php to display and I have tracked it down to the .inc files that are called from include statements within acid_main.php.   -Original Message

Re: Apache and PHP

2002-08-31 Thread Gordon Messmer
On Sat, 2002-08-31 at 06:20, David Kramer wrote: > > .inc files are supposed to be included into .php files, not served > directly. This is dangerous, as more comples PHP applications often have > private information in them about the system they run on. ...Which brings up this point, too: a

Re: Apache and PHP

2002-08-31 Thread Martín Marqués
On Sáb 31 Ago 2002 10:20, David Kramer wrote: > On Sat, 31 Aug 2002, Martín Marqués wrote: > > On Vie 30 Ago 2002 19:47, Brian Lucas wrote: > > > I have added the following to my httpd.conf (2.0.40) file for php over > > > RH 7.2: > > > > > > AddType application/x-httpd-php .php .inc > > > > > > a

Re: Apache and PHP

2002-08-31 Thread David Kramer
On Sat, 31 Aug 2002, Martín Marqués wrote: > On Vie 30 Ago 2002 19:47, Brian Lucas wrote: > > I have added the following to my httpd.conf (2.0.40) file for php over RH > > 7.2: > > > > AddType application/x-httpd-php .php .inc > > > > and restarted Apache. > > > > However, files with .inc still s

Re: Apache and PHP

2002-08-31 Thread Martín Marqués
On Vie 30 Ago 2002 19:47, Brian Lucas wrote: > I have added the following to my httpd.conf (2.0.40) file for php over RH > 7.2: > > AddType application/x-httpd-php .php .inc > > and restarted Apache. > > However, files with .inc still show the whole code in the browser and > aren't parsed by php.

Apache and PHP

2002-08-31 Thread Brian Lucas
Title: Message I have added the following to my httpd.conf (2.0.40) file for php over RH 7.2:   AddType application/x-httpd-php .php .inc   and restarted Apache.   However, files with .inc still show the whole code in the browser and aren't parsed by php.   Any thoughts?

Re: Apache and PHP 3

1999-11-29 Thread Jason Costomiris
On Mon, Nov 29, 1999 at 01:52:53PM +0100, Tressens Lionel wrote: : $ rpm -ivh mod_php3-3.0.12-1.i386.rpm : mod_php3 : ## : Configuring apache for you... : : Shutting down http: httpd : Starting httpd: httpd Syntax error on line 130 of : /etc/httpd/

Re: Apache and PHP 3

1999-11-29 Thread Tomas Tikovsky
get the windows and iis :) just kidding i preffer to compile theese by myself, 'cause i know what's going on in there .. Tom - Original Message - From: Tressens Lionel <[EMAIL PROTECTED]> To: RedHat List <[EMAIL PROTECTED]> Sent: Monday, November 29, 1999 1:52

Apache and PHP 3

1999-11-29 Thread Tressens Lionel
Hello I tried to upgrade Apache web server and php3. I installed most recent apache rpm and then tried to install mod_php3 rpm. I got the following messages : $ rpm -ivh mod_php3-3.0.12-1.i386.rpm mod_php3 ## Configuring apache for you... Shutting

help on Apache and php installation

1998-06-15 Thread Rishi Gangoly
I wanted to install apache with php. I downloaded this from the Internet. and got this error. I could not find any rpm with libpq. - root@woi-gw:/misc/updates# rpm -ih apache_php-1.2.6-4.i386.rpm failed dependencies: libpq