Patch to get mod_deflate.xml to validate against the dtd.
Shane
Index: mod_deflate.xml =================================================================== RCS file: /home/cvspublic/httpd-2.0/docs/manual/mod/mod_deflate.xml,v retrieving revision 1.7 diff -u -r1.7 mod_deflate.xml --- mod_deflate.xml 7 Aug 2002 15:26:17 -0000 1.7 +++ mod_deflate.xml 18 Aug 2002 04:47:10 -0000 @@ -25,13 +25,11 @@ filter. The following directive will enable compression for documents in the container where it is placed: - -
Most popular browsers can not handle compression of all content +
Most popular browsers can not handle compression of all content so you may want to set the 'gzip-only-text/html' note to 1 to only - allow html files to be compressed (see below)
-if you set this to anything but '1' it will be ignored, so you can do - negative matches
- + allow html files to be compressed (see below) +if you set this to anything but '1' it will be ignored, so you can do + negative matches
SetOutputFilter DEFLATE
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
