sks-devel
[Top][All Lists]
Advanced

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

[Sks-devel] Question about apache2 configuration


From: Filip Stefaniak
Subject: [Sks-devel] Question about apache2 configuration
Date: Tue, 12 Nov 2013 09:42:13 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

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.



reply via email to

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