ProxyPass Port 110

71 views Asked by At

Is it possible to proxypass port 110 the same as ports 80 and 443 can be?

I have tried the following and get error

[warn] default VirtualHost overlap on port 110, the first has precedence

My config:

<VirtualHost *:110>
        ProxyPreserveHost on
        ProxyPass / http://10.0.0.100:110/
        ProxyPassReverse / http:10.0.0.100:110/
        ServerName yambuk.no-ip.biz
</VirtualHost>
0

There are 0 answers