Help for this page

Select Code to Download


  1. or download this
    sub handler ($$) {
        my ($self,$r)= @_;
    ...
        if ($self->{content_type} eq DIR_MAGIC_TYPE) {
            return DECLINED unless $self->{uri} =~ /\/$/;
        }