RE: svn commit: r1303435 - /httpd/httpd/trunk/server/mpm_unix.c

2012-03-22 Thread Plüm , Rüdiger , Vodafone Group
-Original Message- From: Eric Covener Sent: Mittwoch, 21. März 2012 18:58 To: dev@httpd.apache.org Subject: Re: svn commit: r1303435 - /httpd/httpd/trunk/server/mpm_unix.c @@ -937,7 +937,7 @@ AP_DECLARE(apr_status_t) ap_fatal_signal  #endif /* NO_USE_SIGACTION */ -    

Re: Re: [users@httpd] Unable to create or access scoreboard (anonymous shared memory failure)

2012-03-22 Thread Tianyin Xu
Thanks a lot, William!! One amazing thing of Apache is that you developers are really responsible and do care the usability of the software. Best, T On Wed, Mar 21, 2012 at 9:32 PM, William A. Rowe Jr. wr...@rowe-clan.netwrote: Room for improvement? Forwarding as attach to include formatting.

Re: Cannot start httpd v2.4.1 with mpm_build on AIX

2012-03-22 Thread Michael Felt
Will do Gun. Thanks for the feedback. Like this in the future (or as an attachment - although I assumed (my error) you would cut/paste into a notebook - which is how I clear up formats I cannot read). In any case I hope you know what you need to know - I was not sure which one was needing

Re: Cannot start httpd v2.4.1 with mpm_build on AIX

2012-03-22 Thread Guenter Knauf
Hi Michael, Am 22.03.2012 10:53, schrieb Michael Felt: Will do Gun. Thanks for the feedback. Like this in the future (or as an attachment - although I assumed (my error) you would cut/paste into a notebook - which is how I clear up formats I cannot read). In any case I hope you know what you

Re: svn commit: r1303435 - /httpd/httpd/trunk/server/mpm_unix.c

2012-03-22 Thread Eric Covener
On Thu, Mar 22, 2012 at 3:49 AM, Plüm, Rüdiger, Vodafone Group ruediger.pl...@vodafone.com wrote: -Original Message- From: Eric Covener Sent: Mittwoch, 21. März 2012 18:58 To: dev@httpd.apache.org Subject: Re: svn commit: r1303435 - /httpd/httpd/trunk/server/mpm_unix.c @@ -937,7

RE: svn commit: r1303435 - /httpd/httpd/trunk/server/mpm_unix.c

2012-03-22 Thread Plüm , Rüdiger , Vodafone Group
-Original Message- From: Eric Covener Sent: Donnerstag, 22. März 2012 13:00 To: dev@httpd.apache.org Subject: Re: svn commit: r1303435 - /httpd/httpd/trunk/server/mpm_unix.c On Thu, Mar 22, 2012 at 3:49 AM, Plüm, Rüdiger, Vodafone Group ruediger.pl...@vodafone.com wrote:

Re: Cannot start httpd v2.4.1 with mpm_build on AIX

2012-03-22 Thread Michael Felt
My development machines are different - just seems like a lot of dependancies for perl modules - I assume perl is alos used (elsewhere) for production environments. Last time I worked with CPAN to any extent was 8 to 10 years ago - and it worked better on UNIX, read AIX. As I want to test on AIX I

Re: svn commit: r1303776 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_autoindex.xml

2012-03-22 Thread Eric Covener
On Thu, Mar 22, 2012 at 9:42 AM, humbed...@apache.org wrote: Modified:    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_autoindex.xml FYI, I chatted with Daniel offline about starting in trunk.

Re: TRACE still enabled by default

2012-03-22 Thread Jim Jagielski
On Mar 21, 2012, at 8:39 AM, Reindl Harald wrote: Am 17.03.2012 10:24, schrieb Roy T. Fielding: On Mar 16, 2012, at 7:18 AM, Eric Covener wrote: We still enable TRACE by default. Is this useful enough to justify making every other poor sap with a security scanner have to manually

Re: TRACE still enabled by default

2012-03-22 Thread Tom Evans
On Wed, Mar 21, 2012 at 7:33 PM, Roy T. Fielding field...@gbiv.com wrote: TRACE won't work at all if the most popular end-point doesn't support it. If folks want to protect clients (including gateways) against their own stupidity regarding what they choose to send in a TRACE request, then do

Re: TRACE still enabled by default

2012-03-22 Thread Eric Covener
How about providing a simpler way of turning it off, rather than turning it off by default? Arbitrarily, it seems, you can't use Limit or LimitExcept to restrict it, and instead have to use a RewriteRule. We've had TraceEnable for a while:

Re: TRACE still enabled by default

2012-03-22 Thread Jim Jagielski
On Mar 22, 2012, at 11:07 AM, Tom Evans wrote: On Wed, Mar 21, 2012 at 7:33 PM, Roy T. Fielding field...@gbiv.com wrote: TRACE won't work at all if the most popular end-point doesn't support it. If folks want to protect clients (including gateways) against their own stupidity regarding

RE: svn commit: r1303435 - /httpd/httpd/trunk/server/mpm_unix.c

2012-03-22 Thread Plüm , Rüdiger , Vodafone Group
@@ -937,7 +937,7 @@ AP_DECLARE(apr_status_t) ap_fatal_signal  #endif /* NO_USE_SIGACTION */ -    pconf = in_pconf; +    pconf = pconf;     parent_pid = my_pid = getpid(); Doesn't the parameter name need to be changed back? IMHO not. The definition was

Re: TRACE still enabled by default

2012-03-22 Thread Tom Evans
On Thu, Mar 22, 2012 at 3:15 PM, Eric Covener cove...@gmail.com wrote: How about providing a simpler way of turning it off, rather than turning it off by default? Arbitrarily, it seems, you can't use Limit or LimitExcept to restrict it, and instead have to use a RewriteRule. We've had

Re: TRACE still enabled by default

2012-03-22 Thread Reindl Harald
Am 22.03.2012 16:17, schrieb Tom Evans: On Thu, Mar 22, 2012 at 3:15 PM, Eric Covener cove...@gmail.com wrote: How about providing a simpler way of turning it off, rather than turning it off by default? Arbitrarily, it seems, you can't use Limit or LimitExcept to restrict it, and instead