Listen 192.168.101.83
#chaffoteaux
<Directory "Path to project folder">
AllowOverride All
</Directory>
<VirtualHost 192.168.101.83:82>
ServerAdmin
[email protected]le.com
DirectoryIndex index.html index.htm index.php index.html.var
DocumentRoot "Path to project folder"
#ServerName dummy-host.example.com
ErrorLog logs/Zara.log
#ErrorLog logs/dummy-host.example.co
m-error_lo
g
#CustomLog logs/dummy-host.example.co
m-access_l
og common
</VirtualHost>
<VirtualHost 192.168.101.83:83>
ServerAdmin
[email protected]mple.com
DirectoryIndex index.html index.htm index.php index.html.var
DocumentRoot "Path to project folder"
#ServerName dummy-host2.example.com
ErrorLog logs/Zara.log
#ErrorLog logs/dummy-host2.example.c
om-error_l
og
#CustomLog logs/dummy-host2.example.c
om-access_
log common
</VirtualHost>
that will work imho
you might need bind installed to do local dns instaed or apache as if you virtual domains increases its easier to use bind to do the ip side