Help for this page

Select Code to Download


  1. or download this
    <Location />
      SetHandler  perl-script
    ...
      SetHandler  perl-script
      PerlHandler Handler::Details
    </Location>
    
  2. or download this
    <Macro MapURL $url $handler>
    <Location $url>
    ...
    Use MapURL /        Handler::Index
    Use MapURL /logout  Handler::Logout
    Use MapURL /details Handler::Details