Re: mod_perl

2002-05-03 Thread Joshua Chamas
Ismael Touama wrote: > > HI, > > I don't manage installing mod_perl. > I guess I really need some expanation abouthow does it work to > succeed it. I saw severals command lines depending on previous > installed modules, using APXS or not, warning concerning rpm... > But perl Makefile.PL and a ma

Re: global.asa horrors ?

2002-05-03 Thread Ellers
> > > Since this isn't obvious for the casual user, I propose that the >> following be included in httpd.conf: >> >> >> Order deny,allow >> Deny from all >> >> >... >Another option users have is to locate the global.asa to >some other directory that is not www browsable: > > Perl

Re: global.asa horrors ?

2002-05-03 Thread Joshua Chamas
Thanos Chatziathanassiou wrote: > > I had a nifty idea the other day: "what if I request the global.asa > directly through http ?". Well, it kind of turned out exactly as I had > hoped it wouldn't: apache returned the global.asa in plaintext. > Now, that's all ok, but my global.asa contained the

Re: global.asa horrors ?

2002-05-03 Thread Sven Kohler
you should perhaps set Apache::ASP to also execute .asa files like .asp files - Original Message - From: "Thanos Chatziathanassiou" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 2:19 PM Subject: global.asa horrors ? > I had a nifty idea the other day: "what if I

global.asa horrors ?

2002-05-03 Thread Thanos Chatziathanassiou
I had a nifty idea the other day: "what if I request the global.asa directly through http ?". Well, it kind of turned out exactly as I had hoped it wouldn't: apache returned the global.asa in plaintext. Now, that's all ok, but my global.asa contained the database password DBI used to access my db.

mod_perl

2002-05-03 Thread Ismael Touama
HI, I don't manage installing mod_perl. I guess I really need some expanation abouthow does it work to succeed it. I saw severals command lines depending on previous installed modules, using APXS or not, warning concerning rpm... But perl Makefile.PL and a make install don't actually work for me