I want to use an apache module in an .htaccess file. What would be the syntax 
with that? I'm assuming that it will be along the lines of


  PerlModule Goofy::Nav
<Files  goofy.nav>
SetHandler perl-script
PerlHandler Goofy::Nav
</Files>

but I can't seem to get that to work. Any ideas?

Reply via email to