[PHP-WIN] Re: PHP on IIS

2002-12-24 Thread Nick H. -- Technical Support Engineer
What version of IIS are you running and did you install the Microsoft IIS Lockdown utility? If youre running the new .net (with IIS 6.0+) you have to go into the "Web Service Extensions" and allow the php.exe to execute when called with a .php or .phps extension. I ran into this same problem. By

[PHP-WIN] Re: PHP on IIS CGI timeout problems

2002-08-03 Thread Peter
Isn't there a setting in php.ini which restricts the maximum file size that can be uploaded? Does your program work for small files? "Daniel MassóN" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hi there !! ... im Daniel im new in the list !! > > Hi there

[PHP-WIN] Re: PHP on IIS 5.0

2002-07-10 Thread Tracker1
To: Colin McDonald yeah.. basically, the options like that can be done per site, or if you have a folder on the site, you can assign an "application name" under properties, and establish per-directory/application.. as well as global properties to all webs on the server.. -- ==

[PHP-WIN] Re: PHP on IIS 5.0

2002-07-10 Thread colin mcdonald
yes, what worked for me was: -go to the properties of the website -click "Home Directory" tab -click configuration button -UNcheck "Cache ISAPI Applications" I'm not sure if this means that it is per application or not? colin Tracker1 wrote: > To: Colin McDonald > So, you would suggest, *NO

[PHP-WIN] Re: PHP on IIS 5.0

2002-07-10 Thread Tracker1
To: Colin McDonald So, you would suggest, *NOT* caching isapi apps, when using php? this should be doable per application.. -- === Michael J. Ryan - tracker1[*at*]theroughnecks.com Roughneck BBS: http://www.theroughnecks.net

Re: [PHP-WIN] Re: PHP on IIS 5.0

2002-07-08 Thread colin mcdonald
ning php as .exe/isapi but still happens... > > >>-Original Message- >>From: colin mcdonald [mailto:[EMAIL PROTECTED]] >>Sent: 08 July 2002 1:57 PM >>To: [EMAIL PROTECTED] >>Subject: [PHP-WIN] Re: PHP on IIS 5.0 >> >> >>This is what I h

RE: [PHP-WIN] Re: PHP on IIS 5.0

2002-07-08 Thread Brian McGarvie
[EMAIL PROTECTED]] > Sent: 08 July 2002 1:57 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Re: PHP on IIS 5.0 > > > This is what I had to do: > > -take out zend_optimizer from php.ini > -put process isolation level to "HIGH" (as Michael suggested) >

[PHP-WIN] Re: PHP on IIS 5.0

2002-07-08 Thread colin mcdonald
This is what I had to do: -take out zend_optimizer from php.ini -put process isolation level to "HIGH" (as Michael suggested) -put IIS in the ISAPI filter list -disable chaching of isapi applications I hope this helps you and/or anyone else having this problem, because it took me a long time to

[PHP-WIN] Re: PHP on IIS 5.0

2002-07-07 Thread Alexandr Polupanov
Now ALL works just fine! HUGE THANKS to you! Alexandr. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: PHP on IIS 5.0

2002-07-07 Thread Tracker 1
This *MAY* help isolate the issue... in Internet Services Manager... for the application/web in question, you can set the isolation level to "HIGH" which will make each app run a separate instance of php4isapi.dll ... Beyond this, if most of your php is in a directory separate from the rest of yo