... # # BindAddress: You can support virtual hosts with this option. This directive # is used to tell the server which IP address to listen to. It can either # contain "*", an IP address, or a fully qualified Internet domain name. # See also the and Listen directives. # #BindAddress * BindAddress * ... # # Use name-based virtual hosting. # #NameVirtualHost * NameVirtualHost * # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for requests without a known # server name. # # #    ServerAdmin [EMAIL=webmaster@dummy-host.example.com]webmaster@dummy-host.example.com[/EMAIL] #    DocumentRoot /www/docs/dummy-host.example.com #    ServerName dummy-host.example.com #    ErrorLog logs/dummy-host.example.com-error_log #    CustomLog logs/dummy-host.example.com-access_log common #    ServerAdmin [EMAIL=webmaster@dummy-host.example.com]webmaster@dummy-host.example.com[/EMAIL]    DocumentRoot c:/apache/htdocs    ServerName dummy-host.example.com #    ErrorLog c:/apache/htdocs/logs/dummy-host.example.com-error_log #    CustomLog logs/dummy-host.example.com-access_log common