Bug 55460 - allow service names to be used in the Listen directive
Summary: allow service names to be used in the Listen directive
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.5-HEAD
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-21 00:22 UTC by Christoph Anton Mitterer
Modified: 2013-08-21 00:22 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Anton Mitterer 2013-08-21 00:22:24 UTC
Hi.

It would be nice if you'd allow service names (i.e. from /etc/services, respectively the getent syscalls) to be used in the Listen directive to specify the port.

E.g.
Listen 0.0.0.0:https
Listen 0.0.0.0:http-alt

That way, when one changes the port, all one needs to do change it in one place (/etc/services) and then restarting apache/iptables is enough if properly configured.


Cheers,
Chris.