小编peg*_*leg的帖子

Dovecot 2 /auth-userdb 权限

日志文件中的错误:

 userdb lookup: connect(/var/run/dovecot/auth-userdb) failed: Permission denied 
(euid=5000(vmail) egid=5000(vmail) missing +r perm: /var/run/dovecot/auth-userdb, 
euid is not dir owner)
Run Code Online (Sandbox Code Playgroud)

10-master.conf 部分:

service auth {
  # auth_socket_path points to this userdb socket by default. It's typically
  # used by dovecot-lda, doveadm, possibly imap process, etc. Its default
  # permissions make it readable only by root, but you may need to relax these
  # permissions. Users that have access to this socket are able to get a list
  # of all usernames and …
Run Code Online (Sandbox Code Playgroud)

dovecot file-permissions

6
推荐指数
1
解决办法
2万
查看次数

apache web 文件名中的括号

我正在托管一个图像服务器,我的客户可以上传他们的照片供他们的客户稍后查看。我们已将我们的站点从 Windows 服务器迁移到 Linux。我们的一些客户习惯于在文件名中使用括号。这曾经在我们的 Windows 环境中工作,但在我们迁移到的 Apache/Linux 环境中不起作用,我们得到 404。当我们修改文件时,删除括号,我们能够提供服务。有没有办法允许Apache服务的文件名中的括号?

http-status-code-404 apache-2.2

0
推荐指数
1
解决办法
478
查看次数