See if this helps: http://www.windows-help.net/bbs/Forum15/HTML/000191.html Regards,
Arie Slob,
InfiniSource, Inc.
http://www.infinisource.com
Internet & Windows Resources
Open Help, and do a search on ownership. There's a task listed Take ownersip of a file or folder. That should help you.
Regards,
Arie Slob,
InfiniSource, Inc.
http://www.infinisource.com
Internet & Windows Resources
Regards,
Arie Slob,
InfiniSource, Inc.
http://www.infinisource.com
Internet...
Well, after reading the documents again, I found out that you have to 'enable' mod_rewrite for every virtual host.
This is the code I use:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteOptions inherit
</IfModule>
Sure no problem.
You find more info here: http://httpd.apache.org/docs/mod/mod_rewrite.html
and here:
http://httpd.apache.org/docs/misc/rewriteguide.html
YES!!!
I just tested it myself, and added
mod_gzip_item_exclude reqheader "User-Agent: .*Windows NT 5.0*"
And it worked. This was in my log:
mod_gzip: DECLINED:REQ_HEADER_FIELD_EXCLUDED
Declined here just means that mod_gzip doesn't 'do' anything, and the server serves the page...
Hi,
If you know the "User Agent" string from these browsers, you can exclude them in the mod_gzip config.
For example, I exclude Opera browsers (who also have problems with mod_gzip) by adding this:
mod_gzip_item_exclude reqheader "User-Agent: .*Opera.*"
I don't know the...
Hi,
There is a free module for Apache available at http://www.remotecommunications.com/apache/mod_gzip/
Mod-gzip will compress your server’s output (TXT, HTML, PHP, CGI and some other types).
All modern Web browsers have the ability to uncompress these files (natively so NO plug-in req.)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.