Allows you to search a variety of questions and answers
This is a linux solution.
A good way to start is to check what is keeping it from running via command line. So, after you login as root, go to the directory where the page file that you are trying to load in the browser is located. Most likely it's either an .html or a .php file (index.php for example).
1. Run that file in the background
Code:
php index.php&
The & symbol will run the process in the background.
2. Now find the PID of the running process
Code:
ps aux |grep index.php
3. Now, trace the process using PID
Code:
lsof -p PID
Replace PID with the actual process number you found using the command in step 2. It may take a bit to run. After it does, the last line will most likely be the one that is causing the problem. From there, you can use something like netstat to see what's listening/connecting on a port, etc..
The above is a good way to start troubleshooting and more likely than not, you'll be able to find the problem.
Great servers, Great Service, Awesome uptime! Our company has been working with AYKSolutions for almost 3 years, hosting several servers for mission-critical projects. The network downtime has been way lower than 30 minutes for OVER 3 years and.. one of our Linux servers scored 450 days of uptime! Needless to say, their Ticket Support always responds in a matter of minutes. At any time of the d ay! I would rate them 10/5 if I could! Kudos to a great company! :)
AYK Solutions offers unmatched top tier support. They have gone above and beyond time and time again. They are very pompt, highly knowlegeable and curtious. I have been using AYK for 4 years now and yup its easy to say they have earned a customer for life. Thank you so much for helping me and business excell. Regards, Johnny
I very seldom contact support, but if I do, the response is always prompt and issues are always resolved.