Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

stop apache server

# On Ubuntu
## Start command ##
systemctl start apache2.service
## Stop command ##
systemctl stop apache2.service
## Restart command ##
systemctl restart apache2.service
Comment

linux apache stop

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
Comment

stop apache service

sudo systemctl stop apache2
Comment

stop apache server

Stop apache2 server
Comment

PREVIOUS NEXT
Code Example
Shell :: how to kill apache process in linux 
Shell :: pip upgrade 
Shell :: install sklearn 
Shell :: conda statsmodels python 
Shell :: find which pid is listening on a particular port 
Shell :: ad sync powershell 
Shell :: check react version 
Shell :: Remove composer for ubuntu 
Shell :: find gnome shell version 
Shell :: git config username and password global 
Shell :: maven test class 
Shell :: docker rm all containers 
Shell :: centos stop apache 
Shell :: install xdotool ubuntu 
Shell :: uninstall postman ubuntu 
Shell :: uninstall wine ubuntu 18.04 
Shell :: stop nginx 
Shell :: The requested apache plugin does not appear to be installed 
Shell :: uninstall postgres brew 
Shell :: Install xlrd = 1.0.0 for Excel support Use pip or conda to install xlrd 
Shell :: install angular cli 
Shell :: ubuntu install okular 
Shell :: uninstall wps 
Shell :: abort cherry pick in bash 
Shell :: powershell regex ip address 
Shell :: crontab logs 
Shell :: install htop 
Shell :: how to check spark version 
Shell :: linux get uuid of partition 
Shell :: install vee validate 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =