Help for this page

Select Code to Download


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