/
How to start/stop Apache service.
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
How to start/stop Apache service.
How to create Apache as a service. (Windows)
Open command prompt(Run as Administrator)
Navigate to directory $APACHE_HOME\bin.
Run the command as httpd.exe -k install -n "Apache2.4"
The service will be initialized.
Note: For Linux, the service gets automatically created at the time of Apache installation.
How to start/stop service.
Windows | Start: Go to Task manager => Services tab => Click on the Apache2.4 service => Click on Start link. (In left panel)
|
Linux | REDHat/CentOS: sudo systemctl start httpd |
, multiple selections available,
Related content
How to start/stop MySQL service
How to start/stop MySQL service
More like this
Configure Apache
Configure Apache
More like this
How to run Tomcat as a service
How to run Tomcat as a service
More like this
Create Tomcat service manually
Create Tomcat service manually
More like this
Fronting JBoss with Apache
Fronting JBoss with Apache
More like this
How to check blocked port of server.
How to check blocked port of server.
More like this
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com