-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant configure reverse proxy "HOST not supported by backend server, ignoring" #274
Comments
The log message "HOST not supported by backend server, ignoring" is not necessarily a problem; it is more informational. It is saying that the backend host (ProFTPD 1.3.5e, in your case) doesn't have support for the Your proxied sessions should still work as expected. Do they? |
Unfortunately it doesn't work. I don’t understand the problem is in the proxy or in the backend. About HOST error - its only one error in log files. proftpd[3191989] submit-dev (<proxy_server_ip>[<proxy_server_ip>]): FTP session closed.` |
Would it be possible to configure your backend ProFTPD 1.3.5e server for debug logging, debug level 10, to get more information on what the errrs might be? |
|
Hmm. Those backend logs don't seem to indicate any issue. Do the logs from the proxy server ( |
Try debug logging with command |
Hello, have a problem with configuration. Have 2 proftpd. I want to set up reverse proxy.
Frontend (proftpd 1.3.6c, ipv4,ubuntu 20.04,port 22) -> backend (proftpd 1.3.5e, ipv4, ubuntu 18.04, users saved in mysql, port 221)
my log:
My config mod_proxy:
Problem in "HOST not supported by backend server, ignoring"? If yes, how to fix it?
The text was updated successfully, but these errors were encountered: