Re: Sticky Pages.

2002-01-02 Thread Stas Bekman
David LeBlanc wrote: > Have a strange problem using modPerl as follows: > > OS: Windows 2000 Professional > Webserver:Apache/1.3.22 (Win32) > mod_perl: mod_perl/1.26_01-dev > > mod_perl is loaded in the httpd.conf file (LoadModule perl_module > modules/mod_perl.so AddModule mo

Sticky Pages.

2002-01-02 Thread David LeBlanc
Have a strange problem using modPerl as follows: OS: Windows 2000 Professional Webserver: Apache/1.3.22 (Win32) mod_perl: mod_perl/1.26_01-dev mod_perl is loaded in the httpd.conf file (LoadModule perl_module modules/mod_perl.so AddModule mod_perl.c), and also appears in t

Re: Fw: Win32 modperl-2 binary

2002-01-02 Thread Ron Savage
Randy Disabling modperl affects -k. See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html > That's too bad ...:( There's probably some more work that > needs to be done in getting the service working right ... > By the way, if you disable modperl, does it work? After

Re: Fw: Win32 modperl-2 binary

2002-01-02 Thread Ron Savage
Randy Disabling modperl causes yet other strange behaviour. See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html > That's too bad ...:( There's probably some more work that > needs to be done in getting the service working right ... > By the way, if you disable modper

Fw: Win32 modperl-2 binary

2002-01-02 Thread Ron Savage
This too is a copy of a msg sent directly to Randy instead of the list. (Back to sleep). Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Original Message - From: "Ron Savage" <[EMAIL PROTECTED]> To: "Randy Kobes" <[EMAIL PROTECTED]> Sent: Thursday, January 03, 2002

Re: Fw: Win32 modperl-2 binary

2002-01-02 Thread Randy Kobes
On Thu, 3 Jan 2002, Ron Savage wrote: > This is a copy of a msg I just sent to Randy instead of the list. > > I'm sending it to the list so others, and the archiver, will see it. > > - Original Message - > > From: "Randy Kobes" <[EMAIL PROTECTED]> > > To: "Ron Savage" <[EMAIL PROTECTED]>

Fw: Win32 modperl-2 binary

2002-01-02 Thread Ron Savage
This is a copy of a msg I just sent to Randy instead of the list. I'm sending it to the list so others, and the archiver, will see it. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Original Message - From: "Ron Savage" <[EMAIL PROTECTED]> To: "Randy Kobes" <[EMAI

Re: Win32 modperl-2 binary

2002-01-02 Thread Randy Kobes
On Thu, 3 Jan 2002, Ron Savage wrote: > Folks > > Here's hoping I have not overlooked the obvious... > > What follows is a report on trying to use > ftp://theoryx5.uwinnipeg.ca/pub/other/Apache2.tar.gz > > -><8- > Environment > === > WinNT 4 Sp 6a > > File: D:\Apache2\manual\platf

Re: Win32 modperl-2 binary

2002-01-02 Thread Ron Savage
Folks Here's hoping I have not overlooked the obvious... What follows is a report on trying to use ftp://theoryx5.uwinnipeg.ca/pub/other/Apache2.tar.gz -><8- Environment === WinNT 4 Sp 6a File: D:\Apache2\manual\platform\windows.html ===

push_handlers, set_handlers

2002-01-02 Thread Stathy Touloumis
Apache 1.3.22 mod_perl 1.26 I have noticed some strange behavior when attempting to stack handlers below the 'ChildInit' phase. This code executes fine when placed in a server initialization script: Apache->push_handlers( PerlChildInitHandler=> \&My::Child::handler ); When using the code below i

[RFC] Apache::MIMEMapper

2002-01-02 Thread Geoffrey Young
hi all... hope everyone had a nice holiday. as you catch up on your email, I thought I would throw (yet another) RFC out there for anyone who is interested. Apache::MIMEMapper maps PerlHandlers to file extensions. It extends the default AddHandler directive so that you can have a configura

Win32 modperl-2 binary

2002-01-02 Thread Randy Kobes
Hi, An Apache-2/modperl-2 Win32 binary package is available at ftp://theoryx5.uwinnipeg.ca/pub/other/Apache2.tar.gz for those Win32 users who want a preview of things to come. This archive will unpack into an "Apache2" directory, underneath which is a "blib" subdirectory containing the ne

ANNOUNCE: Apache::Gallery 0.3

2002-01-02 Thread Michael Legart
Hello! Version 0.3 of Apache::Gallery has just hit the wires. Apache::Gallery creates a thumbnail index of each directory and allows viewing pictures in different resolutions. Pictures are resized on the fly and cached. Changes include: - Made Inline dir configurable. (Tim Coleman)

Re: Apache::Session getting DESTROYed in wrong order

2002-01-02 Thread Aaron E. Ross
Hi Ken, > refcount destruction. I've declared %session as a locally-scoped > variable, so it should evaporate before global destruction, unless it's > got circular data structures or something. Anyone know what might be > going on? Do you have a simple case we can test yet? Aaron

Re: Suggestions on an XML-RPC Service using modperl?

2002-01-02 Thread Jon Robison
As far as the cacheing goes, we have had extremely good luck with IPC::ShareLite used to share info across mod_perl processes. --Jon R. Chip Turner wrote: > > "Bruce W. Hoylman" <[EMAIL PROTECTED]> writes: > > > Ciao! > > > > I would like some input on an intranet web service I am currently in