ServerRoot "C:/web/Apache"
Listen 80
ServerName server.yarrsk.EN:80
DocumentRoot "C:/web/htdocs"
<directory "c: web htdocs">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</directory>
Include conf/extra/httpd-vhosts.conf
NameVirtualHost 127.0.0.1:80
<virtualhost 127.0.0.1:80>
DocumentRoot "C:/web/htdocs"
ServerName yarrsk.ru
ServerPath "C:/web/htdocs"
</virtualhost>
<virtualhost 127.0.0.1:80>
DocumentRoot "C:/web/htdocs_old"
ServerName old.yarrsk.ru
ServerPath "C:/web/htdocs_old"
</virtualhost>
<virtualhost yarrsk.EN:80>
...
</virtualhost>
<virtualhost old.yarrsk.EN:80>
...
</virtualhost>
Find more questions by tags Domain name systemApacheSystem administrationDomain names marketWeb servers