Apps on port 80
Although this is also a configuration / installation topic, I think it is better posted in here, so:
I tried to set the app-vhost to port 80, because I just wanted to use a different host name for it but no special port.
This works as far as the config file (apps vhost) is written correctly but the apache cannot restart afterwards as the app vhost file contains a Listen directive.
{vhost_port_listen} Listen {apps_vhost_port}
Does the config template system allow to specify something like:
if port != 80 && port != 443 then {vhost_port_listen} Listen {apps_vhost_port}
endif
so that if one specifies port 80 or port 443 the Listen part is not written?
I think this should then be part of the master conf.
|
Recent comments
4 hours 18 min ago
13 hours 46 min ago
14 hours 36 min ago
18 hours 9 min ago
22 hours 33 min ago
22 hours 55 min ago
1 day 1 hour ago
1 day 11 hours ago
1 day 16 hours ago
1 day 17 hours ago