Re: RTF/MSword Generation from PERL

2003-09-17 Thread Stas Bekman
Philip M. Gollucci wrote: Hi All, I have an online FAQ. Running under IIS 5.0/Win2k/PerlEx with ActiveState Perl 5.6.1 ... sorry can't run 5.8.0 yet The answers to the FAQ questions contain "jpegs, bmps, and gifs" Philip, frankly I fail to see anything in your request that has to do with mod

RTF/MSword Generation from PERL

2003-09-17 Thread Philip M. Gollucci
Hi All, I have an online FAQ. Running under IIS 5.0/Win2k/PerlEx with ActiveState Perl 5.6.1 ... sorry can't run 5.8.0 yet The answers to the FAQ questions contain "jpegs, bmps, and gifs" I'd like to repeatably generate RTF/MSWord 97 files from XHTML1.0 Transitional webpages 1 per FAQ (web

Re: Sleeping sessions

2003-09-17 Thread Stas Bekman
Ged Haywood wrote: [...] but at the moment all httpd session freezing in memory and turning to sleeping, 30-40 min and server is overloaded. You must send more information. Read the documentation on the mod_perl site to find out what you need to send. Ouch, that's a lot to read ;) It's better to

Re: AIX perfomance

2003-09-17 Thread William McCabe
Hi Ged, On 9/12/03 at 4:12 PM, [EMAIL PROTECTED] (Ged Haywood) wrote: > > Roughly what hardware setups do you generally work with, and what > differences are notable between Linux and AIX when running mod_perl > servers? (If that's not too long a piece of string to measure:). > Are there situat

Re: upgrading to apache 2

2003-09-17 Thread Ged Haywood
Hello there, On Wed, 17 Sep 2003, Malka Cymbalista wrote: > I am currently running apache 1.3.26 with mod_perl 1.36 and Perl > 5.6.1 on my web server which is a Sun Solaris machine ... > I would like to install Apache 2, mod_perl 2, and Perl 5.8. While Apache version 2 is stable, mod_perl versio

upgrading to apache 2

2003-09-17 Thread Malka Cymbalista
I am currently running apache 1.3.26 with mod_perl 1.36 and Perl 5.6.1 on my web server which is a Sun Solaris machine running Solaris 7. We have just bought a new Sun machine for our web server and I will be installing Solaris 9. I figure that now is a good time to upgrade my software. I wou

Re: Summary: identifiying unique users

2003-09-17 Thread Patrick Mulvany
On Wed, Sep 17, 2003 at 08:39:58AM +0200, Frank Maas wrote: > Ged wrote: > >>> How to avoid multiple logins? > >>> > >>> The short answer is: you can't. > > > > Sure you can. Charge $10 per login. > > I don't want to clobber the list with non-technical trivia, but > even when you charge money,

Re: Sleeping sessions

2003-09-17 Thread Ged Haywood
Hi there, On Wed, 17 Sep 2003, Andrey A. Kudrin wrote: > I've compiled apache 1.3.28 + mod_perl 1.28 + mod_ssl 2.8.15. > Before that all was ok, Before what? Before mod_ssl? Try it without. Have you checked in the documentation that the version of mod_ssl is suitable for your purposes? > but

Sleeping sessions

2003-09-17 Thread Andrey A. Kudrin
Hello modperl, I need help. I've compiled apache 1.3.28 + mod_perl 1.28 + mod_ssl 2.8.15. Before that all was ok, but at the moment all httpd session freezing in memory and turning to sleeping, 30-40 min and server is overloaded. I use PerlRun instead of Apache::Registry. Any ideas?