Re: cannot LoadModule mod_perl on apache2.2

2009-04-23 Thread Randy Kobes
On Wed, Apr 22, 2009 at 1:08 PM, Jeff Zhuk wrote: > Andre and Randy, > > thank you for your advice. > I re-installed active perl 5.8.9 and this fixed the starting apache > problem: > Apache started OK with mod_perl > > I still face the problem of running perl scripts. > > When I point the browser

Re: cannot LoadModule mod_perl on apache2.2

2009-04-22 Thread Jeff Zhuk
Andre and Randy,   thank you for your advice. I re-installed active perl 5.8.9 and this fixed the starting apache problem:  Apache started OK with mod_perl   I still face the problem of running perl scripts.   When I point the browser to my 2 line test.pl, the browser opens the Download File dialo

Re: cannot LoadModule mod_perl on apache2.2

2009-04-21 Thread André Warnier
Please, keep these messages on the list. Jeff Zhuk wrote: Andre, 1. you are right about security. I actually have my JBoss running in a different space and only use this directory as static and perl root. I narrowed down the problem of running test.pl by directly providing the first line i

Re: cannot LoadModule mod_perl on apache2.2

2009-04-21 Thread André Warnier
Jeff Zhuk wrote: Andre, Another thing that maybe related: I can start Apache without the line loading the mod_perl Then I would expect that my perl script will be executed. I have these lines in the httpd.conf: Alias /perl/ "C:/Tomcat/webapps" Very bad ! Probably never even gets her