Re: reason for the segfaults during graceful shutdown of worker MPM

2002-01-13 Thread Brian Pane
Greg Stein wrote: >On Sat, Jan 12, 2002 at 09:25:30AM -0800, Brian Pane wrote: > >>Greg Stein wrote: >>... >> >>>null parents are ugly. isn't there another pool that has the right lifetime >>>for that pool? >>> >>There isn't a pool with the right lifetime in the current >>worker design. The safe

Re: cvs commit: httpd-2.0 STATUS

2002-01-13 Thread Jeff Trawick
"Sander Striker" <[EMAIL PROTECTED]> writes: > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Subject: cvs commit: httpd-2.0 STATUS > > > > trawick 02/01/13 07:56:29 > > > > Modified:.STATUS > > Log: > > Brian's fix looks good! > > > > with Brian's fixed app

Re: Directive "overloading"

2002-01-13 Thread Greg Stein
On Sun, Jan 13, 2002 at 12:22:16PM -0500, Jim Jagielski wrote: > I've never been that happy with the current situation that regex pattern > matching for some directives (like Directory) have both an overloaded > version (Directory ~) and a full directive (DirectoryMatch). I am > planning on adding

Re: reason for the segfaults during graceful shutdown of worker MPM

2002-01-13 Thread Greg Stein
On Sat, Jan 12, 2002 at 09:25:30AM -0800, Brian Pane wrote: > Greg Stein wrote: >... > >null parents are ugly. isn't there another pool that has the right lifetime > >for that pool? > > There isn't a pool with the right lifetime in the current > worker design. The safe pool to use as the parent

Re: cvs commit: httpd-2.0 STATUS

2002-01-13 Thread Jeff Trawick
"Sander Striker" <[EMAIL PROTECTED]> writes: > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Subject: cvs commit: httpd-2.0 STATUS > > > > trawick 02/01/13 07:56:29 > > > > Modified:.STATUS > > Log: > > Brian's fix looks good! > > > > with Brian's fixed app

Re: Running Apache in the foreground

2002-01-13 Thread Jos Backus
Based on Michael Handler's feedback, here's another patch which simply fixes -DNO_DETACH to dtrt. This way things are under operator control and we avoid people running httpd under non-job-control shells shooting themselves in the foot. Please let me know if there's anything that prevents this pa

Re: threaded support in current cvs source

2002-01-13 Thread Brian Pane
Don Hughes wrote: >I than ran .config --with-mpm=threaded ( plus other options ) and got the error: > >configure: error: the selected mpm -- threaded -- is not supported. > >I changed to prefork and it worked, and that is what I have been using for testing. > >1) How do I get threaded to compile?

threaded support in current cvs source

2002-01-13 Thread Don Hughes
Jef, Could you help with a quick tutorial? This is my first go at using cvs. I downloaded the current source.gz I ran 'cvs co apr' and 'cvs co apr-util' from cvs.apache.org I than ran buildconfig. I than ran .config --with-mpm=threaded ( plus other options ) and got the error: configure: err

Location Walk question

2002-01-13 Thread Ian Holsman
hi. I've got a problem and thought you guys could help. the current method of handling a request is like: * locationwalk * translate_names * map_to_storage * locationwalk I have a module which manipulates a URI and I set it in the translate name hook. I also have other hooks in the same phas

Re: setsockopt error

2002-01-13 Thread Don Hughes
Sorry for the delayed reply. Yes, I am using apachectl. I just re-tested with the current source, and no longer get the error. On 25 Dec 2001 at 15:27, Aaron Bannert wrote: > On Tue, Dec 25, 2001 at 02:46:08PM -0500, Don Hughes wrote: > > Apache2.0 > > > > If all of my vhosts are of the form

Re: configtest

2002-01-13 Thread Don Hughes
Sorry for the delay in responding. Re-tested, and it works. On 25 Dec 2001 at 13:41, Brian Pane wrote: > It should be working now. I just committed some code to catch this case and > exit with a more informative error message. > --Brian > > Jeff Trawick wrote: > > >"Don Hughes" <[EMAIL PROTE

RE: cvs commit: httpd-2.0 STATUS

2002-01-13 Thread Sander Striker
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Subject: cvs commit: httpd-2.0 STATUS > > trawick 02/01/13 07:56:29 > > Modified:.STATUS > Log: > Brian's fix looks good! > > with Brian's fixed applied and running the same tests: > > I don't hit any segfau

Directive "overloading"

2002-01-13 Thread Jim Jagielski
I've never been that happy with the current situation that regex pattern matching for some directives (like Directory) have both an overloaded version (Directory ~) and a full directive (DirectoryMatch). I am planning on adding some regex matching to some proxy functions, however, and I plan on do

AW: limit at .htaccess question

2002-01-13 Thread Johannes Alberti
Hi,   try this ;)   order deny,allowdeny from  *.itallow from all   i think you do not want the guests to authentificate so you do not have to type anything else in your .htaccess file than the above.   regards,   Johannes Alberti -Ursprüngliche Nachricht-Von: ks [mailto:[EM

Re: how to recreate the file descriptor segfault? Re: cvs commit: httpd-2.0 STATUS

2002-01-13 Thread Jeff Trawick
Brian Pane <[EMAIL PROTECTED]> writes: > Thanks! Using b instead of ab, I was able to make the error occur > occasionally in my test environment. I found one bug that could > cause the previously accepted socket to be pushed back onto the > fdqueue if an accept failed. The change that I just c

[ADDON] Console wrapper for WIN32

2002-01-13 Thread Mladen Turk
Hi all, I've been working on that for some time, and here is some background info on the subject. 1. To install the Apache you need to execute the apache with something like "apache.exe -k install -n ApacheRulesTheWeb". Well, running that from some installation program would popup the console wi

Re: [PATCH] 1.3: changing accept mutex for Cygwin

2002-01-13 Thread Jeff Trawick
Stipe Tolj <[EMAIL PROTECTED]> writes: > Attached is a patch that fixes a bug for the accept mutex on the > Cygwin platform. The bug was reported by Sami Tikka > <[EMAIL PROTECTED]> while trying to use multiple Listen directives. > > We change the accept mutex from fcntl to pthread, which works