[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sks-devel] Peering wiki text updated
From: |
Stephan Seitz |
Subject: |
Re: [Sks-devel] Peering wiki text updated |
Date: |
Wed, 27 Feb 2013 21:08:50 +0100 |
Hi Phil,
> If someone has a current good example of Apache config for this, we
> should add that too.
this is how my apache proxies requests to sks:
<VirtualHost MY-KEYSERVER-IP:11371>
ServerName MY-KEYSERVER-HOSTNAME
ServerAlias pool.sks-keyservers.net
ServerAlias *.pool.sks-keyservers.net
<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>
I'm using the very same configuration on port 80.
Cheers,
- Stephan
signature.asc
Description: This is a digitally signed message part