Results 524 comments of TJ Saunders

> The redis server is running, else a lot of other redis based tests would not work either. We use redis-server 7.0.9, if this is of any help. Thanks. I've...

OK, I think I see what's happening here. Among the [default environment variables](https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables) used by GitHub Actions is `CI=true`. When that environment variable is present, the failing Redis Sentinel-related test...

Since the ProFTPD project doesn't ship with any packages, or rules for SELinux, I'm assuming this issue is specific to some RPM. @pghmcfc would you happen to know more about...

Thanks! Very nice. Would you be up for providing some regression tests in Perl? If not, I'd be happy to work on some...

Actually, I don't believe that the `AllowForeignAddress` is used by `mod_proxy` for backend connections at all; it's only used/honored for frontend connections (as expected). Thus this issue is more of...

Let's see how such a `ProxyOption AllowForeignAddress` might work, for backend data transfers. For active backend data transfers, `mod_proxy` would see that the remote IP address for the backend's data...

No, there is not a simpler way to configure usage. Proxying is a complex subject, with many things to tune and set, and thus the configuration needs to be able...

If you are running this C program in a standalone fashion, you may need to initialize `permanent_pool`. It sounds like some of the pointers may be NULL, and your code...

@jb-boin Any chance you've been able to try out the patch in your environment?