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