Tag: php

  • [Application] Debian 8.6 安装nginx+php时出错dpkg无法配置nginx

    [Application] Debian 8.6 安装nginx+php时出错dpkg无法配置nginx

    其实这个问题我不是第一次遇到了,第一次遇到是很久之前在树莓派上遇到的。 先说结论:实际上是由于 apt-get install nginx php5  时,apt先安装了php5的依赖,其中有apache2,而且后面setting up的时候也是先set up的apache2,当dpkg configure nginx的时候由于80端口已经被apache2使用,所以无法继续configure nginx 解决方案就是删掉apache2,然后apt purge nginx,最后重新apt-get install nginx即可。   root@****:~# apt-get install nginx php5 Reading package lists… Done Building dependency tree Reading state information… Done The following extra packages will be installed: apache2 apache2-bin apache2-data apache2-utils libapache2-mod-php5 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libgd3 liblua5.1-0 libonig2 libqdbm14 libvpx1…

  • 服务器迁移或Nginx用户更改造成的ERR_INCOMPLETE_CHUNKED_ENCODING

    服务器迁移或Nginx用户更改造成的ERR_INCOMPLETE_CHUNKED_ENCODING

    这几天有点闲不住/*明明都期末考试了*/,把之前很多搁置的项目和老物件都拿出来折腾了一番,也遇到了不少问题。 Skyline: http://silversky.moe:404/resolved-issuestips/err-incomplete-chunked-encoding-server-migration-or-users-to-change-the-cause-of/ 之前Silver Sky Studio主站的服务器搭建的时候由于Nginx和php-fpm用的不是同一个用户造成了一些麻烦,现在在搭建的新的环境的时候就考虑了这个问题。 /*这台服务器SSS-NAS0,之前有配置过Nginx+php-fpm,但是荒废掉了,这次重新拿出来只是更改了下配置文件*/