Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # 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
- # <URL:http://httpd.apache.org/docs/2.2/vhosts/>
- # 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.
- #
- #
- # 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 <VirtualHost> block.
- #
- ##<VirtualHost *:80>
- ##ServerAdmin [email protected]
- ##DocumentRoot "C:/xampp/htdocs/dummy-host.localhost"
- ##ServerName dummy-host.localhost
- ##ServerAlias www.dummy-host.localhost
- ##ErrorLog "logs/dummy-host.localhost-error.log"
- ##CustomLog "logs/dummy-host.localhost-access.log" combined
- ##</VirtualHost>
- ##<VirtualHost *:80>
- ##ServerAdmin [email protected]
- ##DocumentRoot "C:/xampp/htdocs/dummy-host2.localhost"
- ##ServerName dummy-host2.localhost
- ##ServerAlias www.dummy-host2.localhost
- ##ErrorLog "logs/dummy-host2.localhost-error.log"
- ##CustomLog "logs/dummy-host2.localhost-access.log" combined
- ##</VirtualHost>
- #
- NameVirtualHost *:80
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot "C:/desenvolvimento/source/k2/lprmontadora"
- <Directory "C:/desenvolvimento/source/k2/lprmontadora">
- Options Indexes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
- ServerName lpr.proprio.net.br
- ServerAlias lpr.proprio.net.br
- UseCanonicalName Off
- </VirtualHost>
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot "C:/desenvolvimento/source/drupal/exemplo"
- <Directory "C:/desenvolvimento/source/drupal/exemplo">
- Options Indexes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
- ServerName drupal.dp.net.br
- ServerAlias drupal.dp.net.br
- UseCanonicalName Off
- </VirtualHost>
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot "C:/desenvolvimento/source/wordpress/exemplo"
- <Directory "C:/desenvolvimento/source/wordpress/exemplo">
- Options Indexes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
- ServerName exemplo.wp.net.br
- ServerAlias exemplo.wp.net.br
- UseCanonicalName Off
- </VirtualHost>
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot "C:/desenvolvimento/source/wordpress/concepthosting1"
- <Directory "C:/desenvolvimento/source/wordpress/concepthosting1">
- Options Indexes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
- ServerName concepthosting1.wp.net.br
- ServerAlias concepthosting1.wp.net.br
- UseCanonicalName Off
- </VirtualHost>
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot "C:/desenvolvimento/source/wordpress/icefusion"
- <Directory "C:/desenvolvimento/source/wordpress/icefusion">
- Options Indexes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
- ServerName icefusion.wp.net.br
- ServerAlias icefusion.wp.net.br
- UseCanonicalName Off
- </VirtualHost>
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot "C:/desenvolvimento/source/wordpress/concepthosting2"
- <Directory "C:/desenvolvimento/source/wordpress/concepthosting2">
- Options Indexes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
- ServerName concepthosting2.wp.net.br
- ServerAlias concepthosting2.wp.net.br
- UseCanonicalName Off
- </VirtualHost>
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot "C:/desenvolvimento/source/wordpress/studioconcept"
- <Directory "C:/desenvolvimento/source/wordpress/studioconcept">
- Options Indexes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
- ServerName studioconcept.wp.net.br
- ServerAlias studioconcept.wp.net.br
- UseCanonicalName Off
- </VirtualHost>
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot "C:/desenvolvimento/source/wordpress/classipress"
- <Directory "C:/desenvolvimento/source/wordpress/classipress">
- Options Indexes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
- ServerName classipress.wp.net.br
- ServerAlias classipress.wp.net.br
- UseCanonicalName Off
- </VirtualHost>
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot "C:/desenvolvimento/source/magento/exemplo"
- <Directory "C:/desenvolvimento/source/magento/exemplo">
- Options Indexes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
- ServerName magento.mg.net.br
- ServerAlias magento.mg.net.br
- UseCanonicalName Off
- </VirtualHost>
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot "C:/desenvolvimento/source/zendframework/exemplo"
- <Directory "C:/desenvolvimento/source/zendframework/exemplo">
- Options Indexes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
- ServerName zf.zf.net.br
- ServerAlias zf.zf.net.br
- UseCanonicalName Off
- </VirtualHost>
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot "C:/desenvolvimento/source/symfony/exemplo"
- <Directory "C:/desenvolvimento/source/symfony/exemplo">
- Options Indexes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
- ServerName symfony.sf.net.br
- ServerAlias symfony.sf.net.br
- UseCanonicalName Off
- </VirtualHost>
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot "C:/desenvolvimento/source/smarty/exemplo"
- <Directory "C:/desenvolvimento/source/smarty/exemplo">
- Options Indexes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
- ServerName smarty.smt.net.br
- ServerAlias smarty.smt.net.br
- UseCanonicalName Off
- </VirtualHost>
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot "C:/desenvolvimento/source/zendframework/soliciteProjeto/public"
- <Directory "C:/desenvolvimento/source/zendframework/soliciteProjeto/public">
- Options Indexes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
- ServerName solicite.zf.net.br
- ServerAlias solicite.zf.net.br
- UseCanonicalName Off
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment