PDO connection works from command line, but not through Apache?

前端 未结 4 1189
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-16 17:40

I have a very simple test script:



        
4条回答
  •  离开以前
    2020-12-16 18:20

    I had the same problem for PHP ftp ftp_connect and had to set the

    setsebool -P httpd_can_network_connect=1
    

    It's confusing because other things like fil_get_contents and curl work through PHP and apache just fine before setting that.

提交回复
热议问题