ssh виртуальный хост по-умолчанию (default)
<VirtualHost *:80>
SERVERAdmin [email protected]
documentRoot /var/www/html
<Directory /var/www>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow FROM all
</Directory>
AssignUserId www-data www-data
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Добавить комментарий
Ваше имя
Ваш e-mail
Отправить