Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux apache start

sudo service apache2 start
sudo service apache2 restart
sudo service apache2 stop

OR 

sudo /etc/init.d/apache2 start
sudo /etc/init.d/apache2 restart
sudo /etc/init.d/apache2 stop
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #linux #apache #start
ADD COMMENT
Topic
Name
4+8 =