Optionally multiple port listening (Apache)
Open Discussion
As a systems administrator, I would like to set Apache to listen on multiple ports (the same protocol, i.e. https on 443 and 4343) so that I can configure services to listen on multiple ports instead of a singular port.
------------------------------------------------------------------
I would like to be able to add listening for additional ports in Apache.
Default listen ports:
80 (http)
443 (https)
I need listening:
80 (http)
443 and 4343 (https)
Replies have been locked on this page!