Bug 59763 - mod_systemd should include a systemd generator for sockets
Summary: mod_systemd should include a systemd generator for sockets
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: All (show other bugs)
Version: 2.5-HEAD
Hardware: PC Linux
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-27 16:56 UTC by Craig
Modified: 2016-06-27 16:56 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig 2016-06-27 16:56:32 UTC
It would be great for httpd to include a systemd generator that makes socket units based on httpd's configuration.

For example, if httpd.conf indicates that ports 443 and 80 should be listened on, the generator can make .socket units for those 2 ports that the httpd service uses.

Such an improvement would make socket activation possible as well as make it easier to start httpd not as root.