On my server (which is not overloaded) started suddenly (i made no server modification) problem where "time to first byte" of all hosted sites (even .html pages & particular images) is like 10 seconds (and if the html page contains an image, its time to load is another like 10 seconds). The WHM is loading fast, but Apache status page in it is also delayed like 10 seconds. I tried to restart mysql and httpd, but httpd shows:
can i safely ignore this error?
here some parts of the "httpd -S" output:
Apache/2.2.*
EA 3.*
even locally (on webserver) launched command "curl -v MyServerPublicIPHere" takes 10 seconds to return output. Unsure where this delay is caused.
Code:
VirtualHost *:443 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
here some parts of the "httpd -S" output:
Code:
VirtualHost configuration:
127.0.0.1:80 127.0.0.1 (/usr/local/apache/conf/httpd.conf:275)
127.0.0.1:443 my.hostname.com (/usr/local/apache/conf/httpd.conf:43399)
serveriphere:443 is a NameVirtualHost
port 443 namevhost my.hostname.com (/usr/local/apache/conf/httpd.conf:43399)
serveriphere:80 is a NameVirtualHost
wildcard NameVirtualHosts and _default_ servers:
*:* is a NameVirtualHost
default server (/usr/local/apache/conf/httpd.conf:302)
port * namevhost my.hostname.com (/usr/local/apache/conf/httpd.conf:302)
port 443 namevhost my.hostname.com (/usr/local/apache/conf/httpd.conf:43399)
Syntax OK
EA 3.*
even locally (on webserver) launched command "curl -v MyServerPublicIPHere" takes 10 seconds to return output. Unsure where this delay is caused.
Last edited: