Difference between revisions of "Web troubleshooting"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | * [[systemctl status php7.2-fpm]] | + | * <code>[[systemctl status php7.2-fpm]]</code> |
− | * [[systemctl status nginx]] | + | * <code>[[systemctl status nginx]]</code> |
− | |||
+ | * <code>zcat -f [[/var/log/nginx/access.log]]* | grep " [[504]] " | awk '{print $4" "$7" "$(NF-1)}'</code> | ||
+ | == Related == | ||
+ | * [[Troubleshooting]] | ||
− | {{5XX}} | + | == See also == |
+ | * {{5XX}} | ||
+ | |||
+ | [[Category:WEB]] |
Latest revision as of 09:00, 9 March 2023
zcat -f /var/log/nginx/access.log* | grep " 504 " | awk '{print $4" "$7" "$(NF-1)}'
Related[edit]
See also[edit]
Advertising: