new webaccel appliance - new question

2007-09-18 Thread Fernando - Dfcom
Hi, Regarding this new webaccel project (hardware appliance) I was wondering about some points: - Use Freebsd S.O - Tuning kernel and let it as small as possible. - Enable Sendfile; - Use AcceptFilter and accf_http - --enable-nonportable-atomic=yes (http://httpd.apache.org/docs/1.3/misc/perf-

Re: new webaccel appliance

2007-09-18 Thread Fernando - Dfcom
parse mistake). Best Regards, Fernando - Original Message - From: "Andreas Kotes" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 18, 2007 6:56 PM Subject: Re: new webaccel appliance Hello, * Fernando - Dfcom <[EMAIL PROTECTED]> [20070918 22:06]: In RFC 2616

Re: Thoughts on Camillia in openssl binaries?

2007-09-18 Thread William A. Rowe, Jr.
Tom Donovan wrote: > William A. Rowe, Jr. wrote: >> >> The other aspect, if a zlib1.dll replacement is needed for some critical >> decryption flaw in zlib again, it will be nice not to force users to >> entirely replace openssl or mod_deflate. So I expect we'll leave it >> as-is. >> > I think mod_

Re: Thoughts on Camillia in openssl binaries?

2007-09-18 Thread Tom Donovan
William A. Rowe, Jr. wrote: But if mod_deflate doesn't use it, and openssl is built zlib-dynamic, they simply pitched compression from ssl sessions as well with no other adverse effects. Yes, exactly. openssl doesn't select gzip compression if zlib-dynamic and zlib1.dll is missing. The other

Re: new webaccel appliance

2007-09-18 Thread Andreas Kotes
Hello, * Fernando - Dfcom <[EMAIL PROTECTED]> [20070918 22:06]: > In RFC 2616 I found: > > An HTTP/1.1 server SHOULD include a Vary header field with any > cacheable response that is subject to server-driven negotiation > > I don't know if removing Vary header i

Re: Thoughts on Camillia in openssl binaries?

2007-09-18 Thread William A. Rowe, Jr.
Tom Donovan wrote: > William A. Rowe, Jr. wrote: >> Two questions, one technical one legal. >> >> Technically, do we want to enable the Camillia algorithms in our >> binary builds of openssl 0.9.8 for win32 and other platforms where >> we might build it? >> >> Legally are we satisfied by >> http://

Re: new webaccel appliance

2007-09-18 Thread Fernando - Dfcom
I did a test here removing the Vary header from apache response. Header unset Vary I run some tests with apache all requests/responses were http/1.1 - keepalive, compression, etc And mod_cache stored just one copy of files. Firefox and MSIE 6/7 didn't show any problem. In RFC 2616 I found:

Re: Thoughts on Camillia in openssl binaries?

2007-09-18 Thread Tom Donovan
William A. Rowe, Jr. wrote: Two questions, one technical one legal. Technically, do we want to enable the Camillia algorithms in our binary builds of openssl 0.9.8 for win32 and other platforms where we might build it? Legally are we satisfied by http://info.isl.ntt.co.jp/crypt/eng/info/chiteki

Re: new webaccel appliance

2007-09-18 Thread Henrik Nordstrom
On tis, 2007-09-18 at 19:40 +0200, Roy T.Fielding wrote: > Argued? The space does not change the value of the field (which is > a comma-separated list). The question is really up to us as to how > much effort we make to compare the values for equality, since the > non-match just makes our cache

hook - pre_request

2007-09-18 Thread Vinicius Petrucci
Hi, I need a hook function that looks at pre_request (also post) phase after the rewriting phase of worker's URL (e.g., http://worker2.com/test.php) to use the name of the worker for my own propose. I tried to put this way: static const char * const aszPre[]={ "mod_proxy_balancer.c", NULL }; pr

Re: new webaccel appliance

2007-09-18 Thread Roy T . Fielding
On Sep 18, 2007, at 6:46 PM, Plüm, Rüdiger, VF-Group wrote: This works "as designed". Please see the difference between the accept headers sent by IE6 and Firefox IE6: Accept-Encoding: gzip, deflate Firefox: Accept-Encoding: gzip,deflate IE6 adds an additional space between gzip and defla

AW: new webaccel appliance

2007-09-18 Thread Plüm , Rüdiger , VF-Group
> -Ursprüngliche Nachricht- > Von: Fernando - Dfcom > Gesendet: Dienstag, 18. September 2007 16:18 > An: dev@httpd.apache.org > Betreff: new webaccel appliance > > > > debian:/cache# grep 'fd.jpg?' * -r > Binary file > 3IT/6la/Omd/Jn@/287/BxY4K0g.header.vary/uaR/FRo/84M/RjT/oFp/MO >

Thoughts on Camillia in openssl binaries?

2007-09-18 Thread William A. Rowe, Jr.
Two questions, one technical one legal. Technically, do we want to enable the Camillia algorithms in our binary builds of openssl 0.9.8 for win32 and other platforms where we might build it? Legally are we satisfied by http://info.isl.ntt.co.jp/crypt/eng/info/chiteki.html ? There is a small clau

new webaccel appliance

2007-09-18 Thread Fernando - Dfcom
Hi, I'm developing a webaccel project and I am trying to use apache to do that. I'm choosing apache because squid does not support natively http/1.1 compression. The main resources are: security (mod_security), saving bandwidth (mod_deflate) and lowering backend servers load (mod_proxy/mod_d

Re: [PATCH 43415] Logging remote port.

2007-09-18 Thread Nick Kew
On Tue, 18 Sep 2007 14:04:32 +0200 Adam Hasselbalch Hansen <[EMAIL PROTECTED]> wrote: > You can read the entire thing in Danish here: > > http://www.folketinget.dk/samling/20061/Lovforslag/L63/Bilag/7/351262.PDF Looks more like legislation for ISPs than folks with a webserver. > The relevant pa

Re: [PATCH 43415] Logging remote port.

2007-09-18 Thread Adam Hasselbalch Hansen
Nick Kew wrote: On Tue, 18 Sep 2007 12:25:18 +0200 Adam Hasselbalch Hansen <[EMAIL PROTECTED]> wrote: I have created a patch for httpd 2.2.6, giving the additional LogFormat directive %R, which logs the port of the host making the request. This is due to new legislation in Denmark, requiring I

Re: [PATCH 43415] Logging remote port.

2007-09-18 Thread Nick Kew
On Tue, 18 Sep 2007 12:25:18 +0200 Adam Hasselbalch Hansen <[EMAIL PROTECTED]> wrote: > I have created a patch for httpd 2.2.6, giving the additional > LogFormat directive %R, which logs the port of the host making the > request. > > This is due to new legislation in Denmark, requiring ISPs and h

Re: [PATCH 43415] Logging remote port.

2007-09-18 Thread Plüm , Rüdiger , VF-Group
> -Ursprüngliche Nachricht- > Von: Adam Hasselbalch Hansen > Gesendet: Dienstag, 18. September 2007 12:25 > An: dev@httpd.apache.org > Betreff: [PATCH 43415] Logging remote port. > > > I have created a patch for httpd 2.2.6, giving the additional > LogFormat > directive %R, which log

Re: Broken URI-unescaping

2007-09-18 Thread Nick Kew
On Tue, 18 Sep 2007 15:01:33 +0530 rahul <[EMAIL PROTECTED]> wrote: > Hi, > [Nick Kew:] > ... > | PR#35256 (which I was on the point of entering anew when I > | found it). The simple patch to 35256 fixes the specific > | instance of un-breaking AllowEncodedSlashes, but what proxy > | could use is

[PATCH 43415] Logging remote port.

2007-09-18 Thread Adam Hasselbalch Hansen
I have created a patch for httpd 2.2.6, giving the additional LogFormat directive %R, which logs the port of the host making the request. This is due to new legislation in Denmark, requiring ISPs and hosting companies to log the originating port of all traffic. Any feedback is appreciated :)

Re: Broken URI-unescaping

2007-09-18 Thread rahul
Hi, [Nick Kew:] ... | PR#35256 (which I was on the point of entering anew when I | found it). The simple patch to 35256 fixes the specific | instance of un-breaking AllowEncodedSlashes, but what proxy | could use is to be able to generalise that: maybe | AllowEncodedChars [whatever]. Do you me

Re: [Bug 43386] - Default handler produces wrong content length when replacing file

2007-09-18 Thread rahul
Hello, | --- Additional Comments From [EMAIL PROTECTED] 2007-09-17 04:36 --- | rahul, the httpd project has acknowledged the race for the past seven or more | years, but there is simply nothing to be done about it. | We are likely to move to, as you suggest, stat'ing the fd and not trusti