Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178966 - apache-2.2.x Listen directive into DEFAULT_VHOST & SSL_DEFAULT_VHOST
Summary: apache-2.2.x Listen directive into DEFAULT_VHOST & SSL_DEFAULT_VHOST
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Highest enhancement (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 192821
  Show dependency tree
 
Reported: 2007-05-18 07:56 UTC by Tero Pelander
Modified: 2011-11-01 20:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tero Pelander 2007-05-18 07:56:17 UTC
Currently in apache-2.2.4 there ara two cases where a Listen option is turned on. They are..

httpd.conf: Listen 80
modules.d/40_mod_ssl.conf: <IfDefine SSL>Listen 443</IfDefine>

As Listen can't be overriden by other configuration files I suggest these two would be moved inside DEFAULT_VHOST & SSL_DEFAULT_VHOST tests. In non trivial cases it is quite common you want all the other settings except the Listen setting. This change would make the configuration system more flexible.
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2007-06-15 19:05:49 UTC
fixed in 2.2.4-r7
Comment 2 Sergiy Borodych 2007-07-11 12:35:54 UTC
why it revert in -r9 ?
Comment 3 Christian Heim (RETIRED) gentoo-dev 2007-07-11 20:52:14 UTC
(In reply to comment #2)
> why it revert in -r9 ?

Because someone forgot to commit the changes from -r7 to svn ...
Comment 4 Christian Heim (RETIRED) gentoo-dev 2007-07-29 13:33:14 UTC
And it seems to fixed again with -r10.