Re: Apache::UploadMeter

2003-07-23 Thread Sven
I had some problems with my server-configuration (httpd.conf) but now it works perfect. Thanks to Issac for the fast help and the cool module. Hope this gets you started, Issac

Apache::UploadMeter

2003-07-22 Thread Sven
Hi there, I want to use the Apache-UploadMeter. I set my configuration to: -use

Re: Apache::UploadMeter

2003-07-22 Thread Sven
Thanks - I´ll try it and send response. I´ve read all readme-files and the build-in manual but I did´nt find something about that I have to use instance()... - Original Message - From: Issac Goldstand [EMAIL PROTECTED] To: Sven [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, July

Re: Best compression for mod_perl application?

2003-07-01 Thread Sven Geisler
/vnd.visio DeflateTypesapplication/x-javascript # pdf does no work # DeflateTypesapplication/pdf /IfModule I hope that helps you. Regards, Sven. Am Die, 2003-07-01 um 17.02 schrieb Slava Bizyayev: Apache::Dynagzip is not supposed to work on Apache-2

Re: Best compression for mod_perl application?

2003-07-01 Thread Sven Geisler
This is one of the source I had in mind. Well done Slava. BTW. Do you consider the latest version of mod_deflate? Regardsm Sven. Am Die, 2003-07-01 um 18.12 schrieb Slava Bizyayev: And how about http://devl4.outlook.net/devdoc/FAQ/compression.html for Apache 1.3.27? ;-) Slava

Re: Upgrading to perl 5.8.0 (newbie question)

2003-02-24 Thread Sven Geisler
Hi, mod_perl 1.27 is the latest stable version of mod_perl 1. You're fine. Regards, Sven. Am Mon, 2003-02-24 um 12.24 schrieb Gazi, Nasser (London): Hi, I have a server which has the following pre-installed on it: Apache/1.3.27 mod_perl/1.27 Perl/5.6.1 If I upgrade to Perl/5.8.0

Re: array through pages

2003-01-13 Thread Sven Geisler
Hi koudjo, easy: use Storable qw(freeze thaw); use MIME::Base64 qw(encode_base64 decode_base64); # to encode use: $pass_throw_var = encode_base64(freeze(\@your_array)); ... # to decode use: $your_array_ref = thaw(decode_base64($pass_throw_var)); Regards Sven. Am Mon, 2003-01-13 um 10.26

Re: pre-spawning database connections[newbie]

2003-01-13 Thread Sven Geisler
DBI-connect. Each sub process will get it's own connections. Regards Sven. Am Mon, 2003-01-13 um 13.08 schrieb Ben Wrigley: Hi All, I'm a mod_perl newbie and just trying to understand a little more about the startup.pl files and prespawning databases. I am using the connect_on_init

Re: cookies and IE

2002-10-02 Thread Sven Geisler
Hi Alan, I guess your mistake is to send the refresh header as http header. You should use a meta tag in html or redirect in http. Sven. On Tue, 1 Oct 2002, Alan wrote: Hi folks... I'm having a bit of a weird problem with Apache::Cookie and IE. I'm setting a cookie and then doing

apache mod_perl compiled with gcc 3.1 or Intel C/C++?

2002-08-14 Thread Sven Geisler
Hi, has someone experiences in gcc 3.1 or Intel C/C++ compiler for apache, perl mod_perl on a production system with P4/XEON RedHat. At this time I use gcc 2.96. I heard with gcc 2.96 the code optimization for P4/XEON is not good. Any ideas? Sven. -- Sven Geisler

modperl compile problems!

2002-04-03 Thread Sven Sternberger
/apache_1.3.24/src' make[1]: *** [build-std] Error 2 make[1]: Leaving directory `/data/INSTALL/APACHE/apache_1.3.24' make: *** [build] Error 2 -- Sven Sternberger Tel.: +49 (0) 40 8998 4397 Desy

RE: modperl compile problems!

2002-04-03 Thread Sven Sternberger
Message- From: Randy Kobes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 9:30 AM To: Sven Sternberger Cc: [EMAIL PROTECTED] Subject: Re: modperl compile problems! On 3 Apr 2002, Sven Sternberger wrote: Hello! i try to build a apache with mod_perl and ActiveState Perl