File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -168,21 +168,6 @@ sub setup_web
168
168
}
169
169
}
170
170
171
- # Work out where in the file to add.
172
- # If this domain is foo.bar.com and a virtual host for *.bar.com exists
173
- # in the same file, we need to add before it.
174
- # local $lref = &read_file_lines($f);
175
- # local $pos = scalar(@$lref);
176
- # if ($d->{'dom'} =~ /^([^\.]+)\.(\S+)$/) {
177
- # local ($dsuffix, $dprefix) = ($1, $2);
178
- # local ($starvirt, undef) = &get_apache_virtual("*.$dprefix",
179
- # $web_port);
180
- # if ($starvirt && &same_file($starvirt->{'file'}, $f)) {
181
- # # Insert before
182
- # $pos = $starvirt->{'line'};
183
- # }
184
- # }
185
-
186
171
# Add to the file
187
172
&lock_file($f );
188
173
my @mems = &apache_lines_to_config(\@dirs );
You can’t perform that action at this time.
0 commit comments