Skip to content
Snippets Groups Projects

Removing access logs on PHP-FPM

Merged Francisco Borges Aurindo Barros requested to merge remove-acces-log-php-fpm into master

Coupled with:

Goal: Stop logging unnecessary access logs on php-fpm, these do not present any value but create logs which are stored on ES, occupying needed space.

Example access log from php-fpm:

+0000 "GET /_site/_php-fpm-status" 200
+0000 "GET /_site/_php-fpm-status" 200
+0000 "GET /_site/_php-fpm-status" 200
+0000 "GET /_site/_php-fpm-status" 200
+0000 "GET /index.php" 204

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading