Chunked transfer encoding on responses.

2007-04-06 Thread Graham Dumpleton
Have a question about past design decisions regarding Apache. My question has come about due to a slightly heated discussion over chunked transfer encoding and its application to response content. In the mod_wsgi module I am implementing for Apache I preserve the default behaviour of Apache which

Re: mod_ftp "named virtual hosts"?

2007-04-06 Thread Henrik Nordstrom
fre 2007-04-06 klockan 21:37 +0100 skrev Nick Kew: > > What about modifying mod_ftp USER directive to accept username in the > > format of [EMAIL PROTECTED], and tokenize user as the username, host as the > > http-ish Host: virtual host name? > > Sounds fair, provided the protocol doesn't assign

Re: Further Suggestion for easier Session Stickiness

2007-04-06 Thread Ruediger Pluem
On 04/06/2007 05:02 PM, Georg von Zezschwitz wrote: > Hi, > > I'd like to suggest another extension for mod_proxy*: > I always disliked to configure the router name at both the servlet > container like Tomcat > as well as at the frontend server. > The names even have to be exactly the same, diff

Re: mod_ftp "named virtual hosts"?

2007-04-06 Thread Nick Kew
On Fri, 06 Apr 2007 15:25:03 -0500 "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: > I've given some thought to the desire for mod_ftp to support different > host contexts, and came up with this... > > What about modifying mod_ftp USER directive to accept username in the > format of [EMAIL PROT

mod_ftp "named virtual hosts"?

2007-04-06 Thread William A. Rowe, Jr.
I've given some thought to the desire for mod_ftp to support different host contexts, and came up with this... What about modifying mod_ftp USER directive to accept username in the format of [EMAIL PROTECTED], and tokenize user as the username, host as the http-ish Host: virtual host name? If thi

Further Suggestion for easier Session Stickiness

2007-04-06 Thread Georg von Zezschwitz
Hi, I'd like to suggest another extension for mod_proxy*: I always disliked to configure the router name at both the servlet container like Tomcat as well as at the frontend server. The names even have to be exactly the same, difficult... :-). Particulary, I like to copy the Tomcat configurati

Re: mod_ftp enhancements - group directories

2007-04-06 Thread Jim Jagielski
On Apr 5, 2007, at 7:16 PM, Filip Hanik - Dev Lists wrote: I would like to propose two enhancements to mod_ftp. The same way we have FTPJailUser and CreateHomeDir directives, we would need FTPJailGroup and CreateGroupDirs directives. This would allow us manage FTP files based on groups, rat

Re: Bug 41897 / Session-Stickiness with mod_proxy_balancer

2007-04-06 Thread Georg von Zezschwitz
Jim Jagielski wrote: If we state that the evaluation takes place in the occurence of stickysession attributes and suggest stickysession=Cookie:JSESSIONID stickysession=Path:;jsessionid to the user it will perform faster in average. As I promised to write the patch, I would do it the wa