手机看片精品高清国产日韩,色先锋资源综合网,国产哺乳奶水91在线播放,乱伦小说亚洲色图欧洲电影

Linux寶塔面板服務管理相關命令

2023-06-29 17:01:54 4100

Nginx服務管理:

nginx安裝目錄:/www/server/nginx

啟動:/etc/init.d/nginx start

停止:/etc/init.d/nginx stop

:/etc/init.d/nginx restart

重載:/etc/init.d/nginx reload

nginx配置文件:/www/server/nginx/conf/nginx.conf

 

Apache服務管理:

apache安裝目錄:/www/server/httpd

啟動:/etc/init.d/httpd start

停止:/etc/init.d/httpd stop

重載:/etc/init.d/httpd reload

apache配置文件:/www/server/apache/conf/httpd.conf

 

MySQL服務管理:

mysql安裝目錄:/www/server/mysql

phpmyadmin安裝目錄:/www/server/phpmyadmin

數據存儲目錄:/www/server/data

啟動:/etc/init.d/mysqld start

停止:/etc/init.d/mysqld stop

重啟:/etc/init.d/mysqld restart

重載:/etc/init.d/mysqld reload

mysql配置文件:/etc/my.cnf

 

PHP服務管理:

php安裝目錄:/www/server/php

啟動:/etc/init.d/php-fpm-{52|53|54|55|56|70|71|72|73|74} start

停止:/etc/init.d/php-fpm-{52|53|54|55|56|70|71|72|73|74} stop

重啟:/etc/init.d/php-fpm-{52|53|54|55|56|70|71|72|73|74} restart

重載:/etc/init.d/php-fpm-{52|53|54|55|56|70|71|72|73|74} reload

配置文件:/www/server/php/{52|53|54|55|56|70|71|72|73|74}/etc/php.ini

(請根據安裝PHP版本號做更改,例如:/etc/init.d/php-fpm-54 start)

 

 

Redis服務管理:

redis安裝目錄:/www/server/redis

啟動:/etc/init.d/redis start

停止:/etc/init.d/redis start

redis配置文件:/www/server/redis/redis.conf


提交成功!非常感謝您的反饋,我們會繼續努力做到更好!

這條文檔是否有幫助解決問題?

非常抱歉未能幫助到您。為了給您提供更好的服務,我們很需要您進一步的反饋信息:

在文檔使用中是否遇到以下問題: