Dear All
Doing an automated install on a new dev server I noticed that with a
snapshot bundle created on another, it lists libapreq-0.33 as being
Apache::libapreq.
When cpan comes to install the bundle and looks for Apache::libapreq it
downloads 0.31 eg:
cpan> i /libapreq/
Going to read /root/.
Greg Cope wrote:
> Dear All
>
> Doing an automated install on a new dev server I noticed that with a
> snapshot bundle created on another, it lists libapreq-0.33 as being
> Apache::libapreq.
>
> When cpan comes to install the bundle and looks for Apache::libapreq it
> downloads 0.31 eg:
>
> cp
--
mod_perl digest
September 9, 2001 - September 22, 2001
--
Recent happenings in the mod_perl world...
Features
On Tue, Sep 25, 2001 at 02:59:07PM +0200, Robin Berjon wrote:
> With AxKit you can seamlessly serve XML transformed by a variety of things,
> including XSLT. It is fast (esp 1.5 beta) and it has its own internal caching
> engine that makes it even faster. Also, it can cooperate with a number of
On Tuesday 25 September 2001 18:12, Edward wrote:
> On Tue, Sep 25, 2001 at 02:59:07PM +0200, Robin Berjon wrote:
> > With AxKit you can seamlessly serve XML transformed by a variety of
> > things, including XSLT. It is fast (esp 1.5 beta) and it has its own
> > internal caching engine that makes
Hello all,
I recently compiled ModPerl into Apache and added the following to my
httpd.conf:
SetHandler perl-script
PerlHandler Apache::Registry
Options ExecCGI
Modperl itself is working wonderfully...but there's one problem
ever since i installed it and began using it,
Content-Type: text
On Tue, 25 Sep 2001 19:50:34 -0400
"Matt Juszczak" <[EMAIL PROTECTED]> wrote:
>
> SetHandler perl-script
> PerlHandler Apache::Registry
> Options ExecCGI
>
>
> Modperl itself is working wonderfully...but there's one problem
> ever since i installed it and began using it,
> Content-Type: te
add the line shown write above your Files section. you have to
tell the browser the mime-type. apache will do this for you, as long
as you add the proper directive to do so.
Matt Juszczak wrote:
> Hello all,
>
> I recently compiled ModPerl into Apache and added the following to my
> httpd.conf
Hello all,
Long time no chat.
I've found what appears to be a problem in mod_perl --
I am using mod_perl 1.26 with Apache 1.3.20, on RH Linux 7.1 (kernel
2.4.3).
It appears that when I use (or STDIN->getline(), for that
matter) to read input from a POST that the input record separator is
not re