On 12/7/06, Cabbar Duzayak <[EMAIL PROTECTED]> wrote:
Before I start, I am using apache 2.0.52 with PHP 4.3.9.

Rather old version.  Everything filter-related is cleaner and more
flexible in 2.2.

+ AddOutputFilterByType DEFLATE text/html text/plain text/xml

You may or may not have some other directive elsewhere in httpd.conf
that is adding the DEFALTE filter more aggressively.  But in general,
my advice is to ignore AddOutputFilterByType, because it doesn't work
consistently.  Select the specific filename extensions or locations
that you wish to DEFLATE and then use AddOuputFilter/SetOutputFilter
only on those locations.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to