# Definition of a MyVirtualHost Macro. Listen $port DocumentRoot $dir # do something here... # limit access to intranet subdir. order deny,allow deny from all allow from 10.0.0.0/8 # Use of MyVirtualHost with different arguments. #Use MyVirtualHost www.apache.org 80 /projects/apache/web #Use MyVirtualHost www.perl.com 8080 /projects/perl/web #Use MyVirtualHost www.ensmp.fr 1234 /projects/mines/web # vim: ts=4 filetype=apache