Actions
Bug #80
closedmod_proxy + indexfiles == bug
Status:
Wontfix
Priority:
High
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
Description
I have
server.indexfiles = { "index.rpy", .... }
and
proxy.server = ( ".rpy" => ...
If I type http://myhost/foobar/
and I have index.rpy in foobar it isn't proye'd, it's managed by lighttpd instead...
It should be exactly the same as if the user type http://myhost/foobar/index.rpy
-- fab
Updated by Anonymous about 16 years ago
Same error in 1.5.x svn 1811 too
-- boom
Updated by stbuehler almost 15 years ago
- Status changed from New to Fixed
- Resolution set to wontfix
Proxy does not handle physical files, only urls. use mod_rewrite instead of indexfiles, or trigger proxy on something else.
Actions
Also available in: Atom