Re: [RELEASE CANDIDATE] libapreq 1.34-RC2

2007-04-28 Thread Joe Schaefer
Issac Goldstand [EMAIL PROTECTED] writes: The apreq developers are planning a maintenance release of libapreq1. This version primarily addresses an issue noted with FireFox 2.0 truncating file uploads in SSL mode. Please give the tarball at

[dim]Recompiling Apache2

2007-04-28 Thread dimitryous r.
Hi, Before buiding Apache2 again I would like to know how and where to control the list of modules to be build-in or cretad separately in the /modules/ directory. I had a look at /usr/local/httpd-2.2.4/server/config.c file but I don't believe this is the right place. For example would

Re: [dim]Recompiling Apache2

2007-04-28 Thread dimitryous r.
Solved On 28 avr. 07, at 14:08, dimitryous r. wrote: Hi, Before buiding Apache2 again I would like to know how and where to control the list of modules to be build-in or cretad separately in the /modules/ directory. I had a look at /usr/local/httpd-2.2.4/server/config.c file but I

Re: mod_ftp, status and progress?

2007-04-28 Thread Jim Jagielski
On Apr 27, 2007, at 5:18 PM, Niklas Edmundsson wrote: On Fri, 27 Apr 2007, Jim Jagielski wrote: I'm actually looking at removing the whole glob stuff and emulating it as regexes... Wouldn't apr_match_glob() be a better starting point? I don't really see the point of going via regexes... I

Re: mod_ftp, status and progress?

2007-04-28 Thread Jim Jagielski
On Apr 28, 2007, at 1:34 PM, Jim Jagielski wrote: On Apr 27, 2007, at 5:18 PM, Niklas Edmundsson wrote: On Fri, 27 Apr 2007, Jim Jagielski wrote: I'm actually looking at removing the whole glob stuff and emulating it as regexes... Wouldn't apr_match_glob() be a better starting point? I

[PATCH] ShowForbidden option for mod_autoindex 2.0.x

2007-04-28 Thread Loic Pefferkorn
Hello, I wrote this small patch to backport ShowForbidden option of mod_autoindex from apache 2.2.x to 2.0.x The patch is very simple, mainly stolen from 2.2.x source code. I originally wrote it for a friend who can't upgrade right now to 2.2.x I hope this may be of interest to someone :)

Re: [dim]Recompiling Apache2

2007-04-28 Thread Hongyuan Wang
dimitryous r. wrote: Before buiding Apache2 again I would like to know how and where to control the list of modules to be build-in or cretad separately in the /modules/ directory. If you would like to build mod_info as a build-in module, try this: ./configure --enable-info ...