Last active
December 21, 2017 22:50
-
-
Save dermanov-ru/4b62fb02989d8ca84ee2d6ebec6b039f to your computer and use it in GitHub Desktop.
Apache
This file contains 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
# проверить корректность конфигов | |
$ apachectl configtest | |
# список загруженных модулей | |
$ apache2ctl -M |
This file contains 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
# переопределяем формат для лога, чтобы содержал размер ответа в байтах (%b) и время генерации в микросекундах (%D) | |
# переопределяем "combined", тк именно он используется во всех конфигах по умолчанию | |
LogFormat "%h %l %u %t \"%r\" %>s %O %b %D \"%{Referer}i\" \"%{User-Agent}i\"" combined | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment