httpd-vhost.conf

#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
#
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.

#
# Use name-based virtual hosting.
#
NameVirtualHost *:80

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any block.
#
#

# DocumentRoot "Y:/MDaemon/WorldClient/HTML"
# ServerName transporter.tudominio.local
# CustomLog logs/transporter.access.log combined
# ErrorLog logs/transporter.error.log

#
#
# Options Indexes FollowSymLinks
# AllowOverride None
# Order allow,deny
# Allow from all

# Options ExecCGI Indexes
# AllowOverride None
# Order allow,deny
# Allow from all

# RedirectMatch ^/$ http://transporter.tudominio.local/WorldClient.dll?View=Main

#



#





DocumentRoot "C:/MDaemon/WorldClient/HTML"
ServerName transporter2.tudominio.local
CustomLog logs/wclient.access.log combined
ErrorLog logs/wclien.error.log



Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all

Options ExecCGI Indexes
AllowOverride None
Order allow,deny
Allow from all

RedirectMatch ^/$ http://transporter2.tudominio.local/WorldClient.dll?View=Main



#Options ExecCGI
#AllowOverride None
#Order allow,deny
#Allow from all




#
# ServerAdmin webmaster@dummy-host.tudominio.local
# DocumentRoot "C:/Archivos de programa/Apache Software Foundation/Apache2.2/docs/dummy-host.tudominio.local"
# ServerName dummy-host.tudominio.local
# ServerAlias www.dummy-host.tudominio.local
# ErrorLog "logs/dummy-host.tudominio.local-error.log"
# CustomLog "logs/dummy-host.tudominio.local-access.log" common
#


#
# ServerAdmin webmaster@dummy-host2.tudominio.local
# DocumentRoot "C:/Archivos de programa/Apache Software Foundation/Apache2.2/docs/dummy-host2.tudominio.local"
# ServerName dummy-host2.tudominio.local
# ErrorLog "logs/dummy-host2.tudominio.local-error.log"
# CustomLog "logs/dummy-host2.tudominio.local-access.log" common
#