Apache HTTPD segfaults w/ mod_perl 1.0

2009-02-26 Thread Karsten Kroesch
Hi! I'm running an Apache 1.3.39 with mod_perl 1.0 freshly compiled by myself on Solaris 10 (The Perl application I'm dealing with, refused to work on Apache 2.x and mod_perl 2, though using compat. mode). The application seems to work fine in the first place, but then showed some odd

uninstall Makefile target

2009-02-26 Thread Alfonso Ruzafa Molina
Hi. I noticed Apache uses autotools to be built. Since uninstall is a standard target in autotools, why that isn't available? It's seems like it would be override deliberately. Sometimes when by mistake I use --prefix=/usr and the files are installed in that path I just can't remove the lib,

Re: uninstall Makefile target

2009-02-26 Thread Graham Leggett
Alfonso Ruzafa Molina wrote: I noticed Apache uses autotools to be built. Since uninstall is a standard target in autotools, why that isn't available? It's seems like it would be override deliberately. Sometimes when by mistake I use --prefix=/usr and the files are installed in that path I just

regex-related segfault in mod_include

2009-02-26 Thread Lars Eilebrecht
Hi, the following SSI statements triggers a segfault when QUERY_STRING is empty (tested with 2.2.11): !--#if expr=$QUERY_STRING = /foobar=([0-9]+)$/ -- !--#set var=foobar value=$1 -- !--#else -- !--#set var=foobar value=$1 -- !--#endif -- I tracked this down to

Re: regex-related segfault in mod_include

2009-02-26 Thread Ruediger Pluem
On 02/26/2009 07:58 PM, Lars Eilebrecht wrote: Hi, the following SSI statements triggers a segfault when QUERY_STRING is empty (tested with 2.2.11): !--#if expr=$QUERY_STRING = /foobar=([0-9]+)$/ -- !--#set var=foobar value=$1 -- !--#else -- !--#set var=foobar value=$1 --

RE: confirm subscribe to dev@httpd.apache.org

2009-02-26 Thread David Martínez Albiter
-Original Message- From: dev-h...@httpd.apache.org [mailto:dev-h...@httpd.apache.org] Sent: Jueves, 26 de Febrero de 2009 05:43 p.m. To: David Martínez Albiter Subject: confirm subscribe to dev@httpd.apache.org Hi! This is the ezmlm program. I'm managing the dev@httpd.apache.org mailing

Mod dumpio module

2009-02-26 Thread David Martínez Albiter
Hi All, I try to modify the modulo mod_dumpio.c, we need that this module log the I/O information (Original funcionality) plus the directive %{Cookie}n (this one, generate by the modulo mod_usertrack.c). We try with the next code to get the directive: request_rec *r = f-r; const char

Re: Mod dumpio module

2009-02-26 Thread Nick Kew
On Thu, 26 Feb 2009 18:30:03 -0600 David Martínez Albiter dav...@insys-corp.com.mx wrote: request_rec *r = f-r; Dumpio is a connection-level filter. There is no request. (and why do you suppose there'd be a cookie in r-notes?) -- Nick Kew Application Development with Apache - the Apache