Forum Moderators: phranque
Just wondering is it possible to configure apache
to have two ports open -
using 80 and one other,
which will allow the normal external Http requests to port 80 and external socket connections to the other port.
if its possible can anyone point me in the right direction as to how to achieve this.
Cheers
Rmdire
You need to tell Apache which port(s) to Listen [httpd.apache.org] to.
Further reading:
Setting which addresses and ports Apache uses [httpd.apache.org]