[jira] Created: (MODPYTHON-223) Make sys.stdout/sys.stderr log properly to Apache error logs.

2007-05-11 Thread Graham Dumpleton (JIRA)
Make sys.stdout/sys.stderr log properly to Apache error logs. -- Key: MODPYTHON-223 URL: https://issues.apache.org/jira/browse/MODPYTHON-223 Project: mod_python Issue Type: New

[jira] Created: (MODPYTHON-225) Allow Python executable location and Python home to be specified.

2007-05-11 Thread Graham Dumpleton (JIRA)
Allow Python executable location and Python home to be specified. - Key: MODPYTHON-225 URL: https://issues.apache.org/jira/browse/MODPYTHON-225 Project: mod_python Issue Type:

[jira] Commented: (MODPYTHON-223) Make sys.stdout/sys.stderr log properly to Apache error logs.

2007-05-11 Thread David Fraser (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495043 ] David Fraser commented on MODPYTHON-223: As a side comment that may be relevant, I've had print

Test Suite

2007-05-11 Thread Jojy Varghese
Hi We are currently exploring different strategies for testing an HTTP server for different scenarios around HTTP protocol compliance and load conditions. I was wondering if apache has a test suite for testing its http server. Any help is much appreciated. thanks JV

Re: ProxyPass globbing

2007-05-11 Thread Mladen Turk
Jim Jagielski wrote: 1. ProxyPass /foo/* balancer://bar should silently rewrite itself to ProxyPass /foo/ balancer://bar In other words, we already assume a prefix glob. But should we? In other words, there is no difference between /foo/ and /foo/*. If you

Re: ProxyPass globbing

2007-05-11 Thread Nick Kew
On Fri, 11 May 2007 15:19:58 -0400 Jim Jagielski [EMAIL PROTECTED] wrote: I've been looking at extending ProxyPass to accept and use globbing patterns (basically, to make it easier for those migrating from mod_jk and JkMount to Apache 2.2), and it's almost trivially easy, but there are some

Re: ProxyPass globbing

2007-05-11 Thread Ruediger Pluem
On 05/11/2007 11:23 PM, Mladen Turk wrote: And of course once you introduce wild char maps there must be some sort of exclusion rules. ProxyPass /*/foo/* balancer://bar then for example by extending ProxyBlock ProxyBlock /*/foo/*.gif balancer://bar or by having an ! in front of path

Re: ProxyPass globbing

2007-05-11 Thread Jim Jagielski
On May 11, 2007, at 5:23 PM, Mladen Turk wrote: Jim Jagielski wrote: 1. ProxyPass /foo/* balancer://bar should silently rewrite itself to ProxyPass /foo/ balancer://bar In other words, we already assume a prefix glob. But should we? In other words, there is

Re: ProxyPass globbing

2007-05-11 Thread Jim Jagielski
On May 11, 2007, at 5:39 PM, Nick Kew wrote: On Fri, 11 May 2007 15:19:58 -0400 Jim Jagielski [EMAIL PROTECTED] wrote: I've been looking at extending ProxyPass to accept and use globbing patterns (basically, to make it easier for those migrating from mod_jk and JkMount to Apache 2.2), and

Re: ProxyPass globbing

2007-05-11 Thread Jim Jagielski
On May 11, 2007, at 5:56 PM, Ruediger Pluem wrote: On 05/11/2007 11:23 PM, Mladen Turk wrote: And of course once you introduce wild char maps there must be some sort of exclusion rules. ProxyPass /*/foo/* balancer://bar then for example by extending ProxyBlock ProxyBlock /*/foo/*.gif