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
H

holidaypropertyrental.com

England, United Kingdom

I have a two small shared hosting packages and the price I pay I don't expect to receive very good s...

Read full review
O

Oliver G

London, United Kingdom

I recently switched to AYK Solutions from Softlayer for my dedicated server requirements. I received...

Read full review
B

Bogdan C

iasi, Romania

This is my second time i m using your services, and the main reason i'm doing that, beside your pric...

Read full review
R

RAF Website D

Outstanding Customer Service Everytime I have emailed AYKsolutions I have gotten an outstanding resp...

Read full review
ARIN Cisco Supermicro cPanel Intel Microsoft