Re: 2 off-topic questions

2003-03-28 Thread Anthony Howe
Ian Holsman wrote: 1. does anyone know of a tool which can replay http traffic caught via tcpdump, and possibly change the hostname/ip# of the host. http://www.ethereal.com/ might work. 2. I heard mention of a module which logs post-data (and works in apache2) can anyone remember the name.

Problems with Filters and ErrorDocument

2003-03-28 Thread Estrade Matthieu
Hi, I'am coding a module for apache 2.0 in reverse proxy mode. Inside this module, i have a post_read_request hook which return HTTP_OK or HTTP error codes like 403 or 500. For some reason, i have also error codes not for apache but for my log analyser, which are written in the error log. for

Antw: Re: Now tagged new Apache 2.0.45 candidate.

2003-03-28 Thread Andre Schild
[EMAIL PROTECTED] 28.03.2003 06:55:25 At 11:27 PM 3/27/2003, William A. Rowe, Jr. wrote: Based on observations of broken SSLMutex behavior on Win32, and some other protocol.c based-bugs, we have now created what we hope is the final release candidate tag, WROWE_2_0_45_RC2. Apologies that I

Re: MPMs and Future Directions

2003-03-28 Thread Jeff Trawick
Spinka, Kristofer wrote: 6. Documentation. Apparently you are entirely unaware of the [EMAIL PROTECTED] team, and the fact that Apache's documentation is generally regarded as one of the better sets of open source docs? http://httpd.apache.org/docs-project/ I was referring to documentation for

htpasswd

2003-03-28 Thread Warhurst, SI (Spencer)
Hi What's changed in htpasswd.exe (win32) in 2.0.44 since 2.0.43? We use a Perl/CGI script to set up new mailing lists and one of the tasks of the script is to set a password on a list's file area, which is just a directory on the web. It worked fine up until I installed 2.0.44 but now it

RE: Now tagged new Apache 2.0.45 candidate.

2003-03-28 Thread Amund Elstad
Why haven't RSA blinding been enforced in mod_ssl ? It seems the latest releases of mod_ssl for 1.3 does this (ssl_engine_init). amund -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: 28. mars 2003 06:27 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Now

Re: Now tagged new Apache 2.0.45 candidate.

2003-03-28 Thread Kris Verbeeck
There is an OpenSSL patch to enable this by default on www.openssl.org. Amund Elstad wrote: Why haven't RSA blinding been enforced in mod_ssl ? It seems the latest releases of mod_ssl for 1.3 does this (ssl_engine_init). amund -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL

[PATCH]: srclib/apr/file_io/win32/filestat.c (Bug #8014: Apache cannot handle NTFS Junctions (Symlinks))

2003-03-28 Thread Spinka, Kristofer
I'm not 100% this fixes the issue mentioned at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8014 though I tried to reproduce the issue as I understood it. If one of the bug submitters could test it that would be great. Bill, if you could verify that this change is reasonable I would

Re: cvs commit: httpd-2.0/modules/ssl ssl_engine_config.c

2003-03-28 Thread Jim Jagielski
William A. Rowe, Jr. wrote: Hmmm... Well, the reason we do it for the accept mutex lockfile is so when using the default setting, you can have multiple Apache instances on the same server and not worry about clobbering the lockfile. If we have a default lockfile for SSLMutex, then we

Re: Problem with apr_proc_mutex

2003-03-28 Thread Jim Jagielski
Spinka, Kristofer wrote: 3. The whole 14 character b/s with POSIX is quite outmode, and many platforms do *not* enforce this limit. Perhaps APR should have a strict POSIX mode, and a modern POSIX mode that can be detected with a configure-time test. agreed that doing this at runtime

Re: Development environment

2003-03-28 Thread Justin Erenkrantz
--On Wednesday, March 26, 2003 3:27 PM -0700 Chia-Hsin Huang [EMAIL PROTECTED] wrote: Hi, You must use autoconf and automake to build the project. You can refer to the address. http://www.gnu.org/software/autoconf/ http://www.gnu.org/software/automake/ Um, none of the dependencies for httpd use

Re: Refactoring apxs, WAS: RE: using installed apxs when apr andapache are installed in different directories

2003-03-28 Thread Justin Erenkrantz
--On Thursday, March 27, 2003 8:44 PM + Thom May [EMAIL PROTECTED] wrote: can we really not rely on /bin/sh doing something vaguely posix-ish? Nah, we can. apr-config should work on any real /bin/sh - it's already used right now in httpd's configure script to query APR's flags, so if there

Impossible to use apr_xml_ns_scope in my module.

2003-03-28 Thread Estrade Matthieu
Hi, I am using the apr_xml function in my module. When i want to display all data in an element, i display, the name, the attributes, the cdata and it's impossible to display the ns_scope. i can't use the apr_xml_ns_scope in my code. i did a for (ns_scope = elem-ns_scope; ns_scope!= NULL;

RE: MPMs and Future Directions

2003-03-28 Thread William A. Rowe, Jr.
At 02:01 AM 3/28/2003, you wrote: 6. Documentation. I was referring to documentation for developers, is this not the place http://httpd.apache.org/docs-2.0/developer/ ? If it is the correct place it just seems a bit sparse. Missed that! Yes, as much as I'm certain the docs team might want to

Re: [PATCH]: srclib/apr/file_io/win32/filestat.c (Bug #8014: Apache cannot handle NTFS Junctions (Symlinks))

2003-03-28 Thread William A. Rowe, Jr.
At 06:32 AM 3/28/2003, Spinka, Kristofer wrote: I'm not 100% this fixes the issue mentioned at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8014 though I tried to reproduce the issue as I understood it. If one of the bug submitters could test it that would be great. Bill, if you could

Re: Antw: Re: Now tagged new Apache 2.0.45 candidate.

2003-03-28 Thread William A. Rowe, Jr.
At 04:35 AM 3/28/2003, you wrote: [EMAIL PROTECTED] 28.03.2003 06:55:25 At 11:27 PM 3/27/2003, William A. Rowe, Jr. wrote: Based on observations of broken SSLMutex behavior on Win32, and some other protocol.c based-bugs, we have now created what we hope is the final release candidate tag,

Small optimization patch for 1.3

2003-03-28 Thread Rasmus Lerdorf
In doing a bit of performance tweaking on 1.3, I noticed that ap_send_header_field() does an ap_rvputs() with each little piece of a header which results in separate ap_bwrite() calls for Primitive, :, Value, crlf for each header line sent. Rather than having these 1 and 2 character ap_bwrite()

Showstopper? Inheritence, CGI Exec() changes bad for cgid

2003-03-28 Thread William A. Rowe, Jr.
It seems that the combination of Jeff T's and my inheritence patches collude to crashing the cgid worker. If we fail to exec(), we end up calling log_error_core, which causes that fork()ed cgid worker to SIGPIPE and die. Apparently we don't have a valid fd to the server's error log at that

prototype for worker graceful *shutdown*

2003-03-28 Thread Rodent of Unusual Size
the attached patch, based on one bill started, presses SIGINT into service as a 'graceful shutdown' signal. (alternative suggestions highly welcomed.) if the config directive GracefulShutdownTimeout is set (default is 10), when the server is sent a SIGINT it will go into shutdown mode but not

Apache vs. IIS

2003-03-28 Thread Richard Whitney
How do you take out the Irqi Intelligence Service?

missing exports on Win32

2003-03-28 Thread Günter Knauf
Win32 doesnt export these symbols as on other platforms: mod_authn_mysql.obj : error LNK2001: Nichtaufgeloestes externes Symbol [EMAIL PROTECTED] mod_authn_mysql.obj : error LNK2001: Nichtaufgeloestes externes Symbol [EMAIL PROTECTED] mod_authn_mysql.obj : error LNK2001: Nichtaufgeloestes

[RESEND-3] ap_start_restart() isnt exported any more?

2003-03-28 Thread Günter Knauf
Hi, is it possible that ap_start_restart() is exported again, and - if it's not supported by the platform - simply does nothing, as 1.3.x did? or is there a special reason why it was removed??? Guenter.

[PATCH] Apache2.x util_script.c provide env var SERVER_ROOT

2003-03-28 Thread Günter Knauf
[RESEND-2] any concerns about this? At least a 'not acceptable for whatever reason' would be nice! would be nice to have the SERVER_ROOT automatically available for scripts without having to set it first with SetEnv... Guenter. --- util_script.c.orig Tue Feb 04 00:15:18 2003 +++

Re: [RESEND-3] ap_start_restart() isnt exported any more?

2003-03-28 Thread André Malo
* Günter Knauf wrote: is it possible that ap_start_restart() is exported again, and - if it's not supported by the platform - simply does nothing, as 1.3.x did? or is there a special reason why it was removed??? Hmm. I'm not so familar with the MPM code, but a short grep found

Re: Showstopper? Inheritence, CGI Exec() changes bad for cgid

2003-03-28 Thread William A. Rowe, Jr.
This patch seems to be one issue; --- httpd-2.0/modules/generators/mod_cgid.c 2003/02/03 17:31:39 1.145.2.2 +++ httpd-2.0/modules/generators/mod_cgid.c 2003/02/27 12:33:08 1.145.2.3 +static void cgid_child_errfn(apr_pool_t *pool, apr_status_t err, +

apr_global_mutex_child_init

2003-03-28 Thread Jim Jagielski
Why is this a no-op? We don't even try to call apr_proc_mutex_child_init which causes trouble for those apps which use apr_global and have a proc_child_init which does something (ala flock)! -- === Jim Jagielski [|]

Re: Showstopper? Inheritence, CGI Exec() changes bad for cgid

2003-03-28 Thread Jeff Trawick
William A. Rowe, Jr. wrote: It seems that the combination of Jeff T's and my inheritence patches collude to crashing the cgid worker. If we fail to exec(), we end up calling log_error_core, which causes that fork()ed cgid worker to SIGPIPE and die. Apparently we don't have a valid fd to the

Re: apr_global_mutex_child_init

2003-03-28 Thread Jim Jagielski
Jim Jagielski wrote: Why is this a no-op? We don't even try to call apr_proc_mutex_child_init which causes trouble for those apps which use apr_global and have a proc_child_init which does something (ala flock)! Could a few more eyes look at this... my brain is fried right now :) Index:

Re: Showstopper? Inheritence, CGI Exec() changes bad for cgid

2003-03-28 Thread Jeff Trawick
Jeff Trawick wrote: Let me try it with your latest tag on Solaris 8 and see if my results are any different. Solaris 8, your _RC2 tag, worker+mod_cgid or prefork+mod_cgid: [Fri Mar 28 21:43:07 2003] [debug] prefork.c(1039): AcceptMutex: posixsem (default: posixsem) [Fri Mar 28 21:43:10 2003]