Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

centos stop apache

systemctl restart httpd.service
systemctl start httpd.service
systemctl stop httpd.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

PREVIOUS NEXT
Code Example
Shell :: reset local branch to remote 
Shell :: how to update git submodule 
Shell :: update composer ubuntu 
Shell :: rust change to nightly 
Shell :: npm show registry 
Shell :: search for port localhost mac 
Shell :: sqlite3 install ubuntu 
Shell :: how to fix /opt/lampp/bin/mysql.server: 264: kill: no such process 
Shell :: android gradle signing report 
Shell :: anaconda opencv install 
Shell :: npm install --no-audit --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed. 
Shell :: failed to load module canberra-gtk-module 
Shell :: install yarn globally 
Shell :: how to uninstall vscode in ubuntu using terminal 
Shell :: npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. 
Shell :: git apply .gitignore 
Shell :: install cheese on ubuntu 
Shell :: install tmux ubuntu 
Shell :: set the default branch to main 
Shell :: how to check if solidity is installed 
Shell :: copy laravel project from github 
Shell :: flush dns cache mac os 
Shell :: adb port reverse 
Shell :: linux caps lock escape swap 
Shell :: gpg2 install ubuntu 
Shell :: list users in linux 
Shell :: chmod 777 ubuntu xampp 
Shell :: hardhat install 
Shell :: Advanced SystemCare 
Shell :: git cannot spawn gpg no such file or directory 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =