Re: [atomic-devel] Httpd vs. Containers

2017-04-24 Thread Colin Walters
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

Re: [atomic-devel] Httpd vs. Containers

2017-04-24 Thread Josh Berkus
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

Re: [atomic-devel] Httpd vs. Containers

2017-04-24 Thread Micah Abbott
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

Re: [atomic-devel] Httpd vs. Containers

2017-04-24 Thread Muayyad AlSadi
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

[atomic-devel] Httpd vs. Containers

2017-04-24 Thread Josh Berkus
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/