Hi,

I've tried to configure sks server with apache2 as described at
https://bitbucket.org/skskeyserver/sks-keyserver/wiki/Peering
But I had a problem. When sks was set to listen on port 11371, apache
complained about listening on the same port. So I have changed the sks
port to 11372 and configured Proxy to this port:

<VirtualHost *:80 *:11371>
    ServerName klucze.achjoj.info
    <Proxy *>
            Order deny,allow
            Allow from all
    </Proxy>
    ProxyPass / http://127.0.0.1:11372/
    ProxyPassReverse / http://127.0.0.1:11372/
    ProxyVia On
    SetEnv proxy-nokeepalive 1
</VirtualHost>


This way almost everythink works fine (I have web access to the server
at both ports: 80 and 11371) but at my status page the HTTP port is
11372 (which is closed by firewall) and is probably misleading for
http://sks-keyservers.net/status/ where "Port 80" status is red.

There are also other web pages on this server.

What is your apache2 configuration with sks server, which works for you?


Filip

-- 
Wysłane z mojego ZX Spectrum.

_______________________________________________
Sks-devel mailing list
Sks-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/sks-devel

Reply via email to