On Mon, Apr 24, 2017, at 02:18 PM, Josh Berkus wrote:
>
> 1. Is there a *reason* we didn't relocate the HTTPD logs to Journald
> when Fedora went Systemd?
It impacts performance:
https://bugzilla.redhat.com/show_bug.cgi?id=963620
On 04/24/2017 10:43 AM, Micah Abbott wrote:
> On 04/21/2017 05:34 PM, Josh Berkus wrote:
>> Folks,
>>
>> I've been building some containers for our libraries, and I'm noticing
>> that there's a serious deficiency in the standard Fedora and CentOS
>> httpd packages for running them in a container, n
On 04/21/2017 05:34 PM, Josh Berkus wrote:
Folks,
I've been building some containers for our libraries, and I'm noticing
that there's a serious deficiency in the standard Fedora and CentOS
httpd packages for running them in a container, namely:
httpd doesn't log to journald
Our default pac
You can just symbolic link that to /data or /tmp
Or adjust config /etc/httpd/ to use /dev/stdout and /dev/stderr
On Mon, Apr 24, 2017, 7:49 PM Josh Berkus wrote:
> Folks,
>
> I've been building some containers for our libraries, and I'm noticing
> that there's a serious deficiency in the standar
Folks,
I've been building some containers for our libraries, and I'm noticing
that there's a serious deficiency in the standard Fedora and CentOS
httpd packages for running them in a container, namely:
httpd doesn't log to journald
Our default packages for httpd still log to /var/log/httpd/