httpd.conf
PerlModule Apache::MijnHandler- » bijvoorbeeld voor *.qhtml:
<Files *.qhtml>
PerlHandler Apache::MijnHandler
</Files>
- » wel zelf bestand openen
- » bijvoorbeeld voor 1 lokatie (ter vervanging van script)
<Location /foo/bar>
PerlHandler Apache::MijnHandler
</Location>