adspace
How to stop/start apache web server?
Answer Posted / Snigdh Shukla
To stop the Apache Web Server, execute `httpd stop` or `apache2 stop`. To start it, use `httpd start` or `apache2 start`.
Post New Answer View All Answers
On which version of apache you have worked?
1032