turning off perl support for a specific folder

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
Kasai
Forum Newbie
Posts: 13
Joined: Sun Jul 15, 2007 11:27 am

turning off perl support for a specific folder

Post by Kasai »

hey guys

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?
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

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)
Kasai
Forum Newbie
Posts: 13
Joined: Sun Jul 15, 2007 11:27 am

Post by Kasai »

well. im using xampp which has perl support for its folders. I have not turned it on. what is the syntax for the removehandler?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Post Reply