mod_auth_mellon 可以与负载平衡器一起使用吗?
Can mod_auth_mellon be used with a load balancer?
负载均衡器后面的两个或多个 Apache 实例可以 mod_auth_mellon 使用吗?如果是这样,是否需要特殊配置才能使实例共享 Mellon 会话?
可能相关的only thing I can see令人沮丧:
MellonLockFile is the full path to a file used for synchronizing
access to the session data. The path should only be used by one
instance of apache at a time.
负载均衡器后面的两个或多个 Apache 实例可以 mod_auth_mellon 使用吗?如果是这样,是否需要特殊配置才能使实例共享 Mellon 会话?
可能相关的only thing I can see令人沮丧:
MellonLockFile is the full path to a file used for synchronizing access to the session data. The path should only be used by one instance of apache at a time.