i want to turn off perl support for some of my folders that my users can upload files to. i already turn off php support with a .htaccess file and php flag engine off command.
how do you /what is the command for turning off perl?
How did you turn it 'on'? Probably it's via the AddHandler directive... In that case you can simply add a RemoveHandler for the specific folder.... (or via .htaccess)