enterprisemediawiki / meza

Setup an enterprise MediaWiki server with simple commands
MIT License
41 stars 27 forks source link

Log more apache data #424

Open darenwelsh opened 8 years ago

darenwelsh commented 8 years ago

In trying to troubleshoot random long response times, I started reading these suggestions. One of the suggestions is to log more data, specifically processing time. So I updated opt/meza/config/core/httpd.conf#196 to be

LogFormat "%h %l %u %t \"%r\" %>s %b sec:%T usec:%D KA:%k PID:%P CS:%X" common

See the docs for more options on LogFormat.

jamesmontalvo3 commented 7 years ago

@darenwelsh: See src/roles/apache-php/templates/httpd.conf.j2 for httpd config.