Re: Comment system, take two and a half

2012-05-29 Thread Daniel Gruno
On 05/28/2012 09:38 PM, Gregg Smith wrote: Each branch different, 2.2 2.4 have some big differences between them in various areas. My 2 cents anyway. What I'm perhaps more curious to get sorted out is whether we should consider the trunk and the 2.4 documentation separate entities, or whether

Re: Comment system, take two and a half

2012-05-29 Thread Graham Leggett
On 29 May 2012, at 8:50 AM, Daniel Gruno wrote: Each branch different, 2.2 2.4 have some big differences between them in various areas. My 2 cents anyway. What I'm perhaps more curious to get sorted out is whether we should consider the trunk and the 2.4 documentation separate entities, or

REMOTE_USER look-ahead in a RewriteCond expr ap_expr

2012-05-29 Thread Richard Davies
Hi all, I'm trying to use the Apache 2.4 ap_expr syntax to write a complex test with RewriteCond expr. My test uses %{REMOTE_USER}. However, the %{LA-U:REMOTE_USER} look-ahead syntax needed to access this variable in a per-server context doesn't seem to work inside an ap_expr - I get a parse

Re: Comment system, take two and a half

2012-05-29 Thread Rich Bowen
On May 29, 2012, at 5:04 AM, Graham Leggett wrote: On 29 May 2012, at 8:50 AM, Daniel Gruno wrote: Each branch different, 2.2 2.4 have some big differences between them in various areas. My 2 cents anyway. What I'm perhaps more curious to get sorted out is whether we should consider the

Re: REMOTE_USER look-ahead in a RewriteCond expr ap_expr

2012-05-29 Thread Stefan Fritsch
On Tuesday 29 May 2012, Richard Davies wrote: I'm trying to use the Apache 2.4 ap_expr syntax to write a complex test with RewriteCond expr. My test uses %{REMOTE_USER}. However, the %{LA-U:REMOTE_USER} look-ahead syntax needed to access this variable in a per-server context doesn't seem to

Re: svn commit: r1341905 - in /httpd/httpd/trunk: CHANGES configure.in support/suexec.c

2012-05-29 Thread Kaspar Brand
On 23.05.2012 17:42, jor...@apache.org wrote: Author: jorton Date: Wed May 23 15:42:33 2012 New Revision: 1341905 URL: http://svn.apache.org/viewvc?rev=1341905view=rev Log: suexec: Add support for logging to syslog as an alternative to a logfile. * support/suexec.c (err_output)