Re: where is apr_sendfile() implementation?

2003-06-06 Thread Albert Yu
Thanks. You are right. It works with EnableSendfile Off. Albert - Original Message - From: Jeff Trawick [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 5:45 PM Subject: Re: where is apr_sendfile() implementation? Albert Yu wrote: Hi, I am debugging httpd

fixed -- mod_mime.c#find_ct() redux

2003-06-06 Thread Chris Knight
Justin Erenkrantz wrote: It looks like Catacomb (0.8.0 is what I just downloaded) is doing the same thing in its dav_repos_set_headers as mod_dav_svn. That hook runs after the fixups hooks, so it just trounces on the content-type that mod_mime tried to set with ModMimeUsePathInfo. Ah, good

Re: [PATCH] Winnt MPM missing my_pid in some ap_log_error calls

2003-06-06 Thread William A. Rowe, Jr.
At 11:59 AM 6/5/2003, Jeff wrote: Juan Rivera wrote: Two ap_log_error calls had the Child %d but no my_pid in the argument list. thanks, committed to 2.1-dev, I'll propose for merging into 2.0.47-dev Don't even spend the STATUS; +1 already to backporting for 2.0.47 You beat me to applying it,

httpd-2.0.46 needs gcc_s? (on solaris 8)

2003-06-06 Thread harald deppeler
We're upgrading from 2.0.44 to 2.0.46 and have noticed that the httpd binary now seems to need libgcc_s. # ldd /some/path/httpd libaprutil-0.so.0 = /some/path/lib/libaprutil-0.so.0 libexpat.so.0 = /some/path/lib/libexpat.so.0 libapr-0.so.0 =

Re: httpd-2.0.46 needs gcc_s? (on solaris 8)

2003-06-06 Thread Brian Akins
Build it with CFLAGS=-static-libgcc On Thu, 2003-06-05 at 05:18, harald deppeler wrote: We're upgrading from 2.0.44 to 2.0.46 and have noticed that the httpd binary now seems to need libgcc_s. # ldd /some/path/httpd libaprutil-0.so.0 = /some/path/lib/libaprutil-0.so.0

Re: httpd-2.0.46 needs gcc_s? (on solaris 8)

2003-06-06 Thread Jeff Trawick
harald deppeler wrote: We're upgrading from 2.0.44 to 2.0.46 and have noticed that the httpd binary now seems to need libgcc_s. ugh see also http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20447 # ldd /some/path/httpd libgcc_s.so.1 = (file not found) libgcc_s.so.1 =

Re: httpd-2.0.46 needs gcc_s? (on solaris 8)

2003-06-06 Thread harald deppeler
Ok, I tried the CFLAGS=-static-libgcc trick, it didn't work for me. Interpreting the compile log I gather that the c flag is carried through from the configure stage up until to the final linking, however, it does not achieve the desired result (see excerpt at the end of this mail). This would

httpd-2.0.46 cgid crashes

2003-06-06 Thread Jie Gao
Hi All, This is happening too often to me and I need to do somthing about it. In the manual about mod_cgi, it says: When using a multi-threaded MPM under unix, the module mod_cgid should be used in place of this module. At the user level, the two modules are essentially identical.

Re: httpd-2.0.46 cgid crashes

2003-06-06 Thread Justin Erenkrantz
--On Friday, June 6, 2003 4:29 PM +1000 Jie Gao [EMAIL PROTECTED] wrote: Hi All, This is happening too often to me and I need to do somthing about it. It'd be helpful if you told us what was going on with mod_cgid so we could fix it. -- justin

Re: httpd-2.0.46 cgid crashes

2003-06-06 Thread Jie Gao
On Thu, 5 Jun 2003, Justin Erenkrantz wrote: --On Friday, June 6, 2003 4:29 PM +1000 Jie Gao [EMAIL PROTECTED] wrote: Hi All, This is happening too often to me and I need to do somthing about it. It'd be helpful if you told us what was going on with mod_cgid so we could fix it. --

Re: [PATCH] don't send Server header field as set by CGI or module

2003-06-06 Thread Graham Leggett
Jeff Trawick wrote: Attached is an alternate, which matches 1.3 AFAICT. I need to test it with proxy to make sure proxyreq is set properly, but I have at least confirmed that a CGI script can't decide what Server we should report. Any concerns before I test further and commit? In concept +1.

Re: Error while installing apache 2.0.43 on Linux 7.3

2003-06-06 Thread Jeff Trawick
Rahul Kohli wrote: Hi , I am installing Apache 2.0.43 on Linux 7.3, but during installation I am getting the following error: /home/agent5qa/apache2043/httpd-2.0.43/srclib/apr/.libs/libapr-0.so: undefined reference to `pthread_create' and the installation stops .. Kindly suggest how can I

Re: [PATCH] don't send Server header field as set by CGI or module

2003-06-06 Thread Jeff Trawick
Graham Leggett wrote: Jeff Trawick wrote: Attached is an alternate, which matches 1.3 AFAICT. I need to test it with proxy to make sure proxyreq is set properly, but I have at least confirmed that a CGI script can't decide what Server we should report. Any concerns before I test further and

Re: Bug 18388: Set-Cookie header not honored on 304 (Not modified)status

2003-06-06 Thread Ryan Eberhard
--On Wednesday, June 4, 2003 11:33 AM -0400 Ryan Eberhard [EMAIL PROTECTED] wrote: I would appreciate the compromise where this behavior could be configured, particularly if there is a way for a module to update the behavior programmatically, e.g. without having to edit the configuration

Re: where is apr_sendfile() implementation?

2003-06-06 Thread Albert Yu
You can try to input http://localhost/manual/ in your browser, see what will happen. Here is the official Apache document: http://httpd.apache.org/docs-2.0/en/ Albert - Original Message - From: Asad Khan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 05, 2003 4:52 PM

apr.exp and aprutil.exp for apache 2.0.43

2003-06-06 Thread Rahul Kohli
Hi, Where can i locate apr.exp and aprutil.exp in apache 2.0.43 source for AIX. I have downloaded httpd-2.0.43.tar.Z package but am unable to locate these files. These files are available for Apache 2.0.42 based IBM HTTP Server at the location /IBM IHS home/lib . Kindly suggest. Thanks,

Re: [PATCH] don't send Server header field as set by CGI or module

2003-06-06 Thread Graham Leggett
Jeff Trawick wrote: Thanks for the feedback. I tried to see an indication that the more liberal acceptance of Server was desired. Its good to see for sure that it wasn't. The problem of Server being overwritten during proxy operation has been logged as an HTTP compliance violation in

[Webware-discuss] supporting modular mod_python extensions vs. folding mod_psp

2003-06-06 Thread Rimon Barr
You should post this in the mod_python dev list as well; currenty there is discussion of mod_psp (python server pages) being folded into mod_python It's not in discussion, this already has happened... :-) Dear Grisha, I wanted to post earlier, but I didn't find the time. I find this folding

Re: apr.exp and aprutil.exp for apache 2.0.43

2003-06-06 Thread Jeff Trawick
Rahul Kohli wrote: Where can i locate apr.exp and aprutil.exp in apache 2.0.43 source for AIX. They are automatically generated, so they don't exist until you build Apache.

[PATCH] Bug 18388: Set-Cookie header not honored on 304 (Not modified)status

2003-06-06 Thread Ryan Eberhard
Attached is a patch to add a configuration directive to control whether the server is allowed to issue Set-Cookie headers when the HTTP status is 304 (Not Modified). Files changed: http-2.0/include/httpd.h -- Added allow_setcookie_on_not_modfied member to server_rec http-2.0/server/config.c --

Possible mod_ssl bug (ssl_io_input_read) (fwd)

2003-06-06 Thread Cliff Woolley
-- Forwarded message -- Date: Fri, 06 Jun 2003 12:09:19 -0700 From: Barry Brachman [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Possible mod_ssl bug (ssl_io_input_read) Hi -- I am developing a new Apache 2.0 module and I have encountered what I

Re: Possible mod_ssl bug (ssl_io_input_read) (fwd)

2003-06-06 Thread Justin Erenkrantz
The suggested API change to char_buffer_read is incorrect. The filter_ctx should not be passed to char_buffer_read. The possibility I'd propose is just to set buffer-length to 0 when it is exhausted and keep buffer-value unchanged in this case (it's overwritten on char_buffer_write, so it

Re: Error while installing apache 2.0.43 on Linux 7.3

2003-06-06 Thread Stas Bekman
Jeff Trawick wrote: Rahul Kohli wrote: Hi , I am installing Apache 2.0.43 on Linux 7.3, but during installation I am getting the following error: /home/agent5qa/apache2043/httpd-2.0.43/srclib/apr/.libs/libapr-0.so: undefined reference to `pthread_create' and the installation stops .. Kindly

Re: Trouble with Apache::Request

2003-06-06 Thread K Old
On Fri, 2003-06-06 at 20:07, Stas Bekman wrote: [ CC'ing the apreq-dev list. In the future please post apreq build problems questions to the apreq-dev list: http://httpd.apache.org/apreq/ ] K Old, please try the httpd-apreq cvs version: I just did: % cd httpd-apreq %

Re: Trouble with Apache::Request

2003-06-06 Thread Stas Bekman
K Old wrote: On Fri, 2003-06-06 at 20:07, Stas Bekman wrote: [ CC'ing the apreq-dev list. In the future please post apreq build problems questions to the apreq-dev list: http://httpd.apache.org/apreq/ ] K Old, please try the httpd-apreq cvs version: I just did: % cd httpd-apreq %

Re: Trouble with Apache::Request

2003-06-06 Thread Randy Kobes
On Fri, 7 Jun 2003, K Old wrote: On Fri, 2003-06-06 at 20:07, Stas Bekman wrote: [ CC'ing the apreq-dev list. In the future please post apreq build problems questions to the apreq-dev list: http://httpd.apache.org/apreq/ ] K Old, please try the httpd-apreq cvs version: [ .. ] Stas,