Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80}>
- ServerName example.com
- ErrorLog logs/example.error.log
- DocumentRoot C:/Files/www/example
- <Directory "C:/Files/www/example">
- Options Indexes
- AllowOverride All
- ## Optional:
- # Options Includes
- # Require all granted
- </Directory>
- ## Optional:
- # CustomLog logs/example.access.log common
- # ServerAdmin example@mail.com
- # ServerAlias www.example.com
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement