Trying to reconcile global ip address and Vhosts
- by puk
I have been using my local machine as a web server for a while, and I have several websites set up locally on my machine, all with similar Vhost files like the one seen here
/etc/apache2/sites-available/john.smith.com:
<VirtualHost *:80>
RewriteEngine on
RewriteOptions Inherit
ServerAdmin www-data@john.smith.com
ServerName john.smith.com…