LNMP一键安装包常用命令及配置文件路径

1.sudo apt-get update 更新源修改完毕后记得要刷新列表

LNMP一键安装包常用命令及配置文件路径

状态管理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}相关图形界面程序phpinfo :http://IP/phpinfo.php

phpMyAdmin :http://IP/phpmyadmin/

PHP探针 :http://IP/p.php

PureFTP管理界面:http://IP/ftp/

Memcached测试页面:http://IP/memcached.phpLNMP相关目录Nginx目录: /usr/local/nginx/

MySQL目录: /usr/local/mysql/

PHP目录: /usr/local/php/

网站目录: /home/wwwroot/default/

Nginx日志目录:/home/wwwlogs/

Nginx虚拟主机配置文件所在目录:/usr/local/nginx/conf/vhost/LNMP相关配置文件Nginx主配置文件:/usr/local/nginx/conf/nginx.conf

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

PHP配置文件:/usr/local/php/etc/php.ini

php-fpm配置文件:/usr/local/php/etc/php-fpm.conf

PureFtpd配置文件:/usr/local/pureftpd/pure-ftpd.conf

PureFtpd MySQL配置文件:/usr/local/pureftpd/pureftpd-mysql.conf

Nginx配置文件:/usr/local/nginx/conf/nginx.conf

Nginx虚拟主机配置文件:/usr/local/nginx/conf/vhost/域名.conf

    原文作者:逆行风
    原文地址: https://www.jianshu.com/p/dc65ac5741e4
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞