how can i know that Nginx is running?

You cant run nginx and apache at the same time if they are running on the same ports. You have to shutdown apache.
 
okay...
so how to turn off apache?
and how do i know that nginx is running instead of apache?
 
Please do not double post; I deleted your duplicate post on this topic, in the nginx thread.
The easiest way to turn of the apache daemon is through the service monitor page of the DirectAdmin control panel.

The best way to see if nginx is running:
Code:
$ ps waux | grep nginx
Jeff
 
Please do not double post; I deleted your duplicate post on this topic, in the nginx thread.
The easiest way to turn of the apache daemon is through the service monitor page of the DirectAdmin control panel.

The best way to see if nginx is running:
Code:
$ ps waux | grep nginx
Jeff

Thanks. But unfortunately Nginx didn’t work :(
Do you know how to install Nginx with directadmin?
 
Back
Top