Skip to content

Instantly share code, notes, and snippets.

@samuelloza
Created February 27, 2018 22:57
Show Gist options
  • Save samuelloza/75abd011a7d0f1fb14382a884b714783 to your computer and use it in GitHub Desktop.
Save samuelloza/75abd011a7d0f1fb14382a884b714783 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName siipp.tarija.gob.bo
ServerAlias www.siipp.tarija.gob.bo
DocumentRoot /var/www/html
# Alias /capacitacion /var/www/capacitacion/
<Directory "/var/www/html/">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
LogLevel debug
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment