I am using a module that wants to tie to the Apache::RequestRec The following code works in mod_perl/1.99_12 but does not seem to work in mod_perl/1.999.21 - I...
63175
Nick ***
doink123@...
Feb 2, 2005 7:06 pm
... What is 'r14921839;? I used the latest svn snapshot from today and it wasn't working. ... http://gbg.bg/search - Èçïðîáâàéòå îùå ñåãà...
63174
Perrin Harkins
perrin@...
Feb 2, 2005 5:40 pm
... There's no need for you to use Storable. Apache::Session does it already. Just put your objects in the session. ... You can. ... Okay, so what's not...
63173
Jonathan Vanasco
jvanasco@...
Feb 2, 2005 5:27 pm
... I never thought of using storable. I haven't actually done much work w/cookies and perl before I thought i could just place an object in the tied session...
63172
Martin Moss
martin_moss@...
Feb 2, 2005 4:42 pm
I tried ->handler in my configs, made no difference. I was doing a 'require39; in a startup script if that makes any difference. Haven't seen this issue with ...
63171
Martin Moss
martin_moss@...
Feb 2, 2005 4:37 pm
I've seen this problem and never got to the bottom of it, on a redhat box with 5.8.3 (I think) and same apache and mod_perl, Marty ... ...
63170
ds10025@...
Feb 2, 2005 4:06 pm
I maybe missing something here. I try to rpmbuild authen-smb.0.90.src.rpm That fails to generate rpm file. I did try to re-recompile authen-smb.0.91.tar.gz It...
63169
Geoffrey Young
geoff@...
Feb 2, 2005 3:41 pm
... and for those that don't go and read the links, while the above form isn't valid you should be able to use this instead. $r->push_handlers( ...
63168
Geoffrey Young
geoff@...
Feb 2, 2005 3:37 pm
... sorry, no - you can't currently push a method handler like that. see the * method handler cached-CVs entry in the STATUS file that ships with mod_perl-1.0...
63167
Andrew Green
andrew@...
Feb 2, 2005 3:27 pm
... I'll give that a go and see. Is the following also kosher, then? $r->push_handlers( PerlCleanupHandler => MyApp::MyInstall::Cleaner->handler ); ... Yes, I...
63166
Geoffrey Young
geoff@...
Feb 2, 2005 3:12 pm
... make that PerlTransHandler MyApp::MyInstall::Dispatcher->handler and see if that helps. you should also be preloading via PerlModule...
63165
Andrew Green
andrew@...
Feb 2, 2005 2:55 pm
Hi, I seem to have a bizarre problem with method handlers on my setup. I have a set of different handlers, all of which are method handlers so that I can...
63164
Tulan W. Hu
twhu@...
Feb 2, 2005 1:59 pm
1) Don't worry about the t/TEST -verbose t/apr/util.t anymore. The problem went away after I removed all RC4 and rebuilt it. don't really know what had...
63163
Stas Bekman
stas@...
Feb 2, 2005 1:20 pm
Randy Kobes wrote: [...] ... I think yes. I'm sure you have a patch already :) -- __________________________________________________________________ Stas...
63162
Roman VaÅ¡ÃÄek
rv@...
Feb 2, 2005 12:41 pm
Probably wrong/broken installation of Authen::Smb. Valid_User is defined in file smbval/valid.c which is part of Authen::Smb distribution. Try to ...
63161
ds10025@...
Feb 2, 2005 12:33 pm
Morning I'm trying to run Authen:Smb After spending some time debugging, it returns an error can not locate valid_user.al valid_user() is a function call from...
63160
Henrik Steffen
steffen@...
Feb 2, 2005 10:29 am
Hello, I wonder if someone could possible help me with an issue regarding Tie::RDBM. I am using it on a mod_perl 2.0 enabled website with apache 2.0.51 with...
63159
Perrin Harkins
perrin@...
Feb 2, 2005 5:29 am
... Yes, you put any object in Apache::Session as long as it can be handled by Storable. You'll need to tell us what you tried and what didn't work about it...
63158
David J Radunz
david.radunz@...
Feb 2, 2005 5:02 am
... Have you tried to freeze your object and then thaw it on retrieve? perl -MCPAN -e install Storable perldoc Storable ... This email and any files...
63157
Randy Kobes
randy@...
Feb 2, 2005 4:53 am
... That's right, Stas - on Win32, C:\> set foo=bar C:\> perl -le "print $ENV{FOO}" prints "bar". ... There is a difference in this respect between mp1 and...
63156
jonathan vanasco
jvanasco@...
Feb 2, 2005 4:53 am
slightly OT, but i'm doing this in mod_perl! server Apache/2.0.52 (Unix) mod_perl/1.99_16 Perl/v5.8.1 use use Apache::Cookie; use Apache::Request (); use...
63155
Stas Bekman
stas@...
Feb 2, 2005 4:04 am
... wow! I won't mind having one of those warming my room on the cold nights :) ... [....] ... but it gets checked every 10 requests per process! So if you...
63154
Stas Bekman
stas@...
Feb 2, 2005 3:52 am
... That's probably due to the differences of how perl and Apache interpret environ on win32. mod_perl really calls perl's funcs to get the env. I'm sure if...
63153
Stas Bekman
stas@...
Feb 2, 2005 3:43 am
... No, no, none of the tests require that. ... So for some reason one of the AAA phases fail. Please apply this patch, run: t/TEST -clean t/TEST -verbose...
63152
shawn
shawn@...
Feb 2, 2005 3:41 am
Hi, I am sure this is a simple question but I just can't seem to find any documentation that can tell me exactly what is wrong. The current box I am running my...
63151
colin_e
colin_e@...
Feb 1, 2005 10:31 pm
Geoff, I ran into some weirdness in this area (on a Win XP machine running Apache 2.0.52) that seemed to be related to using lowercase environment variable...
63150
Rob Mueller
robm@...
Feb 1, 2005 10:06 pm
I'm surprised nobody has mentioned this yet on the list, but one approach I'd recommend is going to 2 separate apache servers. A light frontend one that does...
63149
Philippe M. Chiasson
gozer@...
Feb 1, 2005 9:13 pm
... There was someone with a similar problem just a while ago: http://gossamer-threads.com/lists/modperl/modperl/77721 I believe it is relevant to your...
63148
Geoffrey Young
geoff@...
Feb 1, 2005 7:02 pm
... in addition to what philippe said, Apache::Clean for mp2 should prove as a good example for you to follow: ...
63147
Philippe M. Chiasson
gozer@...
Feb 1, 2005 6:50 pm
... $r->content_type should tell you that. http://perl.apache.org/docs/2.0/api/Apache/RequestRec.html#C_content_type_ ... Yes, certainly a good idea not to do...