Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerAdmin [email protected]
- ServerName dominio.com
- ServerAlias *.dominio.com
- DocumentRoot /srv/example/dominio.com/
- ServerSignature On
- ErrorLog /var/log/apache2/dominio.com-error.log
- LogLevel warn
- CustomLog /var/log/apache2/dominio.com-access.log combined
- <Directory "/srv/example/dominio.com/">
- Options Indexes FollowSymLinks MultiViews ExecCGI
- AllowOverride All
- Order allow,deny
- Allow from all
- Require all granted
- </Directory>
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment