Re: Apache 2.2.0 on Win32

2006-01-13 Thread Mladen Turk
William A. Rowe, Jr. wrote: Fenlason, Josh wrote: Here is the path that requires msjava.dll: Httpd.exe-libapr-1.dll-advapi32.dll-winsta.dll-netapi32.dll-dnsapi. dll-iphlpapi.dll-mprapi.dll-activeds.dll-adsldpc.dll-credui.dll-sh ell32.dll-shdocvw.dll-mshtml.dll-msjava.dll When you see

Rlimit* implementation for mod_cgid

2006-01-13 Thread R, Rajesh (STSD)
I was wondering why mod_cgid had not implemented Rlimit* commands. it is used in mod_cgi though. May be we can apply it for mod_cgid too. I got it working by applying the included patch.,(on 2.0.54) Is it something mod_cgid can support right now or are there any known vulnerabilities ? Rajesh

[PATCH] httpd-test/perl-framework/t/modules/info.t

2006-01-13 Thread Martin Mrazik
Hi, it seems mod_imap was renamed to mod_imagemap and thus the modules/info.t test from Perl-framework should be fixed as well. I have attached the patch for httpd-test/perl-framework/t/modules/info.t. Best Regards, -- Martin Mrazik, QA Developer [EMAIL PROTECTED] diff -Naur

Re: Any concerns with 2.2.1 by the weekend?

2006-01-13 Thread Nick Kew
On Friday 13 January 2006 07:30, Mladen Turk wrote: William A. Rowe, Jr. wrote: I'm offering to RM this package late friday or sometime Saturday if there's no serious objection. Fixing or not fixing partial page results is obviously Backport of ajp Cookie2 fix from HEAD. *

Re: [PATCH] httpd-test/perl-framework/t/modules/info.t

2006-01-13 Thread Joe Orton
On Fri, Jan 13, 2006 at 01:06:21PM +0100, Martin Mrazik wrote: it seems mod_imap was renamed to mod_imagemap and thus the modules/info.t test from Perl-framework should be fixed as well. I have attached the patch for httpd-test/perl-framework/t/modules/info.t. Ah, this would be broken

Searching mail archives (Re: Any concerns with 2.2.1 by the weekend?)

2006-01-13 Thread Nick Kew
Just looking at STATUS, there's a fix: * HTTP: If a connection aborts while waiting for a chunked line, flag the connection as errored out. http://svn.apache.org/viewcvs.cgi?rev=354630view=rev Message-ID: [EMAIL PROTECTED] +1: jerenkrantz, jim, wrowe Looking at that,

Re: Any concerns with 2.2.1 by the weekend?

2006-01-13 Thread Jim Jagielski
I would have liked to do it, but there's no way I could volunteer for this weekend (a few family things popped up with my Dad in the hospital and my Uncle/Godfather passing away)... But my comments about 2.2.1 are: 1. I think the proxy fixes should be part of 2.2.1, but I think that,

Re: Searching mail archives (Re: Any concerns with 2.2.1 by the weekend?)

2006-01-13 Thread Maxime Petazzoni
* Nick Kew [EMAIL PROTECTED] [2006-01-13 13:39:14]: To follow that up, I went to mail-archives to look for the message-ID (I don't keep a private archive of this list), but I don't find a search facility. What am I missing? The SoC project httpd-mbox-search did not succeed. I did not get any

PATCH for 2.0.55 proxy module to enable reverse proxing of cookies

2006-01-13 Thread Adam Retter
Hi Chaps, We setup Apache 2.0.55 here with mod_proxy to enable reverse proxying of our java application. We had a problem with mod_proxy not reverse proxying cookies correctly. I found this bug report and patch for 2.0.53 here - http://issues.apache.org/bugzilla/show_bug.cgi?id=10722

charset in SVN repository

2006-01-13 Thread Nick Kew
r368730 encodes RĂ¼diger's name using UTF-8 in CHANGES. When I look at it, I see junk in my default tools. I also see junk when viewing it in viewcvs.cgi, which reports it as iso-8859-1. Is that just a viewcvs bug and my local setup, or is there something deeper in svn and/or our repository? --

Re: Merging branch authz-dev - Authorization and Access Control 2.3vs. 2.2

2006-01-13 Thread Joshua Slive
On 1/12/06, Brad Nicholes [EMAIL PROTECTED] wrote: OK, try this on for size. Since Order,Allow,Deny are all hooked at the access_checker stage, we should be able to add these directives back in and allow them to function normally. The real problem is 'Satisfy' because it had its fingers

Re: Merging branch authz-dev - Authorization and Access Control 2.3vs. 2.2

2006-01-13 Thread Brad Nicholes
On 1/13/2006 at 8:19:39 am, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: I would consider moving this compat code into mod_access_compat or something of the like so that it would be easy for people to select whether they want the clean new system or a mix of the new and old

Re: charset in SVN repository

2006-01-13 Thread Garrett Rooney
On 1/13/06, Nick Kew [EMAIL PROTECTED] wrote: r368730 encodes RĂ¼diger's name using UTF-8 in CHANGES. When I look at it, I see junk in my default tools. I also see junk when viewing it in viewcvs.cgi, which reports it as iso-8859-1. Is that just a viewcvs bug and my local setup, or is there

[jira] Resolved: (MODPYTHON-98) wrong handler supplied to req.add_handler() generates error

2006-01-13 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-98?page=all ] Jim Gallacher resolved MODPYTHON-98: Fix Version: 3.2 Resolution: Fixed Added unit tests. wrong handler supplied to req.add_handler() generates error

module loading code

2006-01-13 Thread Alexey Toptygin
I've been reading the module loading code, and I must ask: why are there still 2 module lists (ap_top_module and ap_loaded_modules) in 2.2? Since AddModule went away in 2.0.11, I can understand keeping them both for binary compat in 2.0, but are they needed now? Can the autogenerated

Re: svn commit: r368929 - in /httpd/httpd/trunk/modules/aaa: config.m4 mod_auth.h mod_authz_core.c mod_authz_default.c

2006-01-13 Thread Garrett Rooney
On 1/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: --- httpd/httpd/trunk/modules/aaa/config.m4 (original) +++ httpd/httpd/trunk/modules/aaa/config.m4 Fri Jan 13 16:13:22 2006 @@ -48,6 +48,10 @@ dnl keep the bad guys out. APACHE_MODULE(authz_default, authorization control backstopper, ,

mod_access_compat broken with new auth code

2006-01-13 Thread Maxime Petazzoni
Hi, Lately, I've been trying to get Apache HTTPd trunk run Subversion 1.4.0-dev (trunk, too). This includes the new auth code recently merged and the backward compatibility module mod_access_compat. I tried to build Apache with the --enable-compat flag at configure time but it fails on the

Re: mod_access_compat broken with new auth code

2006-01-13 Thread Maxime Petazzoni
Okayyy. Forget about that, I didn't see Brad's commit go through. Just forget about that, it works now. - Sam -- Maxime Petazzoni (http://www.bulix.org) -- gone crazy, back soon. leave message. signature.asc Description: Digital signature