Re: [mp2] [MDL] setting cookies without Apache::Request

2003-12-31 Thread Stas Bekman
Geoffrey Young wrote: Curtis Jewell wrote: Thanks! CGI::Cookie should work just fine. (I can't precalculate the cookies, I have 200 usernames that could be used.) :) (You're right. Turns out the test machine was 2.0.40 (a RH9 machine) and that's why I couldn't use it. But they would like me to

Re: extending HTTP 1.1

2003-12-31 Thread Stas Bekman
Jan Algermissen wrote: Hi, I am working on an implementation of a notification system based on HTTP and I need to write a mod_perl-based Apache module that handles the (non-HTTP1.1 MONITOR method). I started using the URI translation phase which works fine, but since I need support for virtual hos

Re: what should provide ModPerl/MM.pm ?

2003-12-31 Thread Stas Bekman
Geoffrey Young wrote: Pierfrancesco Caci wrote: Hello, I'm trying to use bug-mp2, but I get this error and I don't know where to find the missing file: [EMAIL PROTECTED]:/var/www/bug-mp2 # perl Makefile.PL -apxs /usr/bin/apxs Can't locate ModPerl/MM.pm in @INC (@INC contains: /etc/perl /usr/local

Re: [MP2] Storable/Cache trobles with MM worker?

2003-12-31 Thread Stas Bekman
Raul Dias wrote: Hi, I just switch my apache to use the worker MM. I have a filter which uses Cache::SharedMemoryCache to share data between process (and hopefully threads now). A simple example is this: --- use Cache::SharedMemoryCache; $cache = new Cache::SharedMemoryCache( {

Re: Installation Help

2003-12-31 Thread Stas Bekman
I have installed Mandrake 9.1, and in the installation I asked it to also install Apache 2, mod_perl, mysql. [...] 5.8.0/i386-linux-thread-multi/Apache2/Apache that does not contain an Registry module. See: http://perl.apache.org/docs/2.0/user/porting/compat.html#C_Apache__Registry___C_Apache__Pe

Re: [mp1] signal handler for USR2 in startup.pl doesn't work

2003-12-31 Thread Torsten Foertsch
On Tuesday 30 December 2003 22:35, Gary Denslow wrote: > anyway, the signal handler is working on solaris. my problem is that on my > linux setup the signal handler is being completely ignored. i send a USR2 > to the root httpd process and the signal handler is not executed at all... I think you