]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* server/listen.c: detect systemd socket activation using sd_listen_fds(),
authorJan Kaluža <jkaluza@apache.org>
Tue, 8 Jul 2014 09:42:24 +0000 (09:42 +0000)
committerJan Kaluža <jkaluza@apache.org>
Tue, 8 Jul 2014 09:42:24 +0000 (09:42 +0000)
commit4eff9ee6893d2c40191c17913be529a7611a1f85
treed713699faee75d74ea15e61b4327c56fa2fd5a4f
parent48d05b91ce285f6ec2342b359a78b7d27a6e26cd
* server/listen.c: detect systemd socket activation using sd_listen_fds(),
drop the support for "Listen systemd" and use standard Listen syntax instead.

This allows using the same configuration file with or without socket activation
and allows setting protocol when using socket activation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1608703 13f79535-47bb-0310-9956-ffa450edef68
server/listen.c