Setting the 'Server' header from my module

2009-01-11 Thread Jason Fister
Hi, I am trying to set the 'Server' http header from within the module. I tried the following: apr_table_setn(request-headers_out, Server, MyServer); but thats not working. I basically want to set a specific value for the 'Server' header. I also looked in to mod_headers and tried Header set

Re: Setting the 'Server' header from my module

2009-01-11 Thread Jason Fister
This happens in ap_http_header_filter (the output filter that writes the headers when you first try to write some body). It looks like trunk will preserve a pre-existing header, but 2.2.x and earlier do not. Eric...thanks for that information. On further 'googling', I found this link

mod_lua headers_out

2009-01-11 Thread Bertrand Mansion
Hi, My name is Bertrand Mansion, I live in Paris, France, I have been mostly programming in PHP for the last few years and I am very excited about mod_lua since I consider Lua is superior in many ways. I have followed the development of mod_wombat and noticed that you changed the way headers_in

Re: svn commit: r733476 - /httpd/httpd/trunk/support/rotatelogs.c

2009-01-11 Thread Ruediger Pluem
On 01/11/2009 03:05 PM, rj...@apache.org wrote: Author: rjung Date: Sun Jan 11 06:05:39 2009 New Revision: 733476 URL: http://svn.apache.org/viewvc?rev=733476view=rev Log: Refactor rotatelogs to allow easier implementation of signal triggered log rotation. - move code into new

Re: svn commit: r733476 - /httpd/httpd/trunk/support/rotatelogs.c

2009-01-11 Thread Rainer Jung
On 11.01.2009 15:53, Ruediger Pluem wrote: On 01/11/2009 03:05 PM, rj...@apache.org wrote: Author: rjung Date: Sun Jan 11 06:05:39 2009 New Revision: 733476 URL: http://svn.apache.org/viewvc?rev=733476view=rev Log: Refactor rotatelogs to allow easier implementation of signal triggered log

Re: Graceful restart not so graceful?

2009-01-11 Thread Stefan Fritsch
Hi, thanks for following up on this and sorry for the late response. On Wednesday 07 January 2009, Jeff Trawick wrote: Initial testing of your idea for a timeout was promising. I couldn't reproduce any hangs under linux with the patch you commited to trunk. In my patch I tried to avoid that

Re: mod_lua headers_out

2009-01-11 Thread Brian McCallister
On Sun, Jan 11, 2009 at 4:21 AM, Bertrand Mansion bmans...@mamasam.net wrote: .. snip .. I have followed the development of mod_wombat and noticed that you changed the way headers_in and headers_out are accessed, they were previously tables I would actually prefer to make them tables again

Re: Transfer Patch Rights for mod_fcgid ASF

2009-01-11 Thread pqf
Hi, From the thread I get here: http://mail-archives.apache.org/mod_mbox/httpd-dev/200611.mbox/%3cdb4ef19e-148b-41a3-a27c-354b0d640...@gbiv.com%3e The procedure is: (1) make this thread a formal vote and, assuming that passes (2) fill out the incubation paperwork at

accept mod_fcgid codebase into httpd project

2009-01-11 Thread William A. Rowe, Jr.
Based on the enthusiasm of the module authors to adopt the AL and offer the mod_fcgid code to the httpd community, please vote +/-1 [ ] Accept mod_fcgid into httpd

Re: accept mod_fcgid codebase into httpd project

2009-01-11 Thread William A. Rowe, Jr.
[+1] Accept mod_fcgid into httpd from me

Re: accept mod_fcgid codebase into httpd project

2009-01-11 Thread Albert Lash
+1 On Sun, Jan 11, 2009 at 10:53 PM, William A. Rowe, Jr. wr...@rowe-clan.net wrote: Based on the enthusiasm of the module authors to adopt the AL and offer the mod_fcgid code to the httpd community, please vote +/-1 [ ] Accept mod_fcgid into httpd

patch for handling headers_in and headers_out as tables in mod_lua

2009-01-11 Thread Brian McCallister
The attached patch changes headers_in and headers_out handling in mod_lua as boxed userdata rather than functions. Basically we go from: -- OLD function handle(r) local host = r.headers_in(host) r:puts(host) end to -- NEW function handle(r) local host = r.headers_in['host']

Re: mod_lua headers_out

2009-01-11 Thread Brian McCallister
Bertrand, I just send in a patch on the message with subject patch for handling headers_in and headers_out as tables in mod_lua which takes knowledge of setting headers_in, headers_out off the request which, with that patch, can just push the apr_table_t as a boxed pointer allowing lua-style []

Re: accept mod_fcgid codebase into httpd project

2009-01-11 Thread Brian McCallister
+1 On Sun, Jan 11, 2009 at 7:55 PM, Albert Lash albert.l...@gmail.com wrote: +1 On Sun, Jan 11, 2009 at 10:53 PM, William A. Rowe, Jr. wr...@rowe-clan.net wrote: Based on the enthusiasm of the module authors to adopt the AL and offer the mod_fcgid code to the httpd community, please vote

Bug report for Apache httpd-1.3 [2009/01/11]

2009-01-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned