[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sks-devel] Question about apache2 configuration
From: |
Gabor Kiss |
Subject: |
Re: [Sks-devel] Question about apache2 configuration |
Date: |
Wed, 20 Nov 2013 16:56:33 +0100 (CET) |
User-agent: |
Alpine 2.02 (DEB 1266 2009-07-14) |
> 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>
At me apache daemon listens on specific addresses only.
So 127.0.0.1:11371 can be bound to sks.
Listen 195.111.98.30:11371
Listen [2001:738:0:1:209:6bff:fe8c:845b]:11371
Cheers
Gabor
- Re: [Sks-devel] Question about apache2 configuration, (continued)
Re: [Sks-devel] Question about apache2 configuration, Todd Lyons, 2013/11/12
Re: [Sks-devel] Question about apache2 configuration,
Gabor Kiss <=