suexec and vhosts?

2002-09-25 Thread Justin Erenkrantz
Is it possible to use SuexecUserGroup in combination with a vhost that isn't served out of the default htdocs dir on a per-vhost level? This is a rhetorical question as modules/generators/mod_suexec.c:110 forbids this. The intention is to have multiple vhosts which each have their own user

Re: graceful?

2002-09-25 Thread Ask Bjoern Hansen
On Mon, 23 Sep 2002 [EMAIL PROTECTED] wrote: Has anybody torture tested graceful restarts lately? I only ask because we just got a PR that gave me that sinking feeling. Maybe not a real problem, but just figured I'd ask. They work on daedalus with prefork. But that's typically just

RE: Default character sets..

2002-09-25 Thread Bill Stoddard
I hate to reply to my own post, but because of my apparent crack habits.. I didn't realize the testing environment configs weren't nearly exact.. The http 2.0 server still had a AddDefaultChar set lower in the config file. So.. the only issue/question is.. When setting

Re: Default character sets..

2002-09-25 Thread Joshua Slive
Erik Parker wrote: I hate to reply to my own post, but because of my apparent crack habits.. I didn't realize the testing environment configs weren't nearly exact.. The http 2.0 server still had a AddDefaultChar set lower in the config file. So.. the only issue/question is.. When

Re: Patch mod_proxy: mod_proxy + mod_cache problem

2002-09-25 Thread Graham Leggett
Ian Holsman wrote: The cache filter is supposed to run after all the filters for maximum caching advantage. I disagree on this. the cache filter should be able to placed where the admin wants it. In the advanced case, yes - but in the simplest turn-it-on-and-it-should-just-work case the

Re: [PATCH] Be more lenient with ap_proxy_read_headers in 2.0

2002-09-25 Thread Graham Leggett
Peter Van Biesen wrote: I've sent a patch doing the same some time ago, but it was not accepted so don't get your hopes up ;-). The big problem is that the code is starting to be so lenient it is getting silly. If a bogus header comes along (ie a header without a : in it) it is relatively

Re: [PATCH] Be more lenient with ap_proxy_read_headers in 2.0

2002-09-25 Thread Jim Jagielski
At 6:16 PM +0200 9/25/02, Graham Leggett wrote: The above two cases of brokenness are mutually exclusive. If a non-header is encountered when a header is expected, we have the choice of either assuming it's a header and ignoring it, or assuming the headers are over and starting the body. We

How Do I Create A Per-Worker Pool?

2002-09-25 Thread Charles Reitzel
Hi All, This is a thorny (to me) module development question. I have asked on the module list and searched the archives, but have found only a partial answer. Any pointers will be appreciated. Objective: to create a mutex-free pool per worker in non-MPM-specific way. I found this exchange

Re: How Do I Create A Per-Worker Pool?

2002-09-25 Thread Ian Holsman
Leonardo Javier Beln wrote: I think I have a question to ask associated to this thread: How can I implement a global pool of objects. Let me say it better, I want a global pool of database connection, first because I have a limited number of connections and second, because I want to be able

Re: How Do I Create A Per-Worker Pool?

2002-09-25 Thread Leonardo Javier Belén
Thanks for the tip, but is this actually Ok if I try to use it on Apache 1.3 Leo. - Original Message - From: Ian Holsman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 4:06 PM Subject: Re: How Do I Create A Per-Worker Pool? Leonardo Javier Beln wrote: I

Re: How Do I Create A Per-Worker Pool?

2002-09-25 Thread rbb
On Wed, 25 Sep 2002, Ian Holsman wrote: Leonardo Javier Belén wrote: I think I have a question to ask associated to this thread: How can I implement a global pool of objects. Let me say it better, I want a global pool of database connection, first because I have a limited number of

Re: How Do I Create A Per-Worker Pool?

2002-09-25 Thread Leonardo Javier Belén
I was wondering that point (and thatr's what I asked Ian). So, the way is to move to A2, but is it reliable as the 1.3 version, I mean is as stable as the older brother, or is it under development? I heard it is rock solid, but I coudnt check. Thanks in advance. Leo. - Original Message

modules/dav/util/lockview not found

2002-09-25 Thread Astrid Kessler
The mod_dav documentation mentions a tool lockview to be found at modules/dav/util. But I can't found it, neither in the release not at the CVS. Does it exist, but has never been committed? Or has it never been written? Kess

Multiple handlers within a module?

2002-09-25 Thread Will Hartung
I'm porting a 1.3 module to 2.0. In our 1.3 module, we have this kind of structure: static const handler_rec our_handlers[] = { { ourthis, HandleThis }, { ourthat, HandleThat}, { ourother, HandleOther }, { NULL} }; It is not

PKCS Mime Types

2002-09-25 Thread Rick Beton
Hi Guys n Gals, I'm new to this list. Forgive me therefore if I seem to barge in! :-) I was wondering about the mime.types configuration file. There are what appear to me to be a couple of omissions thus: application/x-pkcs7-certificates p7b application/x-x509-email-certpem, cer

Re: modules/dav/util/lockview not found

2002-09-25 Thread Günter Knauf
Hi Astrid, I've just compiled the dav mopdule for Apache 1.3 and there is the lockview in a subdir util, so I assume it was forgotten to add to the Apache2 sources... you can get the sources from: http://www.webdav.org/mod_dav/ if you need a Win32 binary tell me. Guenter. The mod_dav

[PATCH] Alerting when fnctl is going bad

2002-09-25 Thread Dirk-Willem van Gulik
Now this may be a bit linux specific - but I'd like to get something like this in; if needed with a #ifdef DIAG or on a per platform basis. It is just something I've found to come in handy at various times - in particular on Linux and with lots of heavy PHP or mod_perl. This patch does two

[PATCH] add simple ${ENV} substitution during config file read

2002-09-25 Thread Dirk-Willem van Gulik
In the department of scratching old itches - any strong objections to me adding the following patch which allows one to do things like # httpd.conf ServerRoot ${HOME}/apache Port ${PORT:=80} ErrorDocument 500 Please contact ${CUSTOMER} and then [EMAIL

Re: [PATCH] Alerting when fnctl is going bad

2002-09-25 Thread Justin Erenkrantz
On Thu, Sep 26, 2002 at 02:48:53AM +0200, Dirk-Willem van Gulik wrote: I could not agree more. The original patch used 'time' - but that is expensive to calculate. If you make a histogram of conseq EINTR over a few weeks you find that sequences longer than 5-10 are very rare on a healthy

Re: [PATCH] Alerting when fnctl is going bad

2002-09-25 Thread Justin Erenkrantz
On Thu, Sep 26, 2002 at 03:00:56AM +0200, Dirk-Willem van Gulik wrote: Well the numbers in that patch seem to work on sol/bsd/linux since 1.3.9 under just about any set of circumstances. So let's think out of the box then - how can we prevent apache from spinning *forever* in that while

Re: Multiple handlers within a module?

2002-09-25 Thread Justin Erenkrantz
On Wed, Sep 25, 2002 at 03:24:32PM -0700, Will Hartung wrote: It is not at all clear to me using the new 2.0 modules how I associate the different names to our module. I see the ap_hook_handler(), but it only wants the function, and doesn't seem to have a way of binding a name to that

UDP ?

2002-09-25 Thread Gregory (Grisha) Trubetskoy
Has there been any consideration given to supporting UDP, to allow things like HTTP over UDP as described here: http://ftp.ics.uci.edu/pub/ietf/http/draft-goland-http-udp-01.txt The idea of HTTP over UDP may seem irrational, but UPnP (which is the protocol that is supposed to let your

Re: [PATCH] add simple ${ENV} substitution during config file read

2002-09-25 Thread André Malo
* Dirk-Willem van Gulik wrote: In the department of scratching old itches - any strong objections to me adding the following patch which allows one to do things like # httpd.conf ServerRoot ${HOME}/apache Port ${PORT:=80} ErrorDocument 500 Please contact ${CUSTOMER}

Re: [PATCH] add simple ${ENV} substitution during config file read

2002-09-25 Thread Dirk-Willem van Gulik
On Thu, 26 Sep 2002, [ISO-8859-1] André Malo wrote: I'm note sure, but I'd guess this may cause conflicts with mod_rewrite. Mod rewrite uses % rather than $ for variable names. It does use $1, $2.. for back references. Which is not a problem as it is not followed by a {. It also uses the

Re: [PATCH] add simple ${ENV} substitution during config file read

2002-09-25 Thread David Burry
This may be confusing because people may begin to expect it to do the substitution at request time in certain cases instead of only at server startup time Admittedly that would be almost like turning every directive into mod_rewrite, but... an env var is an env var, many things are

Re: PKCS Mime Types

2002-09-25 Thread Ian Holsman
Rick Beton wrote: Hi Guys n Gals, I'm new to this list. Forgive me therefore if I seem to barge in! :-) I was wondering about the mime.types configuration file. There are what appear to me to be a couple of omissions thus: application/x-pkcs7-certificates p7b

[STATUS] (apache-1.3) Wed Sep 25 23:45:06 EDT 2002

2002-09-25 Thread Rodent of Unusual Size
APACHE 1.3 STATUS: -*-text-*- Last modified at [$Date: 2002/09/18 15:36:26 $] Release: 1.3.27-dev: In development. Jim proposes a t/r on or around Sept 24. 1.3.26: Tagged June 18, 2002. 1.3.25: Tagged June 17, 2002. Not

[STATUS] (httpd-2.0) Wed Sep 25 23:45:11 EDT 2002

2002-09-25 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2002/09/24 23:23:02 $] Release: 2.0.43 : in development. 2.0.42 : released September 24, 2002 as GA. 2.0.41 : rolled September 16, 2002. not released. 2.0.40 : released

Re: [PATCH] Alerting when fnctl is going bad

2002-09-25 Thread Sander van Zoest
On Wed, 25 Sep 2002, Justin Erenkrantz wrote: On Thu, Sep 26, 2002 at 02:11:59AM +0200, Dirk-Willem van Gulik wrote: - Makes the wait loop no longer endless - but causes it to bail out (and emit some warnings ahead of time) after a couple of thousand consequituve EINTRs. Placing

Re: cvs commit: apache-1.3/src/modules/standard mod_headers.c

2002-09-25 Thread William A. Rowe, Jr.
Why did you principally credit Sander van Zoest for submitting the patch of Michael Radwin radwin_at_yahoo-inc.com ? Bill At 06:22 PM 9/25/2002, [EMAIL PROTECTED] wrote: dirkx 2002/09/25 16:22:34 Modified:src CHANGES src/modules/standard mod_headers.c Log: