a6266318 发表于 2018-11-11 14:36:29

LNMP-Linux下Nginx+MySQL+PHP+phpMyAdmin+eAcelerator 安装

LNMP状态管理: /root/lnmp {start|stop|reload|restart|kill|status}  Nginx状态管理:/etc/init.d/nginx {start|stop|reload|restart}
  PHP-FPM状态管理:/etc/init.d/php-fpm {start|stop|quit|restart|reload|logrotate}
  PureFTPd状态管理: /etc/init.d/pureftpd {start|stop|restart|kill|status}
  MySQL状态管理:/etc/init.d/mysql {start|stop|restart|reload|force-reload|status}
  Apache状态管理:/etc/init.d/httpd {start|stop|restart|graceful|graceful-stop|configtest|status}
  Memcached状态管理:/etc/init.d/memcached {start|stop|restart}

页: [1]
查看完整版本: LNMP-Linux下Nginx+MySQL+PHP+phpMyAdmin+eAcelerator 安装