input filter which modifies body, Content-Length

2006-02-23 Thread Jeff Trawick
(Apologies if there is juicy past discussion that I didn't find with my search keywords.) It isn't clear to me what an input filter should do about Content-Length when it modifies the length of the body (assuming that this isn't chunked encoding). It causes problems for some handlers to modify

Proxy Cookie Path Question (answer to my 408 error when Proxying Tomcat)

2006-02-23 Thread Brian Bonner
Hello, We ran across a problem with an Apache 2.0.51-2.9 installation. We are using the reverse proxy configuration to proxy a Tomcat 5.0.28 system. When proxying a site with a change in the path we run into a problem where the cookies path is not changed to reflect the request on Tomcat apps.

Re: svn commit: r378032 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy_http.c modules/proxy/proxy_util.c

2006-02-23 Thread Ruediger Pluem
On 02/20/2006 02:51 PM, Joe Orton wrote: That's not what I meant. This is a bit tricky. Here's a restatement of the problem, just to make sure we're talking about the same thing: If a client reuses a connection to an HTTP server which has been held open persistently, there is a risk

Apache 2.2 -X commanlinde option broken?

2006-02-23 Thread Ronnie Brunner
Hi y'all When I start my httpd 2.2.0 (prefork mpm on solaris) using the -X option for some automated testing of a module I wrote, I cannot stop the process correctly anymore (works in httpd 2.0.x and earlier). It seems that the SIGTERM signal is just ignored by the process. (Only thing I can do

File upload

2006-02-23 Thread Franky Braem
Is there a step by step tutorial on how to implement a file upload in an Apache module with apreq2? I'm trying to write mod_wxjs (JavaScript and wxWidgets as server side script, more info on wxjs.sourceforge.net) and I want to add a file upload functionality (something like php).

[jira] Updated: (MODPYTHON-43) mod_python.publisher auth functions access to globals

2006-02-23 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-43?page=all ] Graham Dumpleton updated MODPYTHON-43: -- Attachment: grahamd_20060224_MP43_1.diff Patches attached as grahamd_20060224_MP43_1.diff. If no one can see problems with this, I will commit

make error

2006-02-23 Thread Boysenberry Payne
I'm getting: ld: can't locate file for: -lexpat While trying to build on OS X 10.3.9 / Apache 2.0.55 When I 'find /usr -name *expat* I get: /usr/include/php/ext/xml/expat /usr/include/php/ext/xml/expat/expat.h /usr/local/apache2/include/expat.h /usr/local/apache2/lib/libexpat.0.1.0.dylib

draft-ietf-rfc2518bis-14 arrives at last call

2006-02-23 Thread William A. Rowe, Jr.
Obviously 2518 and this 'next' DAV statement are supersets of RFC2616, and therefore of interest to this community; http://tools.ietf.org/html/draft-ietf-webdav-rfc2518bis-14.txt A summary of changes since RFC2518 is included;

[jira] Commented: (MODPYTHON-128) Have assigning req.filename automatically update req.finfo.

2006-02-23 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-128?page=comments#action_12367490 ] Graham Dumpleton commented on MODPYTHON-128: Here is link to discussion of similar change being ported from mod_perl 1 to mod_perl 2.

[DRAFT] [ANNOUNCE] Mod_python 3.2.8 (security)

2006-02-23 Thread Gregory (Grisha) Trubetskoy
If you see any problems with this text, let me know. -- Forwarded message -- Date: Sat, 12 Feb 2005 22:00:56 -0500 (EST) From: Gregory (Grisha) Trubetskoy [EMAIL PROTECTED] To: announce@httpd.apache.org, [EMAIL PROTECTED] Cc: python-dev@httpd.apache.org Subject: [ANNOUNCE]

Re: [DRAFT] [ANNOUNCE] Mod_python 3.2.8 (security)

2006-02-23 Thread Jorey Bump
Gregory (Grisha) Trubetskoy wrote: If you see any problems with this text, let me know. -- Forwarded message -- Date: Sat, 12 Feb 2005 22:00:56 -0500 (EST) From: Gregory (Grisha) Trubetskoy [EMAIL PROTECTED] To: announce@httpd.apache.org, [EMAIL PROTECTED] Cc:

Re: [DRAFT] [ANNOUNCE] Mod_python 3.2.8 (security)

2006-02-23 Thread Jim Gallacher
Looks good. (with Jorey's correction). Jim Jorey Bump wrote: Gregory (Grisha) Trubetskoy wrote: If you see any problems with this text, let me know. -- Forwarded message -- Date: Sat, 12 Feb 2005 22:00:56 -0500 (EST) From: Gregory (Grisha) Trubetskoy [EMAIL PROTECTED] To:

Re: make error

2006-02-23 Thread William A. Rowe, Jr.
Boysenberry Payne wrote: Sorry I'm trying to build libapreq2-2.07 :-0 Thanks, Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Feb 23, 2006, at 4:44 PM, Boysenberry Payne wrote: I'm getting: ld: can't locate file for: -lexpat /usr/local/apache2/lib/libexpat.dylib Did

Re: make error

2006-02-23 Thread Boysenberry Payne
cd LIBAPREQ2.0.7 ./configure --with-expat=/usr/local/apr --with-apache2-apxs=/usr/local/apache2/bin/apxs --enable-perl-glue make make test make install I downloaded Expat-2.0, which got rid of the first error. Then after I added --enable-perl-glue I realized I needed