Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-06-06 Thread Richard DeWath
ychtest.com > - Original Message - > From: Richard DeWath > To: users@httpd.apache.org > Sent: Sunday, June 04, 2006 8:56 AM > Subject: Re: [EMAIL PROTECTED] Getting Apache to use > PHP under Window XP > > > I am also trying to get PHP

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-06-05 Thread Bill Angus
Name "Administration phpMyAdmin"AuthUserFile /.htpasswdrequire valid-user Bill Angus, MAhttp://www.psychtest.com - Original Message - From: Richard DeWath To: users@httpd.apache.org Sent: Sunday, June 04, 2006 8:56 AM Subject: Re: [EMAIL PROTECTED] Getting Apache to

RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-06-05 Thread Martyn Griffin
feel comfortable risking right now. Martyn T. Griffin -Original Message- From: Richard DeWath [mailto:[EMAIL PROTECTED] Sent: Sunday, June 04, 2006 11:57 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP I am also trying to get PHP version

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-06-04 Thread Richard DeWath
Martyn T. Griffin > > > > > > -----Original Message- > > From: William A. Rowe, Jr. > [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, May 31, 2006 8:41 PM > > To: users@httpd.apache.org > > Subject: Re: [EMAIL PROTECTED] Getting Apache to use &

RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-06-01 Thread Martyn Griffin
Based upon previous suggestions, I tried that last night. Effectively, there was no change in behaviour, so I just have to believe the problem is a little more fundamental.   What irks me is that there are a number of LoadModule mod_xxx  modules/yy.so commands immediately after my

RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-06-01 Thread Martyn Griffin
service and have a great day!   Bill Angus, MAhttp://www.psychtest.com - Original Message - From: Bill Angus To: users@httpd.apache.org Sent: Thursday, June 01, 2006 11:37 AM Subject: Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP Tthere is no need

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-06-01 Thread Bill Angus
a great day!   Bill Angus, MAhttp://www.psychtest.com - Original Message - From: Bill Angus To: users@httpd.apache.org Sent: Thursday, June 01, 2006 11:37 AM Subject: Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP Tthere is no need to "co

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-06-01 Thread Bill Angus
ultz, Gary - COMM To: 'users@httpd.apache.org' Sent: Thursday, June 01, 2006 3:42 AM Subject: RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP The default PHP 5.1.4 Apache 2 handler is for Apache 2.0.xx series.I have gotten php 5.1.4 to run with Apache

RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-06-01 Thread Schultz, Gary - COMM
tyn T. Griffin -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 8:41 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP Martyn Griffin wrote: > I even pulled the dll out of the dist

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-31 Thread chris
On 6/1/06, chris <[EMAIL PROTECTED]> wrote: On 6/1/06, Martyn Griffin <[EMAIL PROTECTED]> wrote: > > > It is where it is specified. But I have moved it around a bit, into the > modules folder and just specifying modules/php5apache.dll but same failure. > I have tried various combinations of abs

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-31 Thread chris
On 6/1/06, Martyn Griffin <[EMAIL PROTECTED]> wrote: It is where it is specified. But I have moved it around a bit, into the modules folder and just specifying modules/php5apache.dll but same failure. I have tried various combinations of absolute and relative paths, tried adding quotes and wi

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-31 Thread William A. Rowe, Jr.
: Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP Martyn Griffin wrote: I even pulled the dll out of the distribution zip file again and retried and it still fails. If anyone has this running (PHP 5.1.4 and Apache 2.2), could you show the relevant entries from your .conf

RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-31 Thread Martyn Griffin
iffin -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 8:41 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP Martyn Griffin wrote: > I even pulled the dll out of the distribution

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-31 Thread William A. Rowe, Jr.
Martyn Griffin wrote: I even pulled the dll out of the distribution zip file again and retried and it still fails. If anyone has this running (PHP 5.1.4 and Apache 2.2), could you show the relevant entries from your .conf file etc. Using the version ***compiled for*** apache 2.2? If is was

RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-31 Thread Martyn Griffin
T. Griffin   From: Bill Angus [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 12:08 PMTo: users@httpd.apache.orgSubject: Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP Marty:   On Win2k, I had to use the syntax with the fully qualified pathname in it -- i.e. your

RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-30 Thread Martyn Griffin
: Bill Angus [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 12:08 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP Marty: On Win2k, I had to use the syntax with the fully qualified pathname in it -- i.e. your ... LoadModule php5_module

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-30 Thread Bill Angus
che 2.2 my syntax is LoadModule php5_module "C:\php\php5apache2_2.dll"  Bill Angus, MAhttp://www.psychtest.com - Original Message - From: Martyn Griffin To: users@httpd.apache.org Sent: Tuesday, May 30, 2006 6:52 AM Subject: RE: [EMAIL PROTECTED] Getting Apache

RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-30 Thread Martyn Griffin
y 30, 2006 9:01 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP The problem is with the php interface module. But, just to make sure, I put a copy into the windows folder and retried, to no avail. Is it possible I have an access issue. I am runn

RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-30 Thread Martyn Griffin
. Martyn T. Griffin -Original Message- From: WDaquell [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 12:24 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP Have you tried putting PHP.ini in your Windows folder? I had to do

RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-30 Thread Martyn Griffin
n T. Griffin -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 5:17 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP WDaquell wrote: > Have you tried putting PHP.ini in your Windows fol

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-30 Thread William A. Rowe, Jr.
WDaquell wrote: Have you tried putting PHP.ini in your Windows folder? I had to do that before PHP would work on my system. The phpinidir directive helps too (fwiw - it's the DIR not including 'php.ini' filename). - The offici

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-29 Thread WDaquell
Have you tried putting PHP.ini in your Windows folder? I had to do that before PHP would work on my system. -Wraith Martyn Griffin wrote: Overview: I am trying to change the httpd.conf file to add the LoadModule command for PHP V5.1.4. The instructions indicate to make a reference to the .d

[EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-29 Thread Martyn Griffin
Overview: I am trying to change the httpd.conf file to add the LoadModule command for PHP V5.1.4. The instructions indicate to make a reference to the .dll file (not an .SO file). Here is the line that was added: LoadModule php5_module modules/php5apache2.dll The dll file has been moved to the