Menu

#1 ignoring of DirectoryIndex.gz

mod_gzip-1.3.19.2a
open-postponed
None
5
2002-09-20
2002-09-13
No

If a directory lookup has been done, mod_gzip makes a
stat() call to directory.gz instead of
directory/DirectoryIndex.gz.

Discussion

  • Christian Kruse

    Christian Kruse - 2002-09-20

    Logged In: YES
    user_id=329823

    This is a real problem.
    mod_dir makes some internal redirects to the URIs to check
    for, e.g. if you
    call

    http://selfforum.teamone.de/

    mod_dir makes some sub-requests to

    http://selfforum.teamone.de/index.html
    http://selfforum.teamone.de/index.htm
    http://selfforum.teamone.de/index.shtml

    till it found a valid directory index. Because they are
    subrequests we have to decline them. That is ok. But then
    mod_dir makes an internal redirect to the right uri. And
    since we already set this note (mod_gzip_running) we
    know, mod_gzip is already running and we have to decline this
    redirect.

    This is a real big problem.

     
  • Christian Kruse

    Christian Kruse - 2002-09-20
    • status: open --> open-postponed
     

Log in to post a comment.