Re: [PHP-INST] CGI Error/ ISAPI doesn't work

2001-03-11 Thread Marc Clerc
ECTED]> Sent: Sunday, March 11, 2001 9:17 AM Subject: Re: [PHP-INST] CGI Error/ ISAPI doesn't work > >My guess is there is an outside file PHP is trying to get to, and it won't > >work without this file. So, would there be anything PHP is looking for > >outside the \PHP

Re: [PHP-INST] CGI Error/ ISAPI doesn't work

2001-03-11 Thread Phil Driscoll
>My guess is there is an outside file PHP is trying to get to, and it won't >work without this file. So, would there be anything PHP is looking for >outside the \PHP directory that is a critical file to have? Only php.ini and anything required by any of the extensions you might be loading - ass

Re: [PHP-INST] CGI Error/ ISAPI doesn't work

2001-03-10 Thread Marc Clerc
- From: Marc Clerc <[EMAIL PROTECTED]> To: Phil Driscoll <[EMAIL PROTECTED]>; Milis PHP <[EMAIL PROTECTED]> Sent: Saturday, March 10, 2001 9:35 AM Subject: Re: [PHP-INST] CGI Error/ ISAPI doesn't work > Doc_Root is indeed blank, and all the configurations are identical

Re: [PHP-INST] CGI Error/ ISAPI doesn't work

2001-03-10 Thread Marc Clerc
ROTECTED]> Sent: Saturday, March 10, 2001 3:50 AM Subject: Re: [PHP-INST] CGI Error/ ISAPI doesn't work > Two things to check. > > doc_root in php.ini is left blank > The script mappings for php in the internet service manager are set for all > the subdomains. > >

Re: [PHP-INST] CGI Error/ ISAPI doesn't work

2001-03-10 Thread Phil Driscoll
Two things to check. doc_root in php.ini is left blank The script mappings for php in the internet service manager are set for all the subdomains. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -- PHP Install Mailing List (http

Re: [PHP-INST] CGI Error/ ISAPI doesn't work

2001-03-09 Thread Marc Clerc
t; Sent: Thursday, March 08, 2001 7:53 AM Subject: Re: [PHP-INST] CGI Error/ ISAPI doesn't work > The only reason it might look for files outside the /php directory (other > than php.ini in /winnt) is if you happen to have rogue copies of any of the > dlls elsewhere such as winn

Re: [PHP-INST] CGI Error/ ISAPI doesn't work

2001-03-07 Thread Phil Driscoll
>when using PHP.EXE for parsing .PHP files, i get a CGI error with incomplete headers. >PHP.EXE works fine on a DOS prompt, and works fine when I log in the webpage using the >Admin password, but doesn't with Anonymous access. PHP.EXE has IUSR_ Full permission >set on it.. any ideas? First of all