I have this in vhosts.conf
Code:
<tmpl_loop name="vhosts">
<VirtualHost {tmpl_var name='ip_address'}:{tmpl_var name='port'}>
so ip and port is given from var, and if site has ssl on, loop has 2 entries. So if he hardcode port to this
Code:
<tmpl_loop name="vhosts">
<VirtualHost {tmpl_var name='ip_address'}:82>
ssl will be same port as non-ssl.
in the past version of ispconfig, was in vhost.conf two virtualhosts. One for non-ssl and one fo ssl. Now, as we can see, is there loop.
Recent comments
1 day 49 min ago
1 day 5 hours ago
1 day 10 hours ago
1 day 12 hours ago
2 days 2 hours ago
2 days 2 hours ago
2 days 7 hours ago
2 days 14 hours ago
2 days 14 hours ago
2 days 16 hours ago