Help for this page

Select Code to Download


  1. or download this
    # By default, Mason handles everything
    <Directory /var/www-mason>
    ...
    <Location /img>
      SetHandler default-handler
    </Location>
    
  2. or download this
    <%init>;
    # get rid of crap from parent autohandler
    ...
    # but don't go back to the parent autohandler
    $m->abort();
    </%init>