Commands to do basic operation with apache2 in Ubuntu.
OS: Ubuntu 12.04 LTS
OS Type: 32-bit
Command : "sudo service apache2 status"
-Thank You
---
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
---