Help for this page

Select Code to Download


  1. or download this
    package myHandler;
    use strict;
    ...
            }
    
            # rest of code
    
  2. or download this
    <Directory "/usr/local/apache/sites/test">
            SetHandler perl-script
    ...
            Order allow,deny
            Allow from all
    </Directory>
    
  3. or download this
    [root@styx conf]# telnet localhost 80
    Trying 127.0.0.1...
    ...
    GET /test/you_are_not_here HTTP/1.0
    
    Connection closed by foreign host.