<VirtualHost xxx.xxx.xxx.xxx> ServerName myserver.com ServerAlias toto.myserver.com DocumentRoot /var/www/toto Options FollowSymLinks MultiViews DirectoryIndex index.php index.html transferLog /var/log/apache/access_toto.log ErrorLog /var/log/apache/error_toto.log </VirtualHost> <VirtualHost xxx.xxx.xxx.xxx> ServerName myserver.com ServerAlias titi.myserver.com DocumentRoot /var/www/titi Options FollowSymLinks MultiViews DirectoryIndex index.php index.html transferLog /var/log/apache/access_titi.log ErrorLog /var/log/apache/error_titi.log </VirtualHost>
|