'''Apache'''
Config file location: /etc/httpd/conf/httpd.conf Document Root: DocumentRoot "/var/www/html" Changes made by ServerPoint: -too many time_wait apache connections in the server -turned on KeepAlive -reduced the KeepAlive Timeout to 5 -too many mysql sleeping process running in the server, so mysql persistent connection were disabled -checked using a third party website and -it is loading within 2 seconds from different location of the world
'''Restarting Apache and Mysql'''
login to your server shell using root user and run these commands.
service httpd restart
service mysql restart
or service httpd stop
service httpd start
service mysql stop
service mysql start