Today, I found a problem with the site, and the httpdCPU usage remains high. View apachelogsaccess. log and find that the request response time has reached several hours, and the HTTP status code is 500. View the configuration apacheconfextrahttpd-default.conf: {code...} ap... today I found a problem with the site, httpd CPU usage remains high.
ViewApache \ logs \ access. log
It is found that the request response time has reached several hours, and the HTTP status code is 500.
View configurationsApache \ conf \ extra \ httpd-default.conf
:
Timeout 60
Apache \ conf \ httpd. conf
Medium:
Include "conf/extra/httpd-default.conf"
I wonder why the response time exceeds 60 seconds. Why is the timeout setting ineffective?
Reply content:
Today, I found a problem with the site, and the httpd CPU usage remains high.
ViewApache \ logs \ access. log
It is found that the request response time has reached several hours, and the HTTP status code is 500.
View configurationsApache \ conf \ extra \ httpd-default.conf
:
Timeout 60
Apache \ conf \ httpd. conf
Medium:
Include "conf/extra/httpd-default.conf"
I wonder why the response time exceeds 60 seconds. Why is the timeout setting ineffective?