Re: Input filter to process POST variables (e.g. mod_form)

2009-03-25 Thread Nick Kew
On 25 Mar 2009, at 14:34, Erik Westland wrote From: Erik Westland erikwestl...@yahoo.com To: modules-dev@httpd.apache.org Sent: Saturday, March 21, 2009 11:22:52 PM Subject: Input filter to process POST variables (e.g. mod_form) I'm sure I recollect replying to that question a few days

Automatically fall back to read/write when sendfile fails?

2009-03-25 Thread Stefan Fritsch
Hi, is there any particular reason why httpd does not automatically fall back to read/write if sendfile failed [1]? Or is the only problem that nobody has written the code yet? I have googled a bit but have not found any discussion about this. Cheers, Stefan [1] The linux sendfile man page

Re: SIGQUIT using default signal handler instead of sig_coredump

2009-03-25 Thread Eric Covener
On Tue, Mar 24, 2009 at 6:47 PM, Jeff Trawick traw...@gmail.com wrote: $ kill -QUIT 9297 $ ls /cores/ core.9297 (/cores/ is the default location here.) Same on recent linux and older solaris, but does not core or exit on AIX. Even though it'd be safe to re-signal, it probably wouldn't be

Re: svn commit: r749375 - /httpd/httpd/trunk/configure.in

2009-03-25 Thread William A. Rowe, Jr.
Jeff Trawick wrote: On Mon, Mar 2, 2009 at 1:19 PM, William A. Rowe, Jr. wr...@rowe-clan.net mailto:wr...@rowe-clan.net wrote: William A. Rowe, Jr. wrote: traw...@apache.org mailto:traw...@apache.org wrote: Author: trawick Date: Mon Mar 2 17:40:33 2009

Make httpd into a library (to be embeded in an application)

2009-03-25 Thread Roee Oz
Hello All. Our application uses httpd as a component, running the exe from code. Lately we were asked to reduce our processes number from 3 (our process + 2 httpd.exe) to 1. Removing one of the httpd.exe can be done in configuration (telling httpd not to fork). In order to remove the second one,

Re: mod_lua and GSoC 2009

2009-03-25 Thread Matthew M. Burke
Peter Cawley wrote: Hence I'd like to pose two questions to people interested in mod_lua: * Would you be interested in mentoring a GSoC project on mod_lua? * Is there anything else which you think could be done to mod_lua within the scope of GSoC? 1. Yes 2. The last time I tried it, mod_lua

Re: [VOTE] release 2.3.2 as alpha

2009-03-25 Thread William A. Rowe, Jr.
Paul Querna wrote: Test tarballs for Apache httpd 2.3.2-alpha are available at: http://people.apache.org/~pquerna/dev/httpd-2.3.2/ Your votes please; ±1 [ ] Release httpd-2.3.2 as Alpha Vote closes at 18:00 UTC on Friday March 27 2009. Since 2.3.2 bears little-to-no resemblance

Re: mod_lua and GSoC 2009

2009-03-25 Thread Bertrand Mansion
On Wed, Mar 25, 2009 at 4:09 PM, Matthew M. Burke mmbu...@gwu.edu wrote: Peter Cawley wrote: Hence I'd like to pose two questions to people interested in mod_lua: * Would you be interested in mentoring a GSoC project on mod_lua? * Is there anything else which you think could be done to

Re: current status of loadable MPM changes

2009-03-25 Thread Nick Kew
On 24 Mar 2009, at 21:45, Jeff Trawick wrote: something I'm in a relative hurry to get feedback on is this part: 2. retain data How can MPMs retain data across unload of the DSO? s-process-server_pool userdata won't work as-is because there's no server_rec in the pre_config hook.