Skip to content
Snippets Groups Projects

Removing PHP access logs

Merged Francisco Borges Aurindo Barros requested to merge remove-php-accesslogs into v9.4-2

There's no reason to have on PHP-FPM the access logs, also they just present non relevant data, example:

+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

Since all access to php-fpm comes from nginx, there's no added value with these logs, further more the data present on php-fpm is just what is shown above, so there will not be relevant data to evaluate.

Ideally the same changes is pushed to v9.4-2 and v9.5-1

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
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading