Issue32

Title RequestHeader vs. Header in apache vhm config
Priority bug Status chatting
Superseder Nosy List chrism
Assigned To Topics

Created on 2008-04-10.02:05:24 by chrism, last changed 2008-04-10.02:25:00 by chrism.

Messages
msg93 (view) Author: chrism Date: 2008-04-10.02:25:00
There is also a potential issue when *not* setting the vhm root as per a
conversation on IRC tonight.

Need to try this as the host without a root.. the bug reporter indicated it
returned a notfound:

http://foo/bar
msg92 (view) Author: chrism Date: 2008-04-10.02:05:23
We've been documenting repoze.vhm#xheaders header adds as:

  Header add X-Vhm-Host foo

I think this may need to be

  RequestHeader add X-Vhm-Host foo

But need to test.
History
Date User Action Args
2008-04-10 02:25:00 chrism set status: unread -> chatting
messages: + msg93
2008-04-10 02:05:24 chrism create