
jan at frydenbo-bruvoll
Nov 3, 2008, 4:22 AM
Post #1 of 5
(525 views)
Permalink
|
|
Remove Perl*Handler from subfolder
|
|
Dear list, I've been googling unsuccessfully for quite a while to find an answer to my problem, so I'm hoping that someone here would be able to help me... My question and problem is quite simple - I need to remove a Perl*Handler from a sub folder after defining it higher up in the Apache config hierarchy. Example: <Location /> SetHandler perl-script PerlResponseHandler myreponsehandler PerlAccessHandler myaccesshandler </Location> <Location /nohandler> SetHandler default-handler # how to disable the PerlAccessHandler? </Location> As you can see I've found how to disable/re-set the response handler, but the Access handler is still active. Any tips, please? TIA + best regards Jan
|