How do I know if apache server is running windows?



How do I know if apache server is running windows?..

Answer / Deepti Singh

On Windows, you can check if the Apache server is running by going to the Start menu, selecting 'All Programs,' then finding and clicking 'Apache HTTP Server' within the program list. You can also open a Command Prompt or PowerShell window and use the command 'netstat -ano | findstr :80' to display active TCP connections on port 80 (the default Apache port), indicating that the server is running.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Interview Questions

Can you change the listening port from default to something else?

1 Answers  


What language is apache written in?

1 Answers  


What are feature of apache?

1 Answers  


What is apache used for?

1 Answers  


How secure is apache web server linux?

1 Answers  


Does Apache come with Java support?

1 Answers  


Briefly explain apache web server?

1 Answers  


How to ensure apache listen on only one ip address on the server?

1 Answers  


What is the difference between systemd and upstart?

1 Answers  


On which port apache server works?

1 Answers  


How to use apache web server linux?

1 Answers  


Is httpd and apache the same?

1 Answers  


Categories