Hiya. We have a high risk site, that we wish to put on a different listening port than normal (80,443) but is there a way to do that inside ispconfig, or do I have to create it manually? Thanks for the help
Must be possible with the Apache Directives in my opinion. Can you please try this (Example https via Port 8443 on Server with IP 192.168.1.10): Code: Listen 192.168.1.10:8443 https Without https simply remove the https at the end.