CPAN and libapreq

2001-09-25 Thread Greg Cope
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/.

Re: CPAN and libapreq

2001-09-25 Thread Stas Bekman
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

[DIGEST] mod_perl digest 2001/09/22

2001-09-25 Thread Geoffrey Young
-- mod_perl digest September 9, 2001 - September 22, 2001 -- Recent happenings in the mod_perl world... Features

Re: best way to handle my-website-configuration.xml?

2001-09-25 Thread Edward
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

Re: best way to handle my-website-configuration.xml?

2001-09-25 Thread Robin Berjon
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

Problem with Content-Type

2001-09-25 Thread Matt Juszczak
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

Re: Problem with Content-Type

2001-09-25 Thread Tatsuhiko Miyagawa
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

Re: Problem with Content-Type

2001-09-25 Thread ___cliff rayman___
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

method POST, STDIN, input record separator

2001-09-25 Thread David Pisoni
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