LNMP常见问题

  

常见问题(FAQ)

  • 我们为什么需要采用LNMP架构?

    原因不在重复,请看:关于

  • LNMP一键安装包支持哪些Linux发行版?

    目前支持CentOS(RadHat)、Debian、Ubuntu。

  • MySQL的root默认密码是什么?

    如果安装时不输入直接回车,密码为root,否则为你输入的密码。

  • 开始安装LNMP时,提示error: package httpd is not installed , error: package php is not installed ,error: package mysql is not installed

    这个不是错误信息,这个是检查系统环境,将原系统中的php、apache、mysql删除,请不必在意这个问题。

  • 安装LNMP时,停在 make[3]: Leaving directory `/root/lnmp0.4-full/mysql-5.1.44/mysql-test 不动。

    答:MySQL编译测试mysql,这个地方会消耗的时间比较长,多等一下就可以了。

  • 安装时经常掉线怎么办?

    请参照此教程:https://imcn.me/html/y2010/3562.html

  • 安装完LNMP后出现502 Bad Gateway

    解决方法:
    https://imcn.me/html/y2010/3569.html 

  • 安装完LNMP后,直接访问IP显示403 Forbidden

    安装完成后域名/home/wwwroot/下面没有index文件,所以直接访问IP会显示403 Forbidden。

  • LNMP如何删除已添加的域名?

    解决方法:
    https://imcn.me/html/y2010/3572.html

  • 如何修改安装LNMP时输入的域名?

    修改方法:编辑/usr/local/nginx/conf/nginx.conf 查找安装时输入的域名,修改为你想设置的域名,保存,执行:/usr/local/nginx/sbin/nginx -s reload 重启即可。

  • 如果忘记MySQL root密码,如何重设密码?

    执行如下命令:wget http://soft.vpser.net/lnmp/ext/reset-mysql-root-password.phps;php reset-mysql-root-password.phps 新密码

  • 如何给php安装自己需要的模块?

    解决方法:
    https://imcn.me/html/y2011/3574.html

  • 如何添加404错误页面?

    解决方法:
    http://imcn.me/html/y2011/3583.html

  • 安装完LNMP后,安装Pureftpd出现:configure: error: Your MySQL client libraries aren’t properly installed

    解决方法:
    https://imcn.me/html/y2011/3585.html

  • 安装完Pureftpd,用创建的ftp帐号链接显示530验证错误。

    解决方法:530 验证错误应该是mysql链接信息错误引起的,检查一下/usr/local/pureftpd/pureftpd-mysql.conf  和/home/wwwroot/ftp/config.php 中的mysql链接信息和mysql数据库中的信息是否一致。

  • MySQL启动错误:[Warning] ‘–skip-locking’ is deprecated and will be removed in a future release. Please use ‘–skip-external-locking’ instead.

    解决方法:
    https://imcn.me/html/y2011/3587.html

  • ZendOptimizer.so:connot restore segment prot after reloc: Permission denied 错误。

    解决方法:
    https://imcn.me/html/y2011/3589.html

  • 如何开启IMAP模块?

    解决方法:
    https://imcn.me/html/y2010/3592.html

  • IPv6服务器环境下lnmp的设置及注意事项

    请参考:
    https://imcn.me/html/y2011/3596.html

  • 如何升级Nginx版本?

    请参考:
    https://imcn.me/html/y2011/3600.html

  • 如何升级PHP版本?

    请参考:
    https://imcn.me/html/y2010/3603.html

  • LNMPA中如何添加伪静态?

    直接将Apache的伪静态文件.htaccess放在网站目录下即可。

  • 升级到LNMPA后,访问http://域名/ftp/这个ftp管理界面出现504错误?

    解决方法:
    https://imcn.me/html/y2010/3606.html

  • 信息来自:Lnmp.org