Home > Article > Operation and Maintenance > How to check whether nginx is started under window?
nginx is a high-performance web and reverse proxy server. Its installation, configuration, and use are very simple, and you can basically use it after unzipping it. So how to check whether nginx is started in the window system? The following article will introduce to you how to check whether nginx is started in the window system. I hope it will be helpful to you.
Method 1: Web page access method
Because nginx is a web server, if it is started normally, you can access its web page . For example: we enter: 127.0.0.1 in the browser and press Enter, you should see a welcome page (without changing the default web page). If you can see it, it means nginx starts normally.
Method 2: View process method
If the nginx service is started, you can see it in the task manager process, otherwise it means it did not start normally.
View method: Right-click on a blank space on the taskbar and select "Task Manager" from the pop-up menu
The above is the detailed content of How to check whether nginx is started under window?. For more information, please follow other related articles on the PHP Chinese website!