我在Red Hat Linux服务器上安装了PHP 7,但显然由于在服务器上运行了一些配置PHP的命令,我丢失了php-fpm.sock
文件。
有人可以帮我解决文件内容吗?
答案 0 :(得分:0)
是的,该文件应该是自动生成的,不要手动创建文件!确保服务正在运行Dim rw As Variant
With Application.WorksheetFunction
For i = 2 To lengthRows
rw = .Match(0.01, Range("H2:H10")) 'Is there a reason you're not specifying the third parameter 0 for exact match?
If Not IsError(rw) Then
Range("AC" & i) = .If(Rows(1) < .Match(0.01, Range("H2:H10")) + 1, "", .Index(Columns(24), Rows(1) - .Match(0.01, Range("H2:H10")) + 1))
Else
' Do something else if there was an error
End If
Next i
End With
如果仍然失败,请检查权限。点击此处获取帮助:service php-fpm start
这是您的主要php-fpm配置文件。确保将/etc/php-fpm.d/www.conf
,user
,group
,listen.owner
设置为 nginx 或 apache 用户,具体取决于在您使用的Web服务器上。另请注意,listen.group
指向实际的套接字文件。