ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 如何管理服务 ## Nginx: ``` service nginx {start|stop|status|restart|reload|configtest} ``` > 注:如手工更改配置文件,强烈建议 reload ## MySQL: ``` service mysqld {start|stop|restart|reload|status} ``` ## PHP: ``` service php-fpm {start|stop|restart|reload|status} ``` ## Pure-Ftpd: ``` service pureftpd {start|stop|restart|status} ``` ## Redis: ``` service redis-server {start|stop|status|restart|reload} ``` ## Memcached: ``` service memcached {start|stop|status|restart|reload} ```