Skip to content

Instantly share code, notes, and snippets.

@kuzemkon
Created April 20, 2016 13:33
Show Gist options
  • Save kuzemkon/e8fb9b89624f22837d663793a9be56bf to your computer and use it in GitHub Desktop.
Save kuzemkon/e8fb9b89624f22837d663793a9be56bf to your computer and use it in GitHub Desktop.
Default apache2 host config
<VirtualHost *:80>
ServerName selfiecam.in.ua
ServerAdmin [email protected]
DocumentRoot /var/www/domain
<Directory /var/www/domain/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/china-stroyinvest.ru.log combined
ErrorLog ${APACHE_LOG_DIR}/china-stroyinvest.ru.error.log
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment