RE: new download page

2002-10-27 Thread James Cox
--On Sunday, October 27, 2002 12:33 PM -0500 Joshua Slive [EMAIL PROTECTED] wrote: Sure, you can do that. But in that case, you really do need to make absolutely sure that every mirror works every time. What I have implemented allows the user to gracefully fallback to a working

RE: New Module: mod_auth_mysql_digest

2002-11-09 Thread James Cox
Considering the popularity of MySQL-based auth, I think this would be a great addition to httpd. See: http://www.securityspace.com/s_survey/data/man.200210/apachemods.html Cool, no one's cooking up a mod_log_mysql for apache2? it's in the back of my mind. -- james

[PATCH] ApacheMonitor

2002-06-18 Thread James Cox
Hey, This patch simply updates the defines for the text used in the apache monitor. Makes it a little more readable. -- James -- James Cox :: [EMAIL PROTECTED] :: Landonize It! http://landonize.it/ Was I helpful? http://www.amazon.co.uk/exec/obidos/wishlist/23IVGHQ61RJGO

RE: +1?

2002-06-19 Thread James Cox
http://httpd.apache.org/dev/guidelines.html -Original Message- From: Oden Eriksson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 19, 2002 9:52 AM To: [EMAIL PROTECTED] Subject: +1? Hi. I'm new to this list. What do you all mean with +1 ? -- Regards // Oden

quick docs patch..

2002-07-01 Thread James Cox
Quick patch to bring some old docs up-to-date. -- james -- James Cox :: [EMAIL PROTECTED] :: Landonize It! http://landonize.it/ Was I helpful? http://www.amazon.co.uk/exec/obidos/wishlist/23IVGHQ61RJGO/ Index: new_features_1_1.html

[PATCH] Fixes PR 10130, DevStudio cannot resolve .rc #included packages

2002-07-07 Thread James Cox
Guys, This patch will make it build properly without error. note, the naming of the custom build steps is as it is because nmake is just wierd. -- james -- James Cox :: [EMAIL PROTECTED] :: Landonize It! http://landonize.it/ Was I helpful? http://www.amazon.co.uk/exec/obidos/wishlist

RE: quick docs patch..

2002-07-10 Thread James Cox
we even care to freshen these? Seems like it's about time to kill this bird. Bill -- James Cox :: [EMAIL PROTECTED] :: Landonize It! http://landonize.it/ Was I helpful? http://www.amazon.co.uk/exec/obidos/wishlist/23IVGHQ61RJGO/

RE: Envariables for logging phase only

2002-07-23 Thread James Cox
CustomLog logs/access_log combined env=!status_is_404 I'm not entirely sure about what the rules on adding new conf options are... but, what about using the logformat rules, and saying something like: LogStatus combination of status codes, with ! used to not log them logname (eg, combined).

RE: Envariables for logging phase only

2002-07-23 Thread James Cox
(I think the envname should be last to align with SetEnvIf.) I'm still in blue sky mode, so feel free to ignore me (as usual ;-), but if you're going to do that, why not go all the way: LogVariable %s 40[0-9] exclude LogVariable %a 127\.0\.0\.1 exclude LogVariable %U \.jpg exclude

RE: cvs commit: httpd-2.0 STATUS

2002-07-23 Thread James Cox
If instead I have misunderstood you, please be explicit about which behavior you do not want to change. all of it.

RE: cvs commit: httpd-2.0 STATUS

2002-07-23 Thread James Cox
Do you like apachectl -V being the recommended way to get pass -V to httpd? i cannot see any difference between httpd.sh and apachectl doing it. I think i'd prefer if httpd -V worked, but still. Do you like that apachectl now has a user interface with some function accessible via keywords

RE: are downlevel manuals goodness?

2002-07-24 Thread James Cox
On Wed, Jul 24, 2002 at 04:58:55PM -0400, Greg Ames wrote: If I'm reading the Makefile correctly, current HEAD no longer updates the manual/ directory if it exists, unlike 1.3. What good is a downlevel manual? Yeah, that looks bogus. I'd move the copying of the manual to install-man

RE: Envariables for logging phase only

2002-07-26 Thread James Cox
Rodent of Unusual Size wrote: Joshua Slive wrote: LogStatus envname[=val] statusre ... (I think the envname should be last to align with SetEnvIf.) I didn't do it that way so that multiple status codes could be specified, a la AddType and friends. But if the first

RE: cvs commit: httpd-2.0/docs/manual env.xml filter.xml handler.xml env.html.en filter.html.en handler.html.en

2002-07-27 Thread James Cox
Silly question, but why aren't we using DocBook for this? -- James