- or download this
package myHandler;
use strict;
...
}
# rest of code
- or download this
<Directory "/usr/local/apache/sites/test">
SetHandler perl-script
...
Order allow,deny
Allow from all
</Directory>
- 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.