If you want to use apache to set a virtualhost and to use it as proxy, to pass one or more localhosts to internet, all you have to do is to follow few simple rules described below: create file /etc/apache2/sites-available/VIRTUALHOST_NAME.conf sudo a2ensite virtual_host_file_name to disable an existing conf file sudo a2dissite virtual_host_file_name move file in […]