NameVirtualHost 192.168.1.3
NameVirtualHost 192.168.1.4

<VirtualHost 192.168.1.3>
	ServerName unix.developer.ch
	DocumentRoot "/net/www/htdocs"
	ScriptAlias /cgi-bin/ "/net/www/cgi-bin/"
        TransferLog /net/www/logs/unix.developer.ch_access
        ErrorLog  /net/www/logs/unix.developer.ch_error
</VirtuaLHost>

<VirtualHost 192.168.1.3>
     ServerName dhtml.developer.ch
     DocumentRoot /net/www/virtual/dhtml.developer.ch/htdocs
     ScriptAlias /cgi-bin/ /net/www/virtual/dhtml.developer.ch/cgi-bin/
</VirtualHost>

<VirtualHost 192.168.1.4>
        ServerName madmag.linuxhq.ch
        ServerAlias www.linuxhq.ch 
	DocumentRoot /net/www/virtual/madmag.linuxhq.ch/htdocs
        ScriptAlias /cgi-bin /net/www/virtual/madmag.linuxhq.ch/cgi-bin
        TransferLog /net/www/logs/madmag.linuxhq.ch_access
        ErrorLog    /net/www/logs/madmag.linuxhq.ch_error
</VirtualHost>

                   
<VirtualHost 192.168.1.4>
        ServerName www.developer.ch
        ServerAlias  www.hometranet.home  www
        DocumentRoot /net/www/virtual/www.developer.ch/htdocs
        ScriptAlias  /cgi-bin /net/www/virtual/www.developer.ch/cgi-bin
        TransferLog  /net/www/logs/www.developer.ch_access
        ErrorLog     /net/www/logs/www.developer.ch_error
</VirtualHost>

<VirtualHost 192.168.1.3>
        ServerName developer.ch
        ServerAlias hometranet.home
	DocumentRoot /net/www/virtual/developer.ch/htdocs
        ScriptAlias /cgi-bin /net/www/virtual/developer.ch/cgi-bin
        DirectoryIndex index.cgi index.shtml index.html
        AddHandler cgi-script .cgi .pl
	
        TransferLog  /net/www/logs/developer.ch_access
        ErrorLog     /net/www/logs/developer.ch_error
</VirtualHost>

<VirtualHost 192.168.1.3>
        ServerName perl.ch
        ServerAlias www.perl.ch www.perl.ch.hometranet.home *perl.ch*
        DocumentRoot /net/www/virtual/www.perl.ch/htdocs
        ScriptAlias /cgi-bin /net/www/virtual/www.perl.ch/cgi-bin
        DirectoryIndex index.cgi index.shtml index.html
        AddHandler cgi-script .cgi .pl
        TransferLog  /net/www/logs/www.perl.ch_access
        ErrorLog     /net/www/logs/www.perl.ch_error
</VirtualHost>

<VirtualHost 192.168.1.3>
	ServerName www.saltnpeppers.com
	ServerAlias *.saltnpeppers.com 
	DocumentRoot /usr/people/britta/public_html/saltnpeppers/htdocs
	TransferLog /usr/people/britta/public_html/saltnpeppers/logs/access_log
	ErrorLog /usr/people/britta/public_html/saltnpeppers/logs/error_log 
</VirtualHost>

<VirtualHost 192.168.1.3>
	ServerName indianfood.ch
	ServerAlias www.indianfood.ch www.indianfood.ch.hometranet.home 
	DocumentRoot /net/www/virtual/www.indianfood.ch/htdocs
	ScriptAlias /cgi-bin/ /net/www/virtual/www.indianfood.ch/cgi-bin/
        TransferLog  /net/www/logs/www.indianfood.ch_access
        ErrorLog     /net/www/logs/www.indianfood.ch_error
</VirtualHost>



<VirtualHost 192.168.1.3>
	ServerName apache.ch
	ServerAlias www.apache.ch www.apache.ch.hometranet.home *apache.ch*
	DocumentRoot /net/www/virtual/www.apache.ch/htdocs
	ScriptAlias /cgi-bin/ /net/www/virtual/www.apache.ch/cgi-bin/
        TransferLog  /net/www/logs/www.apache.ch_access
        ErrorLog     /net/www/logs/www.apache.ch_error
</VirtualHost>

<VirtualHost 192.168.1.3>
	ServerName unixshop.ch
	ServerAlias www.unixshop.ch www.unixshop.ch.hometranet.home
	DocumentRoot /net/www/virtual/www.unixshop.ch/htdocs
	ScriptAlias /cgi-bin/ /net/www/virtual/www.unixshop.ch/cgi-bin/
        TransferLog  /net/www/logs/www.unixshop.ch_access
        ErrorLog     /net/www/logs/www.unixshop.ch_error
</VirtualHost>

<VirtualHost 192.168.1.3>
	ServerName infolab2.developer.ch
	ServerAlias infolab2.hometranet.home infolab2.developer.ch.hometranet.home
	DocumentRoot /net/www/virtual/infolab2.developer.ch/htdocs
	ScriptAlias /cgi-bin/ /net/www/virtual/infolab2.developer.ch/cgi-bin/
        TransferLog  /net/www/logs/infolab2.developer.ch_access
        ErrorLog     /net/www/logs/infolab2.developer.ch_error
	<Location /cgi-bin>
		AllowOverride None
		Options +ExecCGI -Includes
		AddHandler  perl-script .pl
		PerlHandler Apache::Registry
		PerlSendHeader On
	</Location>

                                                                                
</VirtualHost>

<VirtualHost 192.168.1.4>
	ServerName infolab.developer.ch
	ServerAlias infolab.hometranet.home infolab.developer.ch.hometranet.home
	DocumentRoot /net/www/virtual/infolab.developer.ch/htdocs
	ScriptAlias /cgi-bin/ /net/www/virtual/infolab.developer.ch/cgi-bin/
        TransferLog  /net/www/logs/infolab.developer.ch_access
        ErrorLog     /net/www/logs/infolab.developer.ch_error
	<Location /cgi-bin>
		AllowOverride None
		Options +ExecCGI -Includes
		AddHandler  perl-script .pl
		PerlHandler Apache::Registry
		PerlSendHeader On
	</Location>
</VirtualHost>

<VirtualHost 192.168.1.3>
	ServerName home.developer.ch
	ServerAlias *.home.developer.ch *.home.hometranet.home home.hometranet.home
	DocumentRoot /net/www/virtual/home.developer.ch/htdocs
	ScriptAlias /cgi-bin/ /net/www/virtual/home.developer.ch/cgi-bin/

	TransferLog /net/www/logs/home.developer.ch_access
	ErrorLog /net/www/logs/home.developer.ch_error
</VirtualHost>