TJ Saunders
TJ Saunders
Another consideration is whether `mod_proxy` _should_ even do this. Arguably it is the responsibility of the client to use such keepalives. We'd just need to ensure that `mod_proxy` properly proxies...
I'm very confused by this build failure. In the [Travis build logs](https://travis-ci.org/mtchavez/ansible-influxdb/builds/344408609?utm_source=github_status&utm_medium=notification), we see: ``` fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to validate the SSL certificate for repos.influxdata.com:443....
Your configurations use both `"%{%s}t"` and `"%{time:%s}"`. What is the actual `strftime(3)` timestamp format string you are providing via that `%s` value? Also, can you provide an example of the...
At the heart of this is the behavior of the system library's `strftime(3)` function. Here's a C program that demonstrates what ProFTPD is doing, without actually using ProFTPD code: ```...
The time-related C library functions, in conjunction with a `chroot(2)`, make things difficult -- mostly because those library functions have hardcoded assumptions about filesystem paths for tzinfo configuration files. The...
ProFTPD is not well suited for generating per-user log files. The issue is that any configured log file is opened very early in the session lifecycle, before privileges are dropped...
If there's nothing more to add to this ticket, I'd like to close it. Thanks!
I try not to provide the _entire_ `proftpd.conf` as an example, because many people would copy it verbatim, and then ask why it doesn't work. There are many, many things...
You might find this useful, for your use case: * http://www.proftpd.org/docs/howto/Nonroot.html
If there's nothing more to add to this ticket, I'd like to close it. Thanks!