BLACK FRIDAY DEALS

Knowledge Base

Allows you to search a variety of questions and answers

Search

Search results

General Server Questions

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.

See What Our Customers Say

Leave review
N

No c

good service/support We have been with AYK for years. Good pricing/support. No complaints.

Read full review
U

Umka@Studio-Net

The most caring provider AYKSolutions is a reliable hosting and decicated server probider with good...

Read full review
M

Mathieu L

MD, United States

I love AYK. been with them for over 5 years and the best ever

Read full review
J

Jesse C

Great response time and excellent service. I've been with AYK for nearly a year now and I couldn't b...

Read full review
ARIN Cisco Supermicro cPanel Intel Microsoft