On Fri, 4 Oct 2002, Paul Simon wrote:
> Is it possible for me to create a Content-Length header for a
> CGI script via ModPerl::Registry or Apache?
Take a look at
http://perl.apache.org/docs/general/correct_headers/correct_headers.html
for a discussion of headers in general and how in particular
Hi All,
just started to play with perl2 + apache2 and after getting borred with
warnings about redefinition of macro VOIDINFO, I've putted there #ifndef - I
don't know how to make patch files, but if any maintainer reads this, can
you please add following to perl5/i386-linux/CORE/perl.h ?
#ifndef
We are using IPC::MM and it works great. We use it to
cache about 5000 strings for our internationlized systems
( EFIGS-J right now, going to 15 languages soon ). Its
pretty easy, in our startup handler we have :
my $MM_SIZE = 500;
my $MM_FILE = 'st_cache_mm_file';
my $st_cache_mm = IPC::M
Does anyone have experience with Apache::SharedMem? I'd like to use it
to store an in-perl cache of a few thousand database items, in order to
decrease load, but I noticed that it's version 0.09 and not updated in a
year, so I became a little suspicious. Any comments?
Thanks.
Hi there,
On Tue, 1 Oct 2002, Mitchel, Jennifer (Jem) wrote:
[snip]
> > Syntax error on line 6 of /web/content/askLucent/password-reset/.htaccess:
> > Invalid command 'PerlAuthenHandler', perhaps mis-spelled or defined by a
> > module not included in the server configuration
[snip]
Hi there,
On Fri, 4 Oct 2002, Richard Homolka wrote:
> attaching a core stack trace
Haven't seen it.
> httpd.conf ... no changes at all from what you get installed from apache.
> ... Other modulkes static or dynamic.
If there are no changes to httpd.conf, how do you load the dynamic modules?