-
Posted to
PHP Community
by
Jim Cooper
on
07-14-2009, 3:25 PM
I've received the same message under similar conditions and I'm wondering if you were able to resolve the problem yourself.
Thanks
-
Posted to
IIS 7 - FastCGI Module
by
Jim Cooper
on
07-10-2009, 1:40 PM
I've run multiple tests with different settings with the following reason phrases for the DYNAMIC_COMPRESSION_NOT_SUCCESS event:
Reason 1
Reason NO_ACCEPT_ENCODING
Reason 4
Reason NO_COMPRESSION_PROXY
-
Posted to
IIS 7 - FastCGI Module
by
Jim Cooper
on
07-10-2009, 6:07 AM
For some reason, I can't seem to get gzip compression (static or dynamic) to work with PHP and FastCGI running under IIS7 (Windows Server 2008).
I know the gzip works because I've tested it with an ASP.NET application.
Has anyone else encountered this problem?
-
Posted to
IIS7 - URL Rewrite Module
by
Jim Cooper
on
10-06-2008, 7:19 PM
I believe I could remove the rule that sets the environment variable; I've seen setups where this was commented out.
The other issue which I'm not sure about relates to the fact that Magento runs only with PHP set to ISAPI mode. Is it true that the URL Rewrite Module runs only with CGI apps?
-
Posted to
IIS7 - URL Rewrite Module
by
Jim Cooper
on
10-06-2008, 2:44 PM
Here are the rules that Magento uses and have been working with Helicon
Options +FollowSymLinks
RewriteEngine on
RewriteBase /magento/
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_URI} !^/(media|skin|js)/
...
-
Posted to
IIS7 - URL Rewrite Module
by
Jim Cooper
on
10-06-2008, 2:44 PM
Here are the rules that Magento uses and have been working with Helicon
Options +FollowSymLinks
RewriteEngine on
RewriteBase /magento/
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_URI} !^/(media|skin|js)/
...
-
Posted to
IIS7 - URL Rewrite Module
by
Jim Cooper
on
10-06-2008, 7:29 AM
Has anyone tried using the URL Rewrite Module with Magento. I currently have Magento working with IIS7 and the Helicon ISAPI_Rewrite Lite but have not been able to make the URL Rewrite Module work.