RE: modperl preventing index pages from displaying?

2004-07-13 Thread Wouter van Vliet
On maandag 12 juli 2004 21:20, Marlier, Ian wrote: > -Original Message- > From: Wouter van Vliet [mailto:[EMAIL PROTECTED] > Sent: Monday, July 12, 2004 3:00 PM > On maandag 12 juli 2004 20:39, Stas Bekman wrote: > >> Marlier, Ia

RE: index.pl weirdness

2004-07-13 Thread Wouter van Vliet
On dinsdag 13 juli 2004 18:12, Colin JN Breame wrote: > Geoffrey Young wrote: > >> Colin JN Breame wrote: >> >> >>> Hi, >>> >>> I have a problem with apache and mod_perl; >>> >>> The cgi-bin directory has many perl files in it. All execute except >>> index.pl which produces the browser Save

RE: modperl preventing index pages from displaying?

2004-07-12 Thread Wouter van Vliet
On maandag 12 juli 2004 20:39, Stas Bekman wrote: > Marlier, Ian wrote: >> Hey, all -- >> (..) >> >> The problem at the moment is that modperl seems to be >> over-riding/preventing the display of index.html index pages (or >> index.php, or index.shtml, or anything else). Has anyone else seen >>

RE: httpd.conf secure?

2004-07-12 Thread Wouter van Vliet
On zondag 11 juli 2004 20:29, David Arnold wrote: > All, > > Is httpd.conf secure? Would it be OK to store a password there? Depends on how secure you make it yourself. By default, httpd.conf is read-only for everybody, and read-write for the root user. If you change the read permissions, nobody

RE: Time and day based authorization

2004-07-10 Thread Wouter van Vliet
On zondag 11 juli 2004 1:39, David Arnold wrote: > All, > > I have a sequence of files (maybe 40) that I want to serve. Each file > must be served no earlier than a certain time and no later than a > certain time. Each of these time-day restrictions will be unique for > each file. > > I am curi

Re: DESTROY not called on some form of recurrence

2004-07-10 Thread Wouter van Vliet
> > Hi Wouter, > > Did you check the manual[1]? This reference is for Apache::PerlRun but > it may give you some ideas of why you're seeing that behavior. > > > Good luck, > William > > [1] http://perl.apache.org/docs/1.0/guide/porting.html#Apache__PerlRun__a_closer_look > Thank you very muc

Re: DESTROY not called on some form of recurrence

2004-07-10 Thread Wouter van Vliet
Quoting Wouter van Vliet <[EMAIL PROTECTED]>: > > > > Hi Wouter, > > > > Did you check the manual[1]? This reference is for Apache::PerlRun but > > it may give you some ideas of why you're seeing that behavior. > > > > > > Good luck, >