Re: [PHP-INST] Installation problem with NT

2001-09-05 Thread Phil Driscoll
On Wednesday 05 September 2001 1:31 pm, Brad Harriger wrote: > After commenting out the Action application line, I'm asked what > application I would like to open the file with. Sorry - I just don't know enough about apache on Windows to help here. Maybe if you ask on the php-win list someone mi

Re: [PHP-INST] Installation problem with NT

2001-09-05 Thread Brad Harriger
After commenting out the Action application line, I'm asked what application I would like to open the file with. Phil Driscoll wrote: > On Tuesday 04 September 2001 4:49 pm, Brad Harriger wrote: > > I was accessing the file directly. > Well that won't ever work - you have to access the file via

Re: [PHP-INST] Installation problem with NT

2001-09-04 Thread Phil Driscoll
On Tuesday 04 September 2001 4:49 pm, Brad Harriger wrote: > I was accessing the file directly. Well that won't ever work - you have to access the file via a web server. > When I try requesting it via the > webserver, I get a 500 error with the following line in the error log: > > [Tue Sep 04 11:

Re: [PHP-INST] Installation problem with NT

2001-09-04 Thread Brad Harriger
I was accessing the file directly. When I try requesting it via the webserver, I get a 500 error with the following line in the error log: [Tue Sep 04 11:46:30 2001] [error] [client 127.0.0.1] Premature end of script headers: c:/php/php.exe Brad Phil Driscoll wrote: > On Tuesday 04 September

Re: [PHP-INST] Installation problem with NT

2001-09-04 Thread Phil Driscoll
On Tuesday 04 September 2001 4:21 pm, Brad Harriger wrote: > httpd.conf contains > > ScriptAlias /php/ "c:/php/" > AddType application/x-httpd-php .php > Action application/x-httpd-php "/php/php.exe" > > When I try to access a page, I'm asked if I want to open the file using > php.exe or save it

Re: [PHP-INST] Installation problem with NT

2001-09-04 Thread Brad Harriger
httpd.conf contains ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" When I try to access a page, I'm asked if I want to open the file using php.exe or save it to a disk. Brad Phil Driscoll wrote: > On Tuesday 04 September 2001 3:

Re: [PHP-INST] Installation problem with NT

2001-09-04 Thread Phil Driscoll
On Tuesday 04 September 2001 3:48 pm, Brad Harriger wrote: > I have installed php4 on an NT workstation running apache that > previously ran pws and php4. Everything worked fine under pws. Now, > the php executes from the command line, but not from the browser. I've > followed all the installati