[jira] Commented: (MODPYTHON-211) Potential memory leak in req.readlines().

2007-01-18 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465940 ] Graham Dumpleton commented on MODPYTHON-211: The req.readlines() function also leaks memory when

Apache2::Request param repetitions (again)

2007-01-18 Thread Adam Prime
I just rain into this issue in the midst of porting some stuff from apreq1 to apreq2. discussed previously here: http://marc.theaimsgroup.com/?t=11611007241r=1w=2 quick summary being: for a request like this: GET /?pub=1pub=2 HTTP/1.0 @list = $r-param has different results. in mp1 you

Re: Solved: mod_disk_cache and mod_include bugs and suggestions

2007-01-18 Thread Niklas Edmundsson
On Thu, 18 Jan 2007, Giuliano Gavazzi wrote: Actually I don't. Either you or me have misunderstood how buckets work, since the rest of the code should syntactically be equivalent. Or I'm missing some fine detail somewhere. Perhaps I do not understand buckets fully (and brigades), but this

Re: Mod_cache expires check

2007-01-18 Thread Plüm , Rüdiger , VF EITO
-Ursprüngliche Nachricht- Von: Roy T. Fielding Gesendet: Mittwoch, 17. Januar 2007 23:23 An: Ruediger Pluem Cc: dev@httpd.apache.org; dev@apr.apache.org Betreff: Re: Mod_cache expires check On Jan 17, 2007, at 12:23 PM, Ruediger Pluem wrote: I would say 0 is not a bad

Re: Mod_cache expires check

2007-01-18 Thread Henrik Nordstrom
tor 2007-01-18 klockan 12:05 +0100 skrev Plüm, Rüdiger, VF EITO: Just curious: Is the Unix epoch an invalid date in the Expires header (as this in the past it does not really matter for the question whether this document is expired or not as it would be in both cases)? The RFC does not care

Re: overflow in mod_autoindex suspected - solaris - httpd 2.2.*

2007-01-18 Thread Zvi Har'El
I believe this is really a problem of the HTTP client protocol level. in HTTP/1.1 we get a failure, and HTTP/1.0 or HTTPS (1.1 or 1.0) success, for example: = HTTP/1.1 === ~$ curl -v

Vote request: Accept mod_ftp podling for graduation

2007-01-18 Thread Jim Jagielski
mod_ftp is a protocol module for Apache 2.x which adds in RFC-compliant FTP as a supported protocol for httpd. Work has been done in getting mod_ftp ported to the Apache 2.x build environment, compatibility with later versions of APR (for httpd 2.2.x) and other improvements. It's time for

Re: Vote request: Accept mod_ftp podling for graduation

2007-01-18 Thread Bill Stoddard
Jim Jagielski wrote: mod_ftp is a protocol module for Apache 2.x which adds in RFC-compliant FTP as a supported protocol for httpd. Work has been done in getting mod_ftp ported to the Apache 2.x build environment, compatibility with later versions of APR (for httpd 2.2.x) and other

child pid 4687 exit signal Segmentation fault (11)

2007-01-18 Thread Fang Max
Hi all , I am now developing a Filter used to parse html file in my group . The mistake child pid 4687 exit signal Segmentation fault (11) always turn out in error log.is there any one could tell me what that exact mean when it could happen,and If there is a elegant instace to depend with

Re: child pid 4687 exit signal Segmentation fault (11)

2007-01-18 Thread Joe Lewis
Fang Max wrote: Hi all , I am now developing a Filter used to parse html file in my group . The mistake child pid 4687 exit signal Segmentation fault (11) always turn out in error log.is there any one could tell me what that exact mean It means that the child process of apache had a

Re: Vote request: Accept mod_ftp podling for graduation

2007-01-18 Thread Sander Temme
httpd hat on (I am also on the mod_ftp PPMC): On Jan 18, 2007, at 5:42 AM, Jim Jagielski wrote: The mod_ftp PPMC has voted on graduation and it was approved[1]. We are now asking the httpd PMC to approve graduation. One topic for discussion is whether it should be a subproject of httpd (ala

Re: Vote request: Accept mod_ftp podling for graduation

2007-01-18 Thread Justin Erenkrantz
On 1/18/07, Jim Jagielski [EMAIL PROTECTED] wrote: The mod_ftp PPMC has voted on graduation and it was approved[1]. We are now asking the httpd PMC to approve graduation. +1. One topic for discussion is whether it should be a subproject of httpd (ala mod_mbox, mod_python, ...) or simply

Re: Mod_cache expires check

2007-01-18 Thread Ruediger Pluem
On 01/18/2007 12:49 PM, Henrik Nordstrom wrote: tor 2007-01-18 klockan 12:05 +0100 skrev Plüm, Rüdiger, VF EITO: Any valid date which can be represented in the textual form is a valid Expires header. And any Expires header you can not understand for whatever reason is already expired in

Re: Vote request: Accept mod_ftp podling for graduation

2007-01-18 Thread Ruediger Pluem
On 01/18/2007 06:01 PM, Justin Erenkrantz wrote: On 1/18/07, Jim Jagielski [EMAIL PROTECTED] wrote: The mod_ftp PPMC has voted on graduation and it was approved[1]. We are now asking the httpd PMC to approve graduation. +1. One topic for discussion is whether it should be a

Re: overflow in mod_autoindex suspected - solaris - httpd 2.2.*

2007-01-18 Thread Ruediger Pluem
On 01/18/2007 01:28 PM, Zvi Har'El wrote: I believe this is really a problem of the HTTP client protocol level. in HTTP/1.1 we get a failure, and HTTP/1.0 or HTTPS (1.1 or 1.0) success, for example: Could you please do the following tests independently: 1. Change the ForceType in your

RE: configuration problem

2007-01-18 Thread 张 臻博
hello, Another related question: Is that so by using --with-module= command, every time you can just activate one module, is it possible to use this command several times in ./cofigure to activate several modules?? I have tried this command: ./configure --prefix=home/apache

Re: overflow in mod_autoindex suspected - solaris - httpd 2.2.*

2007-01-18 Thread Zvi Har'El
I Tried the two settings, independently: 1) changes the line ForceType text/html to ForceType tex/plain in my .htaccess. 2) put a line EnableSendFile off in my .htaccess (.htaccess is located at the parent directory of the directory which contains the 256 bytes header file). In the first

ap_hook_pre_connection

2007-01-18 Thread 张 臻博
hello, is there somebody who knows in which module or in which file i can find the function that implements the hook: ap_hook_pre_connection? Thanks a lot. br frankie _ 与世界各地的朋友进行交流,免费下载 Live Messenger;

RE: ap_hook_pre_connection

2007-01-18 Thread 张 臻博
sorry, my mistake, the hook should be ap_run_pre_connection br From: 张 臻博 [EMAIL PROTECTED] Reply-To: dev@httpd.apache.org To: dev@httpd.apache.org Subject: ap_hook_pre_connection Date: Thu, 18 Jan 2007 21:43:55 + hello, is there somebody who knows in which module or in which file i can

Re: overflow in mod_autoindex suspected - solaris - httpd 2.2.*

2007-01-18 Thread Ruediger Pluem
On 01/18/2007 10:08 PM, Zvi Har'El wrote: I Tried the two settings, independently: 1) changes the line ForceType text/html to ForceType tex/plain in my .htaccess. 2) put a line EnableSendFile off in my .htaccess (.htaccess is located at the parent directory of the directory which

Re: Vote request: Accept mod_ftp podling for graduation

2007-01-18 Thread William A. Rowe, Jr.
I mostly concur with Justin Justin Erenkrantz wrote: On 1/18/07, Jim Jagielski [EMAIL PROTECTED] wrote: The mod_ftp PPMC has voted on graduation and it was approved[1]. We are now asking the httpd PMC to approve graduation. +1. +1 One topic for discussion is whether it should be a

Re: ap_hook_pre_connection

2007-01-18 Thread Sander Temme
Frankie, On Jan 18, 2007, at 1:49 PM, 张 臻博 wrote: sorry, my mistake, the hook should be ap_run_pre_connection From the top of your source tree, run: find . -type f -name \*.c | xargs grep ap_run_pre_connection And you'll find: ./modules/proxy/mod_proxy_ftp.c:rc =