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

nroff man pages going away

2002-11-09 Thread Joshua Slive
[X-posted to dev because I don't want anybody being surprised by the disappearance of man pages and having a fit about it.] Question: How important is it that we distribute nroff man pages? At the moment there is nobody updating the man pages because nobody feels like playing with nroff. Even

Re: nroff man pages going away

2002-11-09 Thread Tsuyoshi SASAMOTO
So the choices are: : 3. Convert to xml, and find a way to generate nroff from the xml so that we can continue to distribute man pages. As a hint... Solaris has SGML man docs. /usr/lib/sgml/sgml2roff can be used to convert SGML docs to roff ones. Tsuyoshi SASAMOTO [EMAIL PROTECTED]

Re: nroff man pages going away

2002-11-09 Thread Joshua Slive
On Sun, 10 Nov 2002, Tsuyoshi SASAMOTO wrote: So the choices are: : 3. Convert to xml, and find a way to generate nroff from the xml so that we can continue to distribute man pages. As a hint... Solaris has SGML man docs. /usr/lib/sgml/sgml2roff can be used to convert SGML docs to

[PATCH] mod_deflate.c

2002-11-09 Thread André Malo
The current behaviour of mod_deflate is to set the Vary: Accept-Encoding header dependant on the fact, whether the client sent Accept-Encoding: gzip or not. However, I think, that behaviour is not correct. At the time, the DEFLATE filter is activated, the resource actually /does/ vary on

Re: [PATCH] mod_deflate.c

2002-11-09 Thread Justin Erenkrantz
--On Sunday, November 10, 2002 12:24 AM +0100 André Malo [EMAIL PROTECTED] wrote: The current behaviour of mod_deflate is to set the Vary: Accept-Encoding header dependant on the fact, whether the client sent Accept-Encoding: gzip or not. However, I think, that behaviour is not correct. At

Re: cvs commit: httpd-2.0/modules/filters mod_deflate.c

2002-11-09 Thread Justin Erenkrantz
--On Sunday, November 10, 2002 6:09 AM + [EMAIL PROTECTED] wrote: jerenkrantz2002/11/09 22:09:20 Modified:.CHANGES modules/filters mod_deflate.c Log: Always emit Vary header if mod_deflate is involved in the request. Submitted by: Andr?©Malo [EMAIL

Re: cvs commit: httpd-2.0/modules/filters mod_deflate.c

2002-11-09 Thread André Malo
* Rasmus Lerdorf wrote: Shouldn't you also Vary on User-Agent when a BrowserMatch no-gzip is present? Yes, but mod_deflate doesn't know anything about BrowserMatch. So one has to configure an explicit Header append Vary User-Agent in that case (no-gzip can be set in various ways, not only

Re: cvs commit: httpd-2.0/modules/filters mod_deflate.c

2002-11-09 Thread André Malo
* Justin Erenkrantz wrote: André, how do you want your name reflected in the CHANGES file? you may simply drop the eh... accent (?). (Sending a patch would probably be best so I don't screw it up anymore...) hehe, done. nd -- sub the($){+shift} sub answer (){ord q [* It is always

Re: cvs commit: httpd-2.0/modules/filters mod_deflate.c

2002-11-09 Thread Aaron Bannert
On Sat, Nov 09, 2002 at 10:17:58PM -0800, Justin Erenkrantz wrote: Oh, bah. I'm getting used to a certain SCM that supports UTF-8 (heck, I'm not even sure if that got inputed as UTF-8 either). My bad. Did you edit that file in your SCM? How did you input that anyway? What kind of encoding