How to help users diagnose invalid # in DirectoryIndex?

2013-08-04 Thread Jean-Michel Vourgère
People sometimes forget # is a valid character and not a comment starter if not at the begining of a line. I've had a report of someone using a configuration like: DirectoryIndex index.html index.shtml index.cgi index.pl #index.php index.xhtml then requiring that apache -t should warn about #

Re: [DISCUSS] Dropping the E-word from mod_lua (SFW)

2013-08-04 Thread Jim Jagielski
We (the ASF) have services running using mod_lua. If we trust it enough, others should as well. Experimental and unstable will prevent many people from even trying it. How about Cutting Edge? On Aug 2, 2013, at 1:53 PM, Rainer Jung rainer.j...@kippdata.de wrote: On 02.08.2013 14:41, Daniel

Re: mod_proxy, oooled backend connections and the keep-alive race condition

2013-08-04 Thread Jim Jagielski
I've tried looking into that, and I found it more trouble than it was worth... (I'm sure that the list archives have posts about the 'http ping' tests). The problem is that the OPTIONS request could be that request that kicks the backend from being a keptalive connection to closing it. :/ On Aug

r1470679, async write completion, non blocking writes, and mod_ssl

2013-08-04 Thread Stefan Fritsch
Hi, I did some testing/reviewing of the ssl/event backport proposal * core, mod_ssl: Lift the restriction that prevents mod_ssl taking full advantage of the event MPM. Enable the ability for a module to reverse the sense of a poll event from a read to a write or vice versa. The

Re: r1470679, async write completion, non blocking writes, and mod_ssl

2013-08-04 Thread Graham Leggett
On 04 Aug 2013, at 8:52 PM, Stefan Fritsch s...@sfritsch.de wrote: Hi, I did some testing/reviewing of the ssl/event backport proposal * core, mod_ssl: Lift the restriction that prevents mod_ssl taking full advantage of the event MPM. Enable the ability for a module to reverse

[RFC] http_log functions to log buffers

2013-08-04 Thread Jeff Trawick
Any thoughts on the API below? For mod_ssl as an example, at least a couple of additions would be needed to replace ssl_io_data_dump(): 1. a processing flag that converted the printable form to EBCDIC in an EBCDIC environment 2. the ap_log_csdata() variation This doesn't currently implement the