sks-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sks-devel] simple DoS against SKS's HKP interface :/


From: Peter Kornherr
Subject: Re: [Sks-devel] simple DoS against SKS's HKP interface :/
Date: Tue, 20 Mar 2012 18:32:29 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

Hi,

this is what I'm doing with apache2 on keys.wuschelpuschel.org:
(part of, as I'm already proxying from :80 on several hostnames)

> hkp_address: 127.0.0.1

<VirtualHost *:11371>
        ServerName <foo>
        ServerAdmin <bar>
        <Proxy *>
                Order deny,allow
                Allow from all
        </Proxy>
        ProxyPass / http://127.0.0.1:11371/
        ProxyPassReverse / http://127.0.0.1:11371/
        SetEnv proxy-nokeepalive 1
</VirtualHost>

Seems to work fine.

Bye
        --pk

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]