On Fri, 15 Oct 1999, Ian Mahuron wrote:
>
> I'm writing a Apache::Registry script and would like to use the following
> syntax to return server status:
> $r->status(FORBIDDEN);
> My problem is that the resulting error message is a bit funky.
$r->status isn't quite the same as the handler r
On Fri, 15 Oct 1999, Andrei A. Voropaev wrote:
> Sorry. Contrary to the replies I couldn't install handler as arbitrary
> perl code that returns reference to code. Only "sub {your code here}"
> actually works. Everything else logs error when attempting to fetch
> the URL.
you need to use "sub {.
> I recently managed to get mod_perl installed on my Solaris 2.6 box
> with Apache 1.3.9, mod_perl 1.21 and Perl 5.005_03.
>
> When I installed DBD::Solid, I had to link it statically, and so I
> ended up with 'solperl' instead of the normal 'perl'.
>
> Anyhow, when I run my (very basic) mod_p
On Mon, 11 Oct 1999, Dmitry Beransky wrote:
> My apologies for continuing this topic, but I've been thinking some more
> about this issue over the weekend. I'm still perplexed by this seemingly
> arbitrary limitation on the number of times a request body can be read. It
> seems that, at leas
try changing INSTALLSITELIB to INSTALLSITEARCH
On Fri, 8 Oct 1999, Mark Doyle wrote:
> Hi,
>
> I am upgrading some machines to Apache 1.3.9 and mod_perl 1.21 and would
> like to use the tar_Apache target to tar up the mod_perl portion. The
> Makefile has:
>
> tar_Apache:
> (cd $(IN
very wierd. do you have PerlFreshRestart On? try turning it Off. there
was a report a while ago about one of the MIME:: modules pulling a stunt
at the file-scope level, that is only exposed if the module is reloaded
(which FreshRestart does)
-Doug
On Thu, 7 Oct 1999, Eugene Miretskiy wrote:
Your config looks ok to me, the result is strange! Did the "make test" of
Embperl work for you without errors?
Gerald
---
Gerald Richter ecos electronic communication services gmbh
Internet - Infodatenbanken - Apache - Perl - mod
Hi,
On Sun, Oct 17, 1999 at 11:21:00AM -0400, Francis J. Lacoste wrote:
> This is because the DBIStore insert the encoded session data as
> binary data. PostgreSQL doesn't like that. You have to modify
> Apache::Session::DBIStore (or better implement a PGStore)
> to uuencode the session data. Yo
I did try http://esip.gmu.edu:8529/embperl/x/loop.htm and it still didn't
work. The netscape pop up a window that say "document contain no data".
The error_log file does not show any error until I typed
http://esip.gmu.edu:8529/emperl/x/loop.htm. ( I try to mispell the embperl
for checking error).
Hi,
Has anyone been success with getting authDBI and FakeBasicAuth to
cooperate?
I'm trying to get the two to work together but I just end up with a
browser authentication dialogue box and no error whatsoever in the logs.
I've got the following scenarios to work:
non-SSL site with pl
The URL
http://forum.swarthmore.edu/~ken/modules/archive/Apache-Filter-1.005.tar.gz
has entered CPAN as
file: $CPAN/authors/id/KWILLIAMS/Apache-Filter-1.005.tar.gz
size: 13618 bytes
md5: cd6637c3a787f861b22b673008b88d69
Revision history for Perl extension Apache::Filter.
1.005 Su
"Miguel A.L. Paraz" wrote:
>
> Hi all,
>
> I'm trying out Apache::Session for the first time, with this bit of code
> adapted from the manual:
>
>
> But when I run this script, inside the /perl directory handled by
> Apache::Registry, the httpd process dies, and error_log reports:
>
> [Sun O
Hi Ken.
> If the following patch works for you, I'll incorporate it into the
> official version.
It works. I tested it with my Module as the only Filter and with
a Chain of EmbperlFilter and my Module.
Thank you for your assistance,
Roli
--
Roland Alder, Doerfli 3 / Schmidweg, CH-8634 Hombr
Hi all,
I'm trying out Apache::Session for the first time, with this bit of code
adapted from the manual:
#!/usr/bin/perl -w
use strict;
#use Apache::Session::File;
use Apache::Session::DBI;
my %session;
#make a fresh session for a first-time visitor
#tie %session, "Apache::Session::File", un
14 matches
Mail list logo