Wednesday, September 10, 2014

Start, Stop, Restart and know status of Apache2 in Ubuntu.

Commands to do basic operation with apache2 in Ubuntu.

OS: Ubuntu 12.04 LTS
OS Type: 32-bit 

Start apache2 

 Command : "sudo service  apache2 start"



 Stop apache2 

 Command : "sudo service  apache2 stop"
 

Restart  apache2

Command :  "sudo service  apache2 restart"
 

Status of apache2


Command  : "sudo service  apache2 status"
 





-Thank You

---