Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- SSLEngine off
- SSLProxyEngine off
- ServerAdmin admin@<ДОМЕН_САЙТА>
- DocumentRoot "/srv/www/sites/<ДОМЕН_САЙТА>"
- ServerName <ДОМЕН_САЙТА>
- HostnameLookups On
- UseCanonicalName On
- ErrorLog /var/log/apache2/<ДОМЕН_САЙТА>/error.log
- CustomLog /var/log/apache2/<ДОМЕН_САЙТА>/access.log combined
- <Directory "/srv/www/sites/<ДОМЕН_САЙТА>">
- DirectoryIndex index.php
- Options Includes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from all
- Satisfy all
- </Directory>
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment