Project

General

Profile

Actions

Bug #80

closed

mod_proxy + indexfiles == bug

Added by Anonymous about 18 years ago. Updated over 14 years ago.

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

Actions #1

Updated by Anonymous about 16 years ago

same goes with .php :/

Actions #2

Updated by Anonymous about 16 years ago

Same error in 1.5.x svn 1811 too

-- boom

Actions #3

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 #4

Updated by stbuehler over 14 years ago

  • Status changed from Fixed to Wontfix
Actions

Also available in: Atom