I've a running apache2 listening on port 80 serving some websites.
mod_proxy is configured for forward-proxying.
I'd like to have mod_proxy only listening to a separate port as 80
<Proxy *:55000>
Here I tried Port 55000. But this doesn't work :(
Any suggestions?
Thanks in advance.
Casper
1 Answers