Re: svn commit: r1451478 - /httpd/httpd/trunk/server/util_script.c

2013-03-01 Thread Guenter Knauf
Hi Christophe, Am 01.03.2013 08:00, schrieb Christophe JAILLET: To quick... you can fix the svn log with: svn propedit -r 1451478 --revprop svn:log Gün.

Re: [PATCH] NTLM via Apache as reverse proxy [Bug 39673]

2013-03-01 Thread Micha Lenk
Hi, On 02/26/2013 06:55 PM CEST +02:00, I wrote: I am currently working on bugzilla #39673. The issue here is that NTLM authentication as used in Microsoft products don't work. [...] Looking at how mod_proxy_ftp.c solves a similar problem, I tried to solve that issue with the attached patch

Re: Bug using authnz_ldap_module with Microsoft LDAP SDK and ldaps (secure ldap)?

2013-03-01 Thread Eirik Lygre
Eirik Lygre wrote Eric Covener wrote On Thu, Feb 28, 2013 at 11:12 AM, Eirik Lygre lt; eirik.lygre@ gt; wrote: seems to make sense, were you able to test the mod_ldap side of the change, or is the rebuild a problem? The number of moving parts needed to build it all was a bit daunting,

Re: [PATCH] mod_proxy Unix domain socket support

2013-03-01 Thread Jim Jagielski
Thx! On Feb 26, 2013, at 5:00 PM, Blaise Tarr blaise.t...@gmail.com wrote: Hello, I updated my patch which adds Unix domain socket support to mod_proxy to resolves a problem on BSD systems. The patch is against Apache 2.4.4. Please see this bugzilla for the details:

Re: svn commit: r1451620 - in /httpd/httpd/trunk: include/ap_skiplist.h server/mpm/eventopt/config3.m4 server/mpm/eventopt/eventopt.c server/skiplist.c

2013-03-01 Thread Mario Brandt
Hi Jim, the compiling runs fine, but the module does not load httpd: Syntax error on line 109 of /opt/apache25/conf/httpd.conf: Cannot load modules/mod_mpm_eventopt.so into server: /opt/apache25/modules/mod_mpm_eventopt.so: undefined symbol: ap_skiplist_insert Cheers Mario On 1 March 2013

Re: svn commit: r1451620 - in /httpd/httpd/trunk: include/ap_skiplist.h server/mpm/eventopt/config3.m4 server/mpm/eventopt/eventopt.c server/skiplist.c

2013-03-01 Thread Jim Jagielski
Did you do a fresh build? On Mar 1, 2013, at 11:18 AM, Mario Brandt jbl...@gmail.com wrote: Hi Jim, the compiling runs fine, but the module does not load httpd: Syntax error on line 109 of /opt/apache25/conf/httpd.conf: Cannot load modules/mod_mpm_eventopt.so into server:

Re: svn commit: r1451620 - in /httpd/httpd/trunk: include/ap_skiplist.h server/mpm/eventopt/config3.m4 server/mpm/eventopt/eventopt.c server/skiplist.c

2013-03-01 Thread Mario Brandt
Yepp, make clean svn up ./buildconf ./configure make sudo make install Cheers Mario On 1 March 2013 17:24, Jim Jagielski j...@jagunet.com wrote: Did you do a fresh build? On Mar 1, 2013, at 11:18 AM, Mario Brandt jbl...@gmail.com wrote: Hi Jim, the compiling runs fine, but the module does

RE: svn commit: r1451620 - in /httpd/httpd/trunk: include/ap_skiplist.h server/mpm/eventopt/config3.m4 server/mpm/eventopt/eventopt.c server/skiplist.c

2013-03-01 Thread Plüm , Rüdiger , Vodafone Group
Please try make extraclean instead of make clean. Regards Rüdiger -Original Message- From: Mario Brandt [mailto:jbl...@gmail.com] Sent: Friday, March 01, 2013 5:51 PM To: dev@httpd.apache.org Subject: Re: svn commit: r1451620 - in /httpd/httpd/trunk: include/ap_skiplist.h

Re: svn commit: r1451633 - in /httpd/httpd/trunk: include/ap_mmn.h modules/proxy/mod_proxy.h modules/proxy/proxy_util.c

2013-03-01 Thread Guenter Knauf
Hi Jim, Am 01.03.2013 17:21, schrieb j...@apache.org: Author: jim Date: Fri Mar 1 16:21:49 2013 New Revision: 1451633 URL: http://svn.apache.org/r1451633 Log: Add in rough uds support (Bugx 54101) from Blaise Tarrblaise.t...@gmail.com Modified: httpd/httpd/trunk/include/ap_mmn.h

absolute vs. relative paths

2013-03-01 Thread Guenter Knauf
Hi all, in httpd-ssl.conf.in we use always @exp_ for all paths like f.e. @exp_sysconfdir@ and @exp_logfiledir@ while in httpd.conf.in we use @rel_sysconfdir@ and @rel_logfiledir@ - is there any reason for this difference? Any objections for changing those in httpd-ssl.conf.in to relative