Listing 7.1. Reguły konfigurujące wirtualny serwer stron WWW
<VirtualHost 127.0.0.1:80>
   DocumentRoot "C:/xampp/htdocs/gady/web"
   ServerName gady.domena.pl.localhost
    <Directory "/">
        Options FollowSymLinks
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>