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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.