Not getting logs to troubleshoot connection issues? #377
Replies: 4 comments 6 replies
-
Its sounds like you have an environment problem. You might need to look at your docker container log, or get in the container and try and write a file to |
Beta Was this translation helpful? Give feedback.
-
I actually tried that; I was able to write outside the container just fine (though as a weird user id, 82). I made a test.txt as www-data and it was created in the parent folder as user ID 82: ![]() |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
While I still think there's an issue there, I fixed my LDAP issues so it's not super pressing. One thing though, I'm using apache as a reverse proxy, and I'm finding a ton of resources are being served over http instead of https, including javascript. My proxy is upgrading those to https which is fine, if I copy the source paths and load them I get served them over https, but the browsers (firefox and chrome) are failing to render because they disallow mixed content. I have to basically break the proxy and navigate to the source server, not the proxy server, to make it work. Am I missing something? I don't see a config option to specify a baseurl, or to specify https inside the container, which would force the rendering to make all source paths "https" instead of "http". I've been looking for the environment variables here: https://github.com/leenooks/phpLDAPadmin/wiki/Configuration-Variables |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm setting up PhpLDAPadmin using docker compose, and I've created a writeable logs directory which I've mounted into the container. My docker compose looks like this (with redactions):
I'm not getting anything created int he logs folder though, so I'm not able to troubleshoot the connection issues with my ldap environment. I think if I can get logs out, I'll be ok to continue to troubleshoot, but I don't understand why there's no log files being written at all?
Beta Was this translation helpful? Give feedback.
All reactions