[Repoze-dev] [issue33] need exception handling docs

2008-04-10 Thread Chris McDonough
New submission from Chris McDonough <[EMAIL PROTECTED]>: We need exception handling docs for repoze.zope2 that give a side-by-side comparison of using standard_error_message and http://pythonpaste.org/module-paste.errordocument.html to catch errors and show results. -- messages: 94 n

[Repoze-dev] [issue32] RequestHeader vs. Header in apache vhm config

2008-04-10 Thread Chris McDonough
Chris McDonough <[EMAIL PROTECTED]> added the comment: 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 -- status: unread

[Repoze-dev] [issue32] RequestHeader vs. Header in apache vhm config

2008-04-10 Thread Chris McDonough
New submission from Chris McDonough <[EMAIL PROTECTED]>: 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. -- messages: 92 nosy: chrism priority: bug status: unread t