]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
LoadModule isn't sufficient. Quick testing of foo.pdf.gz files
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 4 Oct 2001 07:00:19 +0000 (07:00 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 4 Oct 2001 07:00:19 +0000 (07:00 +0000)
commit46fb870407ad9a094280de0a0edac56ebc3a922f
treed0c574f0377aed550fe684bc235ebdc6888dd229
parentbef937e2f0b00f994ccc0d59792ebe77d7a4eb95
  LoadModule isn't sufficient.  Quick testing of foo.pdf.gz files
  (with a mime types declaration of app/x-pdf rather than app/pdf)
  still returns app/pdf - so mime_magic is run first.  Other modules
  may have been similarly misordered.

  This patch creates an absolute reference of all modules to Add.
  If I've misworded anything, feel free to correct me.  The module
  order itself is straight from www.apache.org's conf.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91278 13f79535-47bb-0310-9956-ffa450edef68
conf/httpd.conf-dist-win