Compile Broken

2002-04-24 Thread Wratmoko hadi Handoko SW
Dear all, i have problem to compile apache-2.0.35 i do with : ./configure --build=i386-redhat-linux --with-program-name=httpd2 --with-port=8092 --with-mpm=worker --prefix=/etc/httpd2 --exec-prefix=/usr --bindir=/usr/sbin --sbindir=/usr/sbin --libexecdir=/usr/lib/apache2 --mandir=/usr/share/ma

PR 7966 - Showstopper?

2002-04-24 Thread Justin Erenkrantz
Does anyone know anything about this? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7966 I think this is the same as the showstopper entry in STATUS: * Incorrect Content-Range headers or invalid 416 HTTP responses if a filter such as INCLUDES changes the content length. It may

Re: v2.0 build failure

2002-04-24 Thread Graham Leggett
Jim Jagielski wrote: > Maybe editing apr_atomic.h to this (line 254): > >#define apr_atomic_read(p) (*p) > > Can you check? Still broke :( Regards, Graham -- - [EMAIL PROTECTED]"There's a moon

Re: v2.0 build failure

2002-04-24 Thread Jim Jagielski
Graham Leggett wrote: > > In file included from apr_atomic.c:57: > ../../include/apr_atomic.h:260: parse error before `apr_atomic_init' > ../../include/apr_atomic.h:260: parse error before `*' > ../../include/apr_atomic.h:260: warning: data definition has no type or > storage class > make[4]: ***

v2.0 build failure

2002-04-24 Thread Graham Leggett
Hi all, v2.0 breaks on Linux like so: make[4]: Entering directory `/home/minfrin/src/apache/sandbox/proxy/httpd-2.0/srclib/apr/atomic/unix' /bin/sh /home/minfrin/src/apache/sandbox/proxy/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENT

Re: [Bug 8407] - reverse proxy return FORBIDDEN all thetime

2002-04-24 Thread Graham Leggett
"William A. Rowe, Jr." wrote: > I expect a warning message that "No proxy agents are loaded" is probably > more useful, ultimately, than attempting to co-load the modules. The warning message was there - but only appeared if LogLevel was set to "debug". I changed the message to something more in

Re: cvs commit: httpd-2.0/server core.c

2002-04-24 Thread Justin Erenkrantz
On Wed, Apr 24, 2002 at 02:31:29PM -, [EMAIL PROTECTED] wrote: > gregames02/04/24 07:31:28 > > Modified:server core.c > Log: > default_handler: short circuit the method checks. Move the code to deal > with unusual methods to the end of function to reduce i-cache clutter. C

Re: cvs commit: httpd-2.0/support ab.c

2002-04-24 Thread dirkx
On Wed, 24 Apr 2002, Aaron Bannert wrote: > Hmm..I don't see the VERSION symbol in the 2.0 version, and it looks > like the comments in the header stop at Version 1.3e. I could start > up at 2.0a, but would it be of much use to mention what has happened in > the mean time? Also, I think we depen

Re: cvs commit: httpd-2.0/support ab.c

2002-04-24 Thread Aaron Bannert
On Wed, Apr 24, 2002 at 07:13:59PM +0200, [EMAIL PROTECTED] wrote: > > Aaron, > > Could you also ++i the version number ? I.e. in the past we changed the > VERSION string each time we made a change which made results of that > version of AB incomparable with previous ones. See comments in the he

Re: cvs commit: httpd-2.0/support ab.c

2002-04-24 Thread Aaron Bannert
comments below... On Wed, Apr 24, 2002 at 05:09:59PM -, [EMAIL PROTECTED] wrote: > aaron 02/04/24 10:09:59 > > Modified:support ab.c > Log: > Major improvement in concurrent processing for AB: > - Enable non-blocking connects. > - Prevent quasi-blocking mode apr_recv (wh

Re: mod_ext_filter

2002-04-24 Thread Jeff Trawick
"Igor Leturia" <[EMAIL PROTECTED]> writes: > First of all, I must apologize as I am not exactly an Apache > developper, though I would like to help in some way. I am writing to > this list just to point out an error in Apache 2.0.35. The problem is > that the Windows distribution of Apache 2.0.

Re: cvs commit: httpd-2.0/support ab.c

2002-04-24 Thread dirkx
Aaron, Could you also ++i the version number ? I.e. in the past we changed the VERSION string each time we made a change which made results of that version of AB incomparable with previous ones. See comments in the header of apache-1.3/src/support/ab.c. Given that your change does that - might

mod_ext_filter

2002-04-24 Thread Igor Leturia
Hi! First of all, I must apologize as I am not exactly an Apache developper, though I would like to help in some way. I am writing to this list just to point out an error in Apache 2.0.35. The problem is that the Windows distribution of Apache 2.0.35 doesn't include the mod_ext_filter.so file

Re: client access to apache installed on windows 2ooo professional

2002-04-24 Thread William A. Rowe, Jr.
At 02:23 PM 4/24/2002, Guilherme Dávalos wrote: hi folks,   I installed an apache http server on my machine [...] Anybody knows what's happening? Yup.  You are emailing a developer's list, where this sort of question is out of place [in spite of repeating that config question are not appropriate

Re: [Bug 8407] - reverse proxy return FORBIDDEN all the time

2002-04-24 Thread William A. Rowe, Jr.
At 08:55 AM 4/24/2002, Bill Stoddard wrote: > > On Tue, 23 Apr 2002, Bill Stoddard wrote: > > > > > We have the exact same issue with mod_cache > > > (mod_mem_cache/mod_disk_cache). What do you think about hiding the load > > > of the protocol modules behind a config directive? > > > > I don't h

Re: client access to apache installed on windows 2ooo professional

2002-04-24 Thread Jerry Baker
Guilherme Dávalos wrote: > > hi folks, > > I installed an apache http server on my machine that is the web server > for the my office's net, and only my machine (localhost or 127.0.0.1) > gets access to the web server. > I tried to configure the httpd.conf at the nameserver putting my ip > 10.0.

dirty hack gets worker to track hitcounts per thread

2002-04-24 Thread Aaron Bannert
This is a hack I came up with yesterday to make sure that I wasn't starving off any of my worker threads. It's nothing I intend to be committed, but hopefully someone else will find it useful. -aaron Index: server/mpm/worker/worker.c =

client access to apache installed on windows 2ooo professional

2002-04-24 Thread Guilherme Dávalos
hi folks,   I installed an apache http server on my machine that is the web server for the my office's net, and only my machine (localhost or 127.0.0.1) gets access to the web server. I tried to configure the httpd.conf at the nameserver putting my ip 10.0.75.1 and setting the hostnamelooku

FW: Windows XP Professional

2002-04-24 Thread Apache Software Foundation
Acked. Anyone want to mentor him? - Forwarded message from jmusial <[EMAIL PROTECTED]> - From: jmusial <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Windows XP Professional Date: Mon, 22 Apr 2002 16:18:44 -0400 Importance: Normal I have compiled all the binaries on the Windows XP

client access to apache installed on windows 2ooo professional

2002-04-24 Thread Guilherme Dávalos
hi folks,   I installed an apache http server on my machine that is the web server for the my office's net, and only my machine (localhost or 127.0.0.1) gets access to the web server. I tried to configure the httpd.conf at the nameserver putting my ip 10.0.75.1 and setting the hostnamelookup

Re: [PATCH] improve request multiplexing in AB

2002-04-24 Thread Jeff Trawick
"Bill Stoddard" <[EMAIL PROTECTED]> writes: > Does this change effectively negate the -c option? Maybe I didn't read the patch properly, but my understanding was that the changes only affect how a given connection is handled and do not affect how many connections ab tries to handle concurrently.

Re: cvs commit: httpd-2.0/server core.c

2002-04-24 Thread Bill Stoddard
Please lets not go overboard with these types of optimizations. This could get out of control quickly. Having code that is easy to read, understand and maintain is -much- more important than saving a a few extra cycles. Bill - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PR

Re: [PATCH] improve request multiplexing in AB

2002-04-24 Thread Greg Ames
Bill Stoddard wrote: > > Does this change effectively negate the -c option? It should actually make -c more accurate for values > 1. As I understand it, some of the socket calls (such as connect) in ab were blocking. Since ab is not multi-threaded or multi-process, that single threads all con

AB pach

2002-04-24 Thread dirkx
+1 - works for me gov ! Dw. -- Dirk-Willem van Gulik

Re: [PATCH] improve request multiplexing in AB

2002-04-24 Thread Jim Jagielski
+1 At 5:04 PM -0700 4/23/02, Aaron Bannert wrote: >This patch corrects some problems in the ability of AB to handle >concurrent processing by: > > - enabling nonblocking connect()s. > - preventing APR from performing blocking reads, allowing AB to > multiplex over its own set of descriptors. >

Re: Volunteering to be RM, WAS: RE: Release 2.0.36

2002-04-24 Thread Jim Jagielski
Sander Striker wrote: > > If your commit solved the prob, the worker restart issue is > the remaining holdup for 2.0.36. I'll tag by the end of the day. > Crossing fingers... -- === Jim Jagielski [|] [EMAIL PROTEC

Re: [PATCH] improve request multiplexing in AB

2002-04-24 Thread Bill Stoddard
Does this change effectively negate the -c option? Bill - Original Message - From: "Aaron Bannert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 23, 2002 8:04 PM Subject: [PATCH] improve request multiplexing in AB > This patch corrects some problems in the ability o

Re: [Bug 8407] - reverse proxy return FORBIDDEN all the time

2002-04-24 Thread Bill Stoddard
> On Tue, 23 Apr 2002, Bill Stoddard wrote: > > > We have the exact same issue with mod_cache > > (mod_mem_cache/mod_disk_cache). What do you think about hiding the load > > of the protocol modules behind a config directive? > > I don't have a conceptual problem with that, though it would mean >

Re: kill signals ...

2002-04-24 Thread Nick De Decker
ok thanks Nick - Original Message - From: "Jeff Trawick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 2:27 PM Subject: Re: kill signals ... > "Nick De Decker" <[EMAIL PROTECTED]> writes: > > > Hello, > > > > What signal does apache send to the scripts/prog

Re: kill signals ...

2002-04-24 Thread Jeff Trawick
"Nick De Decker" <[EMAIL PROTECTED]> writes: > Hello, > > What signal does apache send to the scripts/programs that i defined in a > piped customlog ? ( Customlog |/usr/bin/myscript %B ) > What signals does it send when i do a kill -HUP apache-pid , and for USR1, > and what when apache gets kill

Re: [PATCH] improve request multiplexing in AB

2002-04-24 Thread Jeff Trawick
Aaron Bannert <[EMAIL PROTECTED]> writes: > This patch corrects some problems in the ability of AB to handle > concurrent processing by: > > - enabling nonblocking connect()s. > - preventing APR from performing blocking reads, allowing AB to >multiplex over its own set of descriptors. +1

Re: [PATCH] Correct APXS behavior in non-standard layout installations

2002-04-24 Thread Thom May
* Thom May ([EMAIL PROTECTED]) wrote : > * Aaron Bannert ([EMAIL PROTECTED]) wrote : > > On Sat, Apr 06, 2002 at 07:49:43PM +0100, Pier Fumagalli wrote: > > > "Pier Fumagalli" <[EMAIL PROTECTED]> wrote: > > > > > > > This patch will fix a couple of problems I found when building modules using > >

Re: [Bug 8407] - reverse proxy return FORBIDDEN all the time

2002-04-24 Thread Graham Leggett
Cliff Woolley wrote: > We should consider having mod_proxy issue a warning at startup if it's > loaded as a DSO but none of the protocol handlers (mod_proxy_*.so) are > loaded. It would be easier if a catch-all error message was added should the control select-case choose "none of the above". I

Re: [PATCH] improve request multiplexing in AB

2002-04-24 Thread Brian Pane
Cliff Woolley wrote: >On Tue, 23 Apr 2002, Aaron Bannert wrote: > >>This patch corrects some problems in the ability of AB to handle >>concurrent processing by: >> - enabling nonblocking connect()s. >> - preventing APR from performing blocking reads, allowing AB to >> multiplex over its own s

RE: Volunteering to be RM, WAS: RE: Release 2.0.36

2002-04-24 Thread Sander Striker
> From: Jim Jagielski [mailto:[EMAIL PROTECTED]] > Sent: 23 April 2002 19:57 > Justin Erenkrantz wrote: > > > > The reason I suggested a hold to Sander on account of the atomics > > is that we have a bunch of PRs relating to building atomics on > > Solaris that haven't been (yet) resolved. > >