1
HFS ~ HTTP File Server / Re: problem with get ip address of external user in my log
« on: August 11, 2022, 04:28:43 PM »
1.hfs need to be set to receive an IP from any IP not set to local Host IP
2. Reverse proxy need to send traffic to the machine address not the localhost (this is why you are seeing 127.0.0.1)
Rejetto I have not found that to be the case, such as stunnel. The networking from stunnel is on the local Host and all connection are to and from the localhost. S tunnel logs the public ip. The work silent plz has done os to combine and see that log.
The same is still true with HFS in a reverse proxy situation as configuration by default. This is done to secure the connection with in the reverse proxy, that why jfs is seeing the connection as 127.0.0.1 as machine traffic forwarded it to that.
OP will need to revisit his Apache configuration to setup his networking to allow HFS to see that data.
2. Reverse proxy need to send traffic to the machine address not the localhost (this is why you are seeing 127.0.0.1)
Rejetto I have not found that to be the case, such as stunnel. The networking from stunnel is on the local Host and all connection are to and from the localhost. S tunnel logs the public ip. The work silent plz has done os to combine and see that log.
The same is still true with HFS in a reverse proxy situation as configuration by default. This is done to secure the connection with in the reverse proxy, that why jfs is seeing the connection as 127.0.0.1 as machine traffic forwarded it to that.
OP will need to revisit his Apache configuration to setup his networking to allow HFS to see that data.