使用DDEV的LDAP的Apache配置

时间:2018-11-29 08:33:09

标签: ddev

对于一个PHP项目,我需要通过LDAP进行授权。 我通过在启用mods的链接中创建链接来启用该模块:

sudo ln -s /etc/apache2/mods-available/authnz_ldap.load /etc/apache2/mods-enabled/authnz_ldap.load

重新启动DDEV时出现此错误:

Failed to restart BuildCenter: web container failed: log=phpstatus FAILED, err=container /ddev-BuildCenter-web unhealthy: phpstatus FAILED

使用浏览器调用网站会显示此错误:

502: Unresponsive/broken ddev back-end site.

任何提示如何在DDEV中配置LDAP?

1 个答案:

答案 0 :(得分:1)

发现了问题。该项目在 apache 2.2.22 下运行,并在ddev中使用 apache 2.4.25 。从.htaccess文件中删除'AuthzLDAPAuthoritative'之后,

起作用。