different behaviour when using Firefox or Chrome #1860
Unanswered
joernclausen
asked this question in
Q&A
Replies: 2 comments 1 reply
|
I've never seen this happen before. Are there any other things about your setup that are nonstandard? Are you running a custom build of Apache or disabled HTTP/2 or something? |
1 reply
|
You should not be seeing 127.0.0.1 passed downstream. Ensure that https://github.com/TecharoHQ/anubis/blob/main/docs/docs/admin/environments/apache.mdx#configuration |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to protect some of my wikis (MediaWiki + Apache) using Anubis. In the logs I notice a difference between Firefox and Chrome when accessing the site.
I am currently writing both the log for the Anubis frontend on port 443 and the backend on port 3000 to the same log. When accessing the site using Firefox, both requests are logged with the same IP address. When accessing the site using Chrome, the first request is logged with 127.0.0.1 and only the second request is logged with the real IP address (or vice versa). I have
in my Apache configuration.
Is this a known "feature"? Although this is not a real problem, I stumbled on this after not being able to read my wikis using Chrome, although Firefox had no problems. I have a whitelist for my campus IP network, which initially blocked Chrome. I had to add 127.0.0.1 to the whitelist - which is not a problem, just odd.
All reactions