Re: [users@httpd] AUTO: Javier Arancibia está ausente de la oficina (regreso 02/01/2013)

2012-12-22 Thread Noel Butler
Could you please have your mail server configured not to send to mailing lists, there exists a list header field "Precedence" for this very reason On Sat, 2012-12-22 at 04:01 -0300, Javier Arancibia wrote: > Estaré ausente de la oficina hasta el 02/01/2013. > > > > > Nota: Esta es una respu

Re: [users@httpd] AUTO: Benjamin Ruopp ist außer Haus

2012-12-22 Thread Noel Butler
On Sat, 2012-12-22 at 08:02 +0100, benjamin.ru...@conducta.endress.com wrote: > > Ich bin bis 07.01.2013 abwesend > > Ich kehre zurück am 07.01.2013. > > Ihre Nachricht wird nicht weitergeleitet. Ich werde erst nach meiner > Rückkehr darauf antworten. > > Bitte wenden Sie sich bei *dringenden*

RE: [users@httpd] Some Please UnsubScribe Me!

2012-12-22 Thread Rob Cluett
Thanks for the response. I had tried that and it didn't work. Someone advised me it may be due to sending encrypted emails so I've disabled it and hope that that has solved the problem. So far it seems to have done so. I was asking out of desperation and having the directions as provided not wor

Re: [users@httpd] Some Please UnsubScribe Me!

2012-12-22 Thread Noel Butler
You can do this yourself as we are not your servants send an email to users-unsubscr...@httpd.apache.org On Sat, 2012-12-22 at 10:15 -0500, Rob Cluett wrote: signature.asc Description: This is a digitally signed message part

Re: [users@httpd] proxy_html: slowness problems when using ProxyHTMLEnable

2012-12-22 Thread Nick Kew
On Sat, 22 Dec 2012 16:08:16 +0100 Christoph Anton Mitterer wrote: > Any ideas why xml2enc makes things slow? If you set LogLevel Debug, mod_xml2enc will tell you exactly what it's doing. If you say it's causing a bottleneck where none of the other filters are, I'd like to see details. It'll a

Re: [users@httpd] proxy_html: slowness problems when using ProxyHTMLEnable

2012-12-22 Thread Christoph Anton Mitterer
On Sat, 2012-12-22 at 10:13 -0500, Eric Covener wrote: > How slow? Without xml2enc it's about as fast as if I directly access the origin... so say few milliseconds... with xml2enc its (depending on the respective page) from 5-20 seconds. Cheers, Chris. smime.p7s Description: S/MIME cryptographi

[users@httpd] Some Please UnsubScribe Me!

2012-12-22 Thread Rob Cluett
smime.p7m Description: S/MIME encrypted message

Re: [users@httpd] proxy_html: slowness problems when using ProxyHTMLEnable

2012-12-22 Thread Eric Covener
> Any ideas why xml2enc makes things slow? How slow? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] proxy_html: slowness problems when using ProxyHTMLEnable

2012-12-22 Thread Christoph Anton Mitterer
Hi again. I did some more investigation and found out the following: The slowness is apparently not caused by any INFLATE/DEFLATE combination, cause when I use: #ProxyHTMLEnable off SetOutputFilter INFLATE;proxy-html;DEFLATE ... it's still fast. Actually the slowness seems to come from mod_xml2

Re: [users@httpd] Where HTTP response headers are defined?

2012-12-22 Thread Eric Covener
On Sat, Dec 22, 2012 at 9:28 AM, Daniele Imbrogino wrote: > Hi everybody! > > Where Apache 2.4.3 defines the HTTP response headers? > Is it possibile to edit them? (I know the 'ServerTokens' directive, but what > about the others?) They're set in various places. You can grep the source code. >

[users@httpd] Where HTTP response headers are defined?

2012-12-22 Thread Daniele Imbrogino
Hi everybody! Where Apache 2.4.3 defines the HTTP response headers? Is it possibile to edit them? (I know the 'ServerTokens' directive, but what about the others?) If I write a CGI program it has to start with the "Content-type" line, while if I request a text document it has a content-type yet.