NameVirtualHost 127.0.0.1
AddHandler cgi-script .cgi .sh .pl .ida
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory /usr/lib/cgi-bin/>
AllowOverride None
Options ExecCGI FollowSymLinks -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
<VirtualHost 127.0.0.1>
ServerName web2.sytes.net
DocumentRoot /var/www/web2/
ServerAdmin
[email protected]
ErrorLog /var/log/apache2/web2.sytes.net-error.log
CustomLog /var/log/apache2/web2.sytes.net-access.log combined
</VirtualHost>
<VirtualHost 127.0.0.1>
ServerName web1.servegame.com
DocumentRoot /var/www/web1/
ServerAdmin
[email protected]
ErrorLog /var/log/apache2/web1.servegame.com-error.log
CustomLog /var/log/apache2/web1.servegame.com-access.log combined
</VirtualHost>
<VirtualHost 127.0.0.1>
ServerName web3.servegame.com
DocumentRoot /var/www/web3/
ServerAdmin
[email protected]
ErrorLog /var/log/apache2/web3.servegame.com-error.log
CustomLog /var/log/apache2/web3.servegame.com-access.log combined
</VirtualHost>
Coloreado en 0.000 segundos, usando
GeSHi 1.0.8.4