To start , stop or restart apache first Open your terminal. (search terminal in launcher) and give commands as below
Start Apache Service
# /etc/init.d/apache2 start
Restart
# /etc/init.d/apache2 restart
Stop
# /etc/init.d/apache2 stop
To start , stop or restart apache first Open your terminal. (search terminal in launcher) and give commands as below
# /etc/init.d/apache2 start
# /etc/init.d/apache2 restart
# /etc/init.d/apache2 stop