Re: APACHE::ASP Error

2005-05-03 Thread Warren Young
sangeethvs wrote: suggestions of installing BerkeleyDB. But isn't that overkill. Do we really need to install the DB_File and BerkleyDB modules to work with Apache::ASP? There are alternate state storage models, but BDB is certainly a good choice. I seem to recall that one of the options is a

APACHE::ASP Error

2005-05-03 Thread sangeethvs
The output caching layer is a file dbm based output cache that runs on top of the MLDBM::Sync so inherits its performance characteristics. With CacheDB set to MLDBM::Sync::SDBM_File, the cache layer is very fast at caching entries up to 20K in size, but for greater cached item

Re: Followup Re: Weird Apache::ASP Error

2004-01-11 Thread Josh Chamas
Tim Pushor wrote: Duh, Apache::ASP doesn't seem to like exit's from the script. my bad. I am trying to keep the script as generic as possible so it would be able to run under CGI.PM. I just tried using a return from the main script and it worked fine. Is this the recommended approach to exiting

Followup Re: Weird Apache::ASP Error

2004-01-11 Thread Tim Pushor
Duh, Apache::ASP doesn't seem to like exit's from the script. my bad. I am trying to keep the script as generic as possible so it would be able to run under CGI.PM. I just tried using a return from the main script and it worked fine. Is this the recommended approach to exiting a script midstrea

Weird Apache::ASP Error

2004-01-11 Thread Tim Pushor
I am currently running Apache::ASP 2.55 under Apache 1.3.28 on FreeBSD 4.8 & perl 5.005_03. I have an ASP script that I am currently developing that sometimes after editing the script, it no long works. This is the error I get in the apache log: [Sun Jan 11 19:44:02 2004] [error] [asp] [10575]

Re: Apache::ASP Error: "need id for includes"

2001-06-13 Thread Carl Lipo
Ah! The version of ASP is 2.11 -- and the error cropped up beginning with the installation of the new version. We will definitely try the DynamicIncludes flag. Thanks. Carl replied to Joshua Chamas on 06/13/01: > Carl Lipo wrote: > > > > Hi, > > > > Has anyone encountered the error message l

Re: Apache::ASP Error: "need id for includes"

2001-06-13 Thread Joshua Chamas
Carl Lipo wrote: > > Hi, > > Has anyone encountered the error message list below "need id for includes"? > What does it mean? > This might be a bug that has been recently introduced as of perl 2.11 ? What version do you have installed? It would be triggered possibly by old style inline includ

Apache::ASP Error: "need id for includes"

2001-06-12 Thread Carl Lipo
Hi, Has anyone encountered the error message list below "need id for includes"? What does it mean? Thanks! Carl Carl Lipo EMAIL: [EMAIL PROTECTED] IT Systems Architect

Re: Apache::ASP error re: subroutines

2001-05-22 Thread Joshua Chamas
Andrew Koebrick wrote: > > Howdy, > > I am attempting to move a few subroutines from my Apache::ASP pages into a central >module, but get the error: > > Undefined subroutine &Apache::ASP::Demo::date_swap called at (eval 6) line 67. , >/usr/lib/perl5/site_perl/5.6.0/Apache/ASP.pm line 1506 Pe