From: Mátyás C. <cs...@gm...> - 2019-05-29 18:35:45
|
Hello! When I enable "Apache website" for domain, the virtualhost is created like: <VirtualHost *:80> .... </VirtualHost> But when I enable the "Apache SSL website" it is created like: <VirtualHost external.ip.add.ress:443> .... <VirtualHost> This is a problem because at the moment since the server is behind nat and has a private IP. Is there a way to set it, so that ssl virtualhosts are created with *:443? Thanks in advance Matyas CSERE |