Re: translate_name and/or map_to_storage hooks

2007-04-06 Thread Sam Carleton
On 4/6/07, Nick Kew [EMAIL PROTECTED] wrote: On Fri, 6 Apr 2007 00:51:52 -0400 Sam Carleton [EMAIL PROTECTED] wrote: (for now, assume that the whole application will be in the apache module.) That assumption seems fundamentally flawed. A substantial and complex application will be

the scoop on etag's

2007-04-06 Thread Sam Carleton
I see there are two different functions regarding etags: AP_DECLARE(char *) ap_make_etag(request_rec *r, int force_weak); AP_DECLARE(void) ap_set_etag(request_rec *r); What are they using to actually make the etag? I would like to create my own, custom, etags, how do I go about doing that?

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

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,

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

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

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 PROTECTED],

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,

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 some

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