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
1 day 5 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 14 hours ago
1 day 18 hours ago
1 day 19 hours ago
1 day 21 hours ago
2 days 10 hours ago
2 days 12 hours ago