Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu check php status

#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 :: Error: Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local)! 
Shell :: how to stop mongodb in linux 
Shell :: reload bashrc 
Shell :: how to install laravel on mac 
Shell :: wget ignore ssl cert error 
Shell :: Node version mac1000 
Shell :: run heroku bash in terminal 
Shell :: check git current branch 
Shell :: cli generate random string 
Shell :: how to commit code to bitbucket first time 
Shell :: git reset keep changes 
Shell :: linux install node 
Shell :: shutdown heroku app 
Shell :: remove all files with extension bash 
Shell :: test nginx config mac 
Shell :: xampp the installer requires root privileges 
Shell :: Install Visual Studio Code from Snap Store 
Shell :: how to isntall blender on linux 
Shell :: browserrouter react not working install 
Shell :: remove wine 
Shell :: docker ls in dockerfile 
Shell :: batch substring 
Shell :: delete vscode mac 
Shell :: bash check if process is running by name 
Shell :: how to check for angular cli version 
Shell :: ffmpeg trim video 
Shell :: xrandr add 1366 
Shell :: rename a commit pushed 
Shell :: Error response from daemon: open .pipedocker_engine_linux: The system cannot find the file specified. 
Shell :: remove blender ubuntu 20.04 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =