DefaultType None directive

2008-07-03 Thread Julian Reschke
Hi, looking at https://issues.apache.org/bugzilla/show_bug.cgi?id=13986#c64: --- Comment #64 From Phil Ringnalda 2008-07-03 00:07:23 PST [reply] --- While I don't have any real expectation of action coming from a comment on a resolved bug, I still want to mention that the fix

Re: WebDav MOVE/COPY between servers

2008-07-03 Thread Julian Reschke
Rafa%u0142 wrote: Hello. My name is Rafał Malinowski. I want (really, I have to) add one feature to WebDav: support for MOVE/COPY with remote servers as 'Destination'. Why? Do you have any clients that would use it? As I looked into code and into specification such thing is allowed, but

Fwd: [EMAIL PROTECTED] encoded slashes in the url with AllowEncodedSlashes

2008-07-03 Thread Eric Covener
On Thu, Jul 3, 2008 at 4:23 AM, Zac Hansen [EMAIL PROTECTED] wrote: I have AllowEncodedSlashes in my conf. I am calling https://myserver.com/foo.cgi/a/b%2fc/d In the docs for AllowEncodedSlashes, it says it doesn't mean they will be decoded. I believe AllowEncodedSlashes' meaning has been

Re: WebDav MOVE/COPY between servers

2008-07-03 Thread Rafa%u0142
Dnia 3-07-2008 o godz. 13:22 Julian Reschke napisał(a): Rafał wrote: Hello. My name is Rafał Malinowski. I want (really, I have to) add one feature to WebDav: support for MOVE/COPY with remote servers as 'Destination'. Why? Do you have any clients that would use it? I will use telnet.

Re: Fwd: [EMAIL PROTECTED] encoded slashes in the url with AllowEncodedSlashes

2008-07-03 Thread William A. Rowe, Jr.
Eric Covener wrote: Bill: I saw your veto in the biug below, would that apply to restoring the original behavior of AllowEncodedSlashes as well or just the approach in one of the patches? https://issues.apache.org/bugzilla/show_bug.cgi?id=35256 I have an interesting idea... combine the

Re: Apache 2.2.9 default bindist/apr library problem

2008-07-03 Thread Andy Wang
William A. Rowe, Jr. wrote: Eric Covener wrote: One case to keep on the radar: There can be configuration mechanisms for the loader outside of the SHLIB_PATH envvar. If this is apr-util in /usr/lib, so no shlib-path-var is in use, would we be able to find /usr/lib/apr-util-1/apr_foo-1.so?

Re: Apache 2.2.9 default bindist/apr library problem

2008-07-03 Thread William A. Rowe, Jr.
Andy Wang wrote: In a non relocated installation, this really isn't a problem though right? As long as the library remains in the path that the linker initially was told it'd be at, this is a non issue, and one would expect in a non SHLIB_PATH situation, that would be the case, Exactly.

Re: WebDav MOVE/COPY between servers

2008-07-03 Thread Julian Reschke
Rafa%u0142 wrote: Dnia 3-07-2008 o godz. 13:22 Julian Reschke napisał(a): Rafał wrote: Hello. My name is Rafał Malinowski. I want (really, I have to) add one feature to WebDav: support for MOVE/COPY with remote servers as 'Destination'. Why? Do you have any clients that would use it? I

Re: Apache 2.2.9 default bindist/apr library problem

2008-07-03 Thread Andy Wang
William A. Rowe, Jr. wrote: In the long term, we have to fix apr-util, really not httpd's problem, to teach apr-util's apu_dso to hunt in each shlibpath dir and its apr-1-config subdir. Ahh I see. So your thoughts are to fix the bindist relocation problem, having apr-util look in all the

porting from IIS

2008-07-03 Thread Harold J. Ship
Hi This is my first post to this list. I have a project coming up for a customer who wants to get their IIS extension working as an Apache module on Linux. Some of the challenges are: 1) They maintain their own thread pool and scheduler. Those threads process requests and send responses back

Emacs lore for Apache?

2008-07-03 Thread Tim Bray
I ran into a showstopper NetBeans problem and until it's fixed, am switching to Emacs for my module dev work. Any apache/emacs lore would be appreciated. Will one of the string arguments to c-style Do The Right Thing? Any other goodies for my .emacs? -T