-
Posted to
IIS 7 - FastCGI Module
by
Gengar003
on
01-16-2009, 1:19 AM
[quote user="ksingla"]Another way would be to write a native module which sets "ignoreInvalidRanges" metadata to true.[/quote]
I would be very interested to hear more about this - can you point me to some literature or documentation about what "writing a native module" entails, and/or where I would find the ...
-
Posted to
IIS 7 - FastCGI Module
by
Gengar003
on
12-13-2008, 11:00 AM
I am pleased to hear it! However, is there any hope of a patch or update for Windows Server 2008 (x64)'s IIS7 that would allow for a greater timeout?
-
Posted to
IIS 7 - FastCGI Module
by
Gengar003
on
11-26-2008, 4:01 AM
I am fine blocking a fastCGI instance to just one request for several hours. The script in question will be requested by one user and won't ever have more than one, possibly two hours-long instances running at once.
The server running the scripts has enough memory and processing power to dedicate a couple fastcgi instances to a script for ...
-
Posted to
IIS 7 - FastCGI Module
by
Gengar003
on
11-24-2008, 1:14 PM
Hello... on my IIS7 server, I have php implemented via fastCGI.
(Windows Server 2008 build 6001, IIS7 version 7.0.6)
Some of my scripts I need to run for extended periods of time, up to several hours.
While PHP itself has no qualms about this, IIS7's FastCGI "ActivityTimeout" setting refuses to allow itself to be set to more ...
-
Posted to
IIS7 - Publishing
by
Gengar003
on
04-21-2008, 3:16 PM
First answer: Apache worked on the old server, too. However, I want to consolidate as many server functions as I can into the IIS/Winows Server 2008 package - Instead of separate apache, php, mysql, perl, ftp, and ssh installations.
Perhaps I misunderstand the purpose or capabilities of IIS7's FTP - if that is the case, I would like to ...
-
Posted to
IIS7 - Publishing
by
Gengar003
on
04-20-2008, 6:19 PM
Hello.
I am having trouble setting up FTP7 in IIS 7, on Windows Server 2008.
Specifically, I have no clue what the heck is going on. I've spent hours on google reading tutorials that didn't *really* relate to my problem, but purported to get an FTP account working, to no avail. The farthest I got was a 530 "user cannot log ...