How to setup Apache for the server over VPN

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to setup Apache for the server over VPN

    The Web server is a computer connected to the Internet over the LAN through VPN-connection. The computer has an external static IP-address. What you need to configure your web server, so that it is visible from the Internet?

    #2
    Hello Cathlee, You can do this simply by setting up both the port as per following:

    Listen *: 80
    NameVirtualHost *: 80

    Hope it works!

    Comment


      #3
      IMO you need to use either the default website port :80 or port: 443 if you are using an SSL.

      Comment

      Working...
      X