Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu stop php

#check version first
php --version
#status
service php7.4-fpm status
#restart
service php7.4-fpm restart
#reload
service php7.4-fpm reload
#force-reload
service php7.4-fpm force-reload
#start
service php7.4-fpm start
#stop
service php7.4-fpm stop

#or
/etc/init.d/php7.4-fpm restart
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell foreach line in file read line 
Shell :: what is my monitor resolution ubuntu 
Shell :: bootstrap npm 
Shell :: macos clear dns cache 
Shell :: ubuntu delete all files with extension 
Shell :: brew install npm 
Shell :: pandoc download ubuntu 
Shell :: pitivi download ubuntu 
Shell :: linux ram info 
Shell :: kill nohup process 
Shell :: certbot remove certificate nginx 
Shell :: how to install brave on fedora 
Shell :: heroku cli deploy 
Shell :: grub customizer ubuntu 
Shell :: mongodb list users 
Shell :: git set branch tracking 
Shell :: could not find driver (SQL: select * from information_schema.table 
Shell :: git clone --recurse-submodules 
Shell :: brew restart apache 
Shell :: zsh: command not found: flutter 
Shell :: how to find the ~/.zshrc file 
Shell :: conda install neptune ai 
Shell :: touchpad scroll not working lenovo ubuntu 20.04 
Shell :: openssl view certificate 
Shell :: docker output ps format 
Shell :: install qt creator ubuntu 20.04 
Shell :: how to remove .idea from git 
Shell :: cat /etc/group 
Shell :: how to remove a package in laravel 8 
Shell :: vlc media player download ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =