Re: mod_dav and PATH_INFO - MKCOL silently creates the parent directory

2023-04-14 Thread Graham Leggett via dev
On 13 Apr 2023, at 16:27, Graham Leggett wrote: > Changing the config to this makes it work: > > Alias /storage /var/www/dav/storage > > It looks like the detail that’s missing that we don’t identify the rest of > the URL after the alias and pass it on by calling alias_matches() to identify

Re: svn commit: r1909137 - in /httpd/httpd/trunk: CHANGES modules/mappers/mod_alias.c

2023-04-14 Thread Ruediger Pluem
On 4/14/23 4:07 PM, minf...@apache.org wrote: > Author: minfrin > Date: Fri Apr 14 14:07:49 2023 > New Revision: 1909137 > > URL: http://svn.apache.org/viewvc?rev=1909137=rev > Log: > mod_alias: When an alias is declared inside a Location, make sure > the balance of the URL is preserved to

graceful stop of child process in a module

2023-04-14 Thread jean-frederic clere
Hi, I am try to gracefully stop a child process instead using ap_assert(0), is there a "clean way" to do that? -- Cheers Jean-Frederic