53 / 61
Index
First
Previous
Next
(Look out in mod_perl)
httpd.conf
PerlModule Apache::MyHandler
» e.g. for *.qhtml:
<Files *.qhtml>
PerlHandler Apache::MyHandler
</Files>
» open the file yourself
» e.g. with 1 location (to replace a script)
<Location /foo/bar>
PerlHandler Apache::MyHandler
</Location>