I have a bare-bone CentOS 5.6 server, running apache, and serving two websites, http://soccernmoore.com and http://evosoccerprograms.com, all of a sudden, im having trouble connecting to the evosoccerprograms.com domain, the website is awfully slow and might take a couple of minutes to loadup. I checked everything, double checked the server status and all is fine. So my question is how to troubleshoot something like that, i have no idea where to start.
Apache Vhosts Dump:
VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:443 is a NameVirtualHost
default server soccernmoore.com (/etc/httpd/conf.d/soccernmoore.conf:26)
port 443 namevhost soccernmoore.com (/etc/httpd/conf.d/soccernmoore.conf:26)
port 443 namevhost evosoccer (/etc/httpd/conf.d/ssl (8:11:14, 3:48 PM).conf:81)
*:80 is a NameVirtualHost
default server soccernmoore.com (/etc/httpd/conf.d/soccernmoore.conf:1)
port 80 namevhost soccernmoore.com (/etc/httpd/conf.d/soccernmoore.conf:1)
port 80 namevhost evosoccerprograms.com (/etc/httpd/conf/httpd.conf:994)
Syntax OK
0 Answers