我在 CentOS 7服务器上运行 JSP 和 DB PostgreSQL 的系统但是错误发生在运行 Lubuntu
我在API
中发送PHP with Laravel
来发送和接收来自APP移动设备的请求
在此之前一切正常,但如果我重新启动此服务器,我将失去与DB的连接,它将返回此错误:
SQLSTATE[08006] [7] could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?
如果我尝试通过pgAdmin
访问数据库,则会返回Connecting to database ... Failed.
虚拟机通过XenCenter console
正确访问,但以前正确连接的SSH connection
会显示Network error: Conection refused
就好像重新启动后阻止了所有端口,但直到防火墙被禁用
[编辑]
经过一些测试后,我发现只有在启用 mod_rewrite
后才会出现问题