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
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
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
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
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]
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
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
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
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