Re: [PHP-WIN] PHP cgi

2005-01-04 Thread blulagoon
Hi Luis, You are running PHP as a CGI, which is what I've been doing for about 3 years now with no problems. Now I am trying to use a piece of Open Source software which is written entirely in PHP, but the install bit fails and I was told this was because PHP has to run as a module. For me for

Re: [PHP-WIN] PHP cgi

2005-01-04 Thread Luis Moreira
If you don't have errors, then probably PHP is starting but there is some other problem. My HTTPD.CONF is as follows, and it runs fine. Luis # # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that # documents in th

Re: [PHP-WIN] PHP cgi

2005-01-03 Thread blulagoon
I've looked in the apache error.log file, but there are no entries logged there when apache fails to start. I think you could make the case either way as to which group is more relevant here, PHP or Apache. However I'm sure there are lots of people here who use PHP with Apache running under Wind

Re: [PHP-WIN] PHP cgi

2005-01-03 Thread Luis Moreira
This is a PHP list, and there is an Apache one were this problem fits better. Go to www.apache.org and subscribe it. Meanwhile, do you have an error log to look at ? What does it say ? Luis blulagoon wrote: Thanks Dean. I've commented out the lines that say: Action application/x-httpd-php /php/ph

Re: [PHP-WIN] PHP cgi

2005-01-03 Thread blulagoon
Thanks Dean. I've commented out the lines that say: Action application/x-httpd-php /php/php.exe ScriptAlias /php/ "C:/php/" which I think are involved with cgi, but I don't know enough about the configuration files to know what else it uses, but with those lines '#' out, the two new lines added

Re: [PHP-WIN] PHP cgi

2005-01-03 Thread Dean Hayes
ne call me Crazy but there is one thing i know i am That is someone that shall reach peoples hearts with words ~~~ ~~ PHP seems easy enough but what about this ASP now that looks hard ~~ From: blulagoon <[EMAIL PROTECTED]> To: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP cgi Date: Mon

Re: [PHP-WIN] PHP cgi

2005-01-03 Thread blulagoon
> > Dean "The Insane Guy" Hayes > > <-- I design and i redesign but still i never designed true beauty like you > --> > > ~~~ Call me Insane call me Crazy but there is one thing i know i am That is > someone that shall reach peoples hearts with words ~

RE: [PHP-WIN] PHP cgi

2005-01-03 Thread Dean Hayes
esign but still i never designed true beauty like you --> ~~~ Call me Insane call me Crazy but there is one thing i know i am That is someone that shall reach peoples hearts with words ~~~ ~~ PHP seems easy enough but what about this ASP now that looks hard ~~ From: blulagoon <[EMAIL PROTECTED]>

[PHP-WIN] PHP cgi

2005-01-03 Thread blulagoon
I'm looking at an open source content management system which is PHP based, but I'm having problems installing it. It has been suggested, that the problem is solved by "switching PHP from the cgi mode to Apache2 module" but I have no idea how to do this or what the ramifications might be for all th

[PHP-WIN] PHP, CGI error please help

2003-09-17 Thread nabil
I m going to tear my hair off, I can not solve the problem.. The specified CGI application misbehaved by not returning a complete set of HTTP headers in php.ini cgi.rfc2616_headers = 1 cgi.force_redirect = 0 what should I do next ? -- PHP Windows Mailing List (http://www.php.net/) To unsubscrib

[PHP-WIN] Php Cgi & Module

2003-06-26 Thread Michael G. Tracey
Is there a danger if you install php as an Apache module and a CGI? Or will you get the same functionality either way? Michael G. Tracey ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! -- PHP Windows Mailing List (

FW: [PHP-WIN] PHP/CGI Reliability

2003-01-15 Thread Pearson, Gregory
ms. BTW, we're running PHP 4.2.3 on Windows 2K/SP2. -Original Message- From: Asendorf, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 3:08 PM To: Pearson, Gregory Subject: RE: [PHP-WIN] PHP/CGI Reliability What is your posting problem... I've had nothing but ste

[PHP-WIN] PHP/CGI Reliability

2003-01-15 Thread Pearson, Gregory
Has anyone - using the PHP CGI module - had reliability issues under IIS 4/5? I'm trying to hunt down an intermittent problem we may have with POSTs to the server. ___ This message and any attachments are intended only for the use of the addressee and may contain inf

[PHP-WIN] PHP CGI-mode - Problem with Apache ForceType directive

2001-09-04 Thread David M. Patterson
Hello everybody. I'm having a problem with the Apache ForceType directive when running PHP in CGI mode. The goal is to be able to use URL like "/local/param1/val1/param2/val2", have them all run the same PHP script (local), and have the script parse out the parameters and values (all of this to