Re: cvs commit: httpd-2.0/docs/manual/mod mod_deflate.xmlmod_deflate.html.en

2002-11-11 Thread Joshua Slive
On Tue, 12 Nov 2002, André Malo wrote: > AddOutputFilterByType filter inserting is triggered by every > ap_set_content_type call. That's perhaps not the best way (esp. if the > content type changes during the request processing), but currently I see no > alternative. > > PHP doesn't use that api c

Re: cvs commit: httpd-2.0/docs/manual/mod mod_deflate.xml mod_deflate.html.en

2002-11-11 Thread André Malo
* Joshua Slive wrote: >> Modified:docs/manual/mod mod_deflate.xml mod_deflate.html.en >> Tighten up the writing a little and add an even simpler >> configuration example. > By "tighten up", I basically mean "shorten". I removed some of your very > explicit examples. I know that these

Re: module structure in development

2002-11-11 Thread fabio rohrich
My module will work in all the server (it strips out blanks from html pages). So it'll work in all the server and in all the virtual server. I'll have 2 directives: one is a kind of swithcer: u can turn on or off the mod_blan; the other gives the choice to delete only white spaces or to remove whit

RE: [PATCH] Fix for bug #7617: race condition causes 3 second CGI delay

2002-11-11 Thread Bill Stoddard
Kai, Thanks for the patch. I will be committing it later this evening. For future reference APR patches to APR should be posted to [EMAIL PROTECTED] Thanks again. Bill > > When running my newly installed apache 2.0.40 on my RedHat > 8.0 linux box, I noticed some strange 3-second delays > for c

Segfault

2002-11-11 Thread Magnus Määttä
Hi! I have no idea if this problem is Apache2 related or PHP related. Running current CVS of both. I have no single script to reproduce this, but i have the same problem with older versions of PHP too, haven't tried with older apache version thou. And I don't know if this is the correct way to d

Re: Compile error in module mod_disk_cache

2002-11-11 Thread Magnus Määttä
Hi! I removed my local copy, downloaded it again to current cvs. And I still have the same problem. / Magnus Määttä On Mon, 11 Nov 2002 11:34:05 -0500 "Paul J. Reder" <[EMAIL PROTECTED]> wrote: > Try running > "make distclean" > > and then running buildconf, configure (or config.nice), and m

Re: [PATCH] mod_deflate extensions

2002-11-11 Thread William A. Rowe, Jr.
At 02:42 AM 11/11/2002, Henri Gomez wrote: >Justin Erenkrantz wrote: >>--On Friday, November 8, 2002 5:52 PM +0100 Henri Gomez <[EMAIL PROTECTED]> wrote: >> >>>Some questions about mod_deflate : >>> >>>1) Why this module is not enabled by default built ? >>> compression should be on to meet H

XML-based configuration

2002-11-11 Thread Juan Rivera
Probably this issue has been brought many times. I wonder if there are any effort to support xml-based configuration files instead of the current format? Any links or pointers would be helpful.   Since, Apache 2 does not support it probably is for a good reason(s). Anybody can point me to

Re: cvs commit: httpd-2.0/docs/manual/mod mod_deflate.xmlmod_deflate.html.en

2002-11-11 Thread Joshua Slive
On 11 Nov 2002 [EMAIL PROTECTED] wrote: > slive 2002/11/11 10:24:42 > > Modified:docs/manual/mod mod_deflate.xml mod_deflate.html.en > Log: > Tighten up the writing a little and add an even simpler > configuration example. > By "tighten up", I basically mean "shorten". I remov

Re: [PATCH] for "Enabling RAND redirection on crypto accelerator using OpenSSL ENGINE"

2002-11-11 Thread Jeff Trawick
"Frederic DONNAT" <[EMAIL PROTECTED]> writes: > This problem should be solve now. > Here is the patch in attachment. it was still in the funky winmail.dat format, but I was able to extract the patch from amidst the gibberish... the patch has been committed -- Jeff Trawick | [EMAIL PROTECTED] B

Redirection in proxy_http.c

2002-11-11 Thread Naaman Musawwir
Hi,   How can I redirect the request to some URL in proxy_http.c code. I tried to use an internal redirect as follows:   ap_internal_redirect("http://www.cnn.com", r);   It gives the following error:   proxy: Max-Forwards has reached zero - proxy loop? returned by http://www.cnn.com.   Any id

Re: module structure in development

2002-11-11 Thread Jeff Trawick
fabio rohrich <[EMAIL PROTECTED]> writes: > I don't understand if I have to fill the config > fields, like server config, merge server config, > create per-directory config, merge per-directory > config. Do you have config directives? If so, you'll need some of these to deal with directives seen

Re: [Win32] compile error mod_isapi.c

2002-11-11 Thread Juergen Heckel
William A. Rowe, Jr. wrote: Fixed, thank you for the report Juergen! Hi, thank you, it's ok now:-) Juergen

Re: [PATCH] mod_deflate extensions

2002-11-11 Thread Henri Gomez
Justin Erenkrantz wrote: --On Friday, November 8, 2002 5:52 PM +0100 Henri Gomez <[EMAIL PROTECTED]> wrote: Some questions about mod_deflate : 1) Why this module is not enabled by default built ? compression should be on to meet HTTP recommandations ? No, that's not part of the HTTP s

Re: [PATCH] mod_deflate extensions

2002-11-11 Thread Henri Gomez
Dietz, Phil E. wrote: On a side note... I think there should be a SetNote command so admins can tweak module settings through (instead of SetEnv like below)... Using SetEnv exposes the result to cgi applications...which is not always a good thing. I followed the current mod_deflate behaviour w