Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to restart apache ubuntu

# by this command you can restart your apache2 server on Linux
sudo service apache2 restart
# by this command you can Start your apache2 server on Linux
sudo service apache2 start
# by this command you can Stop your apache2 server on Linux
sudo service apache2 stop
 
PREVIOUS NEXT
Tagged: #restart #apache #ubuntu
ADD COMMENT
Topic
Name
3+7 =