SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы
Список вопросов ПечатьМетки: apache
RemiZOffAlex Создано: 2017-04-14 10:53:05.122361 Обновлено: 2017-04-14 10:53:05.122361 |
---|
<VirtualHost *:8080> ServerAdmin info@specialistoff.net DocumentRoot "/home/remizoffalex/specialistoff.net" ServerName specialistoff.net ServerAlias www.specialistoff.net ErrorLog "/var/log/httpd/specialistoff.net-error.log" CustomLog "/var/log/httpd/specialistoff.net-access.log" common AcceptPathInfo On <Directory /home/remizoffalex/specialistoff.net> AllowOverride All Require all granted </Directory> </VirtualHost>
|