-
Posted to
IIS7 - Security
by
gmitchel850
on
11-10-2008, 2:45 PM
You can find it here.
http://ruslany.net/2008/08/update-for-iis-70-fastcgi-module/
You might find this thread helpful.
http://drupal.org/node/304996
Cheers,
Mitch
-
Posted to
IIS7 - Security
by
gmitchel850
on
09-13-2008, 10:37 PM
Problem solved. It was not a rights issue.
The original IIS 7.0 does not handle URI_REQUEST as Apache does when FastCGI is enabled. Microsoft has issued an update that fixes this. We loaded it, and everything works fine.
Apparently, this was an issue for several CMS: Drupal, Joomla, Wordpress, etc.
Cheers,
Mitch
-
Posted to
IIS7 - Security
by
gmitchel850
on
09-12-2008, 11:13 PM
We installed Drupal with IIS 7 and Vista Ultimate. Then we copied development sites from a site with XP to the new development machine with Vista Ultimate.
All folders under inetpub have Read-Only. This gets in the way of saving any changes to the Drupal site.
We have tried changing the read-only attribute. It resets. We tried changing the ...
-
Posted to
PHP Community
by
gmitchel850
on
09-02-2008, 9:44 PM
What about performance? I have seen where other ISAPI modules that add mod-rewrite functionality take a few milliseconds to process each page with clean URLs. That would be a significant impact on a high traffic site.
Mitch