April 4, 201114 yr comment_9174 I am new to Uniserver. I've just installed it and set up a virtual host but can not access to the site. Any more configuration needed to be done? Thanks,AO Report
January 7, 201214 yr comment_9888 Try enter "localhost" - without quotes - in your browser. If you try to access under internet try, ddns http://en.wikipedia.org/wiki/Dynamic_DNS Report
January 10, 201214 yr comment_9928 AO,Yes, but exactly for what type of access? If you use the tool in The Uniform Server to create the vhosts, it will add an entry to your HOSTS file to the route for your vhost site. Example:vhost1.mysite.org 127.0.0.1This will be rather unhelpful if you want to use it for external access to that vhost, because it doesn't go far enough. You can follow the information in the Wiki about DtDNS, which is a dynamic DNS service. The result will be a DNS name that will convert to your (current) WAN IP, the one presented to you by your ISP. Then you'll need to set your router to forward port 80 TCP to the INTERNAL address of the machine on which your server is running (like 192.168.1.22). And you need to pin that address to the machine, so that DHCP doesn't move it around. That gets the requests to your web server. The vhosts entries also set up the target directory for your web server. You need to have at least an "index.html" file or similar, so that you have something to serve to the requests. This would be the location to put up, say, WordPress, or other app. Hope that helps, and be sure to look in the Wiki. Regards,BobS Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.