Created
April 20, 2016 13:33
-
-
Save kuzemkon/e8fb9b89624f22837d663793a9be56bf to your computer and use it in GitHub Desktop.
Default apache2 host config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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