我的应用程序适用于Ubuntu 14.04,但它不适用于centos7。
它有一个php(在apache中运行)和一个服务(一个内部TCP服务器),在php从客户端获取上传文件后,它将执行类似以下的操作
$src = $_FILES["userFile"]["tmp_name"];
//send TCP message with the $src to a service running on the same server
//wait for reply on the tcp connection
我的服务将等待tcp消息并将$ src复制到目录。但是对于centos它抱怨像“文件/ tmp / phpXZGTTn找不到”
想知道centos有什么特别之处。有任何想法吗?感谢。
答案 0 :(得分:1)
缺少/ tmp中的php / Apache临时文件 - Systemd Private Temp