How to configure mod_perl files in Apache , i mean where to put them?

2011-11-17 Thread Meir Yanovich
There lots of tutorials on the web on how to configure the mod_perl filters but info i didn't understand and its like no where written , where to put them and how to tell mod_perl/apache about there path /location . i mean only the filters part not the ordinary perl files

Re: How to configure mod_perl files in Apache , i mean where to put them?

2011-11-17 Thread Issac Goldstand
On 17/11/2011 16:27, Meir Yanovich wrote: There lots of tutorials on the web on how to configure the mod_perl filters but info i didn't understand and its like no where written , where to put them and how to tell mod_perl/apache about there path /location . i mean only the filters part not the

Re: How to configure mod_perl files in Apache , i mean where to put them?

2011-11-17 Thread Meir Yanovich
Hi and thanks for the fast reply , what i meant is for example , i have written filter called Myfilter.pm or MyFilter.pl where to put them ? physically ? relative to what in which directory ? also where to configure the path to this directory. Thanks On Thu, Nov 17, 2011 at 4:34 PM, Issac

Re: How to configure mod_perl files in Apache , i mean where to put them?

2011-11-17 Thread Issac Goldstand
Anywhere in @INC http://perl.apache.org/docs/2.0/user/config/config.html#Modifying_C__INC__on_a_Per_VirtualHost On 17/11/2011 17:33, Meir Yanovich wrote: Hi and thanks for the fast reply , what i meant is for example , i have written filter called Myfilter.pm or MyFilter.pl where to put