- or download this
<IfModule mod_limitipconn.c>
<Location />
...
</Location>
</IfModule>
- or download this
#!/usr/bin/perl
...
}
untie @filelines or die $!;
- or download this
open (FILE, "< ipconn.conf") or die $!;
my $file = <FILE>;
close FILE;
if ($file =~ m/\<Location\ \/.+?\<\/Location\>/s)
print $&;