@@ -89,7 +89,7 @@ def apache_settings_hash
8989 apache [ 'conf_file' ] = '/etc/httpd/conf/httpd.conf'
9090 apache [ 'ports_file' ] = '/etc/httpd/conf/ports.conf'
9191 apache [ 'vhost_dir' ] = '/etc/httpd/conf.d'
92- apache [ 'vhost' ] = '/etc/httpd/conf.d/15-default.conf'
92+ apache [ 'vhost' ] = '/etc/httpd/conf.d/15-default-80 .conf'
9393 apache [ 'run_dir' ] = '/var/run/httpd'
9494 apache [ 'doc_root' ] = '/var/www'
9595 apache [ 'service_name' ] = 'httpd'
@@ -119,7 +119,7 @@ def apache_settings_hash
119119 apache [ 'mod_dir' ] = '/etc/apache2/mods-available'
120120 apache [ 'conf_file' ] = '/etc/apache2/apache2.conf'
121121 apache [ 'ports_file' ] = '/etc/apache2/ports.conf'
122- apache [ 'vhost' ] = '/etc/apache2/sites-available/15-default.conf'
122+ apache [ 'vhost' ] = '/etc/apache2/sites-available/15-default-80 .conf'
123123 apache [ 'vhost_dir' ] = '/etc/apache2/sites-enabled'
124124 apache [ 'run_dir' ] = '/var/run/apache2'
125125 apache [ 'doc_root' ] = '/var/www'
@@ -141,7 +141,7 @@ def apache_settings_hash
141141 apache [ 'mod_dir' ] = '/usr/local/etc/apache24/Modules'
142142 apache [ 'conf_file' ] = '/usr/local/etc/apache24/httpd.conf'
143143 apache [ 'ports_file' ] = '/usr/local/etc/apache24/Includes/ports.conf'
144- apache [ 'vhost' ] = '/usr/local/etc/apache24/Vhosts/15-default.conf'
144+ apache [ 'vhost' ] = '/usr/local/etc/apache24/Vhosts/15-default-80 .conf'
145145 apache [ 'vhost_dir' ] = '/usr/local/etc/apache24/Vhosts'
146146 apache [ 'run_dir' ] = '/var/run/apache24'
147147 apache [ 'doc_root' ] = '/var/www'
@@ -155,7 +155,7 @@ def apache_settings_hash
155155 apache [ 'mod_dir' ] = '/etc/apache2/modules.d'
156156 apache [ 'conf_file' ] = '/etc/apache2/httpd.conf'
157157 apache [ 'ports_file' ] = '/etc/apache2/ports.conf'
158- apache [ 'vhost' ] = '/etc/apache2/vhosts.d/15-default.conf'
158+ apache [ 'vhost' ] = '/etc/apache2/vhosts.d/15-default-80 .conf'
159159 apache [ 'vhost_dir' ] = '/etc/apache2/vhosts.d'
160160 apache [ 'run_dir' ] = '/var/run/apache2'
161161 apache [ 'doc_root' ] = '/var/www'
@@ -169,7 +169,7 @@ def apache_settings_hash
169169 apache [ 'mod_dir' ] = '/etc/apache2/mods-available'
170170 apache [ 'conf_file' ] = '/etc/apache2/httpd.conf'
171171 apache [ 'ports_file' ] = '/etc/apache2/ports.conf'
172- apache [ 'vhost' ] = '/etc/apache2/sites-available/15-default.conf'
172+ apache [ 'vhost' ] = '/etc/apache2/sites-available/15-default-80 .conf'
173173 apache [ 'vhost_dir' ] = '/etc/apache2/sites-available'
174174 apache [ 'run_dir' ] = '/var/run/apache2'
175175 apache [ 'doc_root' ] = '/srv/www'
0 commit comments