Cleaned up and merge other Linux snippit repo
Meged https://git.bprieshof.nl/brammp/linux into ./Linux
This commit is contained in:
10
Linux/Scripts/Web/kweb.sh
Normal file
10
Linux/Scripts/Web/kweb.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
service php-fpm53 stop
|
||||
service php-fpm54 stop
|
||||
service php-fpm55 stop
|
||||
service php-fpm56 stop
|
||||
service php-fpm70 stop
|
||||
service php-fpm71 stop
|
||||
service php-fpm72 stop
|
||||
service php-fpm73 stop
|
||||
service httpd stop
|
||||
service nginx stop
|
||||
10
Linux/Scripts/Web/rweb.sh
Normal file
10
Linux/Scripts/Web/rweb.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
service php-fpm53 restart
|
||||
service php-fpm54 restart
|
||||
service php-fpm55 restart
|
||||
service php-fpm56 restart
|
||||
service php-fpm70 restart
|
||||
service php-fpm71 restart
|
||||
service php-fpm72 restart
|
||||
service php-fpm73 restart
|
||||
service httpd restart
|
||||
service nginx restart
|
||||
10
Linux/Scripts/Web/servstat.sh
Normal file
10
Linux/Scripts/Web/servstat.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
service php-fpm53 status
|
||||
service php-fpm54 status
|
||||
service php-fpm55 status
|
||||
service php-fpm56 status
|
||||
service php-fpm70 status
|
||||
service php-fpm71 status
|
||||
service php-fpm72 status
|
||||
service php-fpm73 status
|
||||
service httpd status
|
||||
service nginx status
|
||||
10
Linux/Scripts/Web/sweb.sh
Normal file
10
Linux/Scripts/Web/sweb.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
service php-fpm53 start
|
||||
service php-fpm54 start
|
||||
service php-fpm55 start
|
||||
service php-fpm56 start
|
||||
service php-fpm70 start
|
||||
service php-fpm71 start
|
||||
service php-fpm72 start
|
||||
service php-fpm73 start
|
||||
service httpd start
|
||||
service nginx start
|
||||
Reference in New Issue
Block a user