[jira] Commented: (MODPYTHON-220) In PSP pages, 'import' doesn't map through to apache.import_module().

2007-06-19 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506331 ] Graham Dumpleton commented on MODPYTHON-220: Workaround is that instead of using: import module

Re: ProxyTimeout does not work as documented

2007-06-19 Thread Jean-Frederic
On Mon, 2007-06-18 at 13:57 +0200, Plüm, Rüdiger, VF-Group wrote: -Ursprüngliche Nachricht- Von: Jean-Frederic Gesendet: Montag, 18. Juni 2007 12:06 An: dev@httpd.apache.org Betreff: Re: ProxyTimeout does not work as documented On Sat, 2007-06-16 at 17:40 +0200,

Re: [Slightly OT] Re: httpd x64 windows binaries

2007-06-19 Thread Jorge Schrauwen
I've update my page: http://www.blackdot.be/?inc=apache/binaries Would this be sufficient?

Improving trace in http-proxy

2007-06-19 Thread Jean-Frederic
Hi, mod_proxy_http uses ap_getline() to read from the backend but it would be nice to have more information about what happened with the backend server. I would like to apply the attached patch (for trunk). The patch is need to investigate errors like the one reported in in bugzilla 37770.

Mod_proxy / mod_proxy_balancer question: How to take workers gracefully out of service

2007-06-19 Thread Karel Kubat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, If someone has information on how to take balanced workers gracefully out of service, please let me know! I've been searching the Apache docs in vain, and Google doesn't provide an answer either. I've posted this also to the user list, but

Re: Mod_proxy / mod_proxy_balancer question: How to take workers gracefully out of service

2007-06-19 Thread Plüm , Rüdiger , VF-Group
-Ursprüngliche Nachricht- Von: Karel Kubat Gesendet: Dienstag, 19. Juni 2007 16:57 An: dev@httpd.apache.org Betreff: Mod_proxy / mod_proxy_balancer question: How to take workers gracefully out of service 8030 VirtualHost*:8030 # All URI's go

Re: mod_proxy_ajp or mod_proxy_http?

2007-06-19 Thread Bill Stoddard
William A. Rowe, Jr. wrote: Bill Stoddard wrote: I'm trying to understand why mod_proxy_ajp exists and what it provides that mod_proxy_http doesn't. ajp13 is a binary protocol which should make the ajp13 tomcat connector a bit more efficient than the http11 connector; an incremental