Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

modperl · Perl module for Apache

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 54251 - 54280 of 67621   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
54251 Brian McCauley
nobull@... Send Email
Sep 1, 2003
9:34 am
... No. ... Yes. (I tried to explain this in Paris but I was in danger of causing you to miss lunch completely). local() and our() do two quite separate and...
54252 Xavier Noria
fxn@... Send Email
Sep 1, 2003
5:24 pm
I am trying to retrieve/create an Apache::Session object for a given user in the authentication phase, so the following handlers have them available via...
54253 James.Q.L
shijialeee@... Send Email
Sep 1, 2003
9:06 pm
i am experiencing a weird problem with the use of apache::session::mysql before i had three fields in table sessions : a_session,id,time in the DB. and...
54254 Perrin Harkins
perrin@... Send Email
Sep 2, 2003
2:03 am
... Can you tell us more about the problem is? What do you see when you take the session hash back out of pnotes? ... No need to involve Apache::Request just...
54255 Perrin Harkins
perrin@... Send Email
Sep 2, 2003
2:21 am
... Did you add code of your own to update the time column? ... Do you understand what Apache::Session does? It simply use Storable to turn the whole hash of...
54256 James.Q.L
shijialeee@... Send Email
Sep 2, 2003
4:13 am
... no. ... I read the doc of Apache::Session::Store::Mysql but there isn't much in it. and i tried first to have a 'time' field in the sessions table. and it...
54257 Anton Permyakov
anton.permyakov@... Send Email
Sep 2, 2003
4:32 am
... update the one in ... I guess 'time' field gets updated because of it is 'timestamp&#39; type, isn't it? MySQL has this type for automatically updated field...
54258 Perrin Harkins
perrin@... Send Email
Sep 2, 2003
4:36 am
... Maybe you added the time column as an automatic timestamp column? There is no time column in the schema described in the Apache::Session documentation. ...
54259 Xavier Noria
fxn@... Send Email
Sep 2, 2003
9:12 am
On Tuesday 02 September 2003 07:46, you wrote: (I am sorry I am not replying to the actual email, but to a forwarded copy from my desktop at home.) ... I have...
54260 Cory 'G' Watson
gphat@... Send Email
Sep 2, 2003
2:39 pm
Loggerithim is a package for monitoring, visualizing, and managing your systems using remote agents and a web interface. Changes in this version: Frontend: -...
54261 Tofu Optimist
tofu_optimist@... Send Email
Sep 2, 2003
3:46 pm
Hello -- I'm moving a module from MP1 to MP2. What is the MP2 equivalent of this code? Thanks! <code> my $q = Apache::Request->new($r, POST_MAX => 10 * 1024, ...
54262 Tofu Optimist
tofu_optimist@... Send Email
Sep 2, 2003
4:05 pm
Hello -- I'm moving a module from MP1 to MP2. What is the MP2 equivalent of this code? Thanks! <code> my $q = Apache::Request->new($r, POST_MAX => 10 * 1024, ...
54263 kfr
kirk.rogers@... Send Email
Sep 2, 2003
5:24 pm
Any one out there know of some way, either from java or SLL or some other combination, to collect any kind of machine specific information from a web client...
54264 Issac Goldstand
margol@... Send Email
Sep 2, 2003
5:34 pm
Right now Apache::Request is in the final proting stages... Until it's done, jjust request Apache::Request with CGI Issac ... From: "Tofu Optimist"...
54265 Perrin Harkins
perrin@... Send Email
Sep 2, 2003
5:36 pm
... Okay, then what is the problem that you're asking for help with here? ... Okay, but I was asking how you get it back from pnotes. ... Sorry, I don't...
54266 Stas Bekman
stas@... Send Email
Sep 2, 2003
6:22 pm
Brian McCauley wrote: [...] ... In effect you use local() to undef the variable, instead of explicitly initializing it. Why not doing this explictly? so...
54267 kfr
kirk.rogers@... Send Email
Sep 2, 2003
6:24 pm
Yes, sorry. I have a site that allows my customers to become members via monthly credit card subscription. The problem is we've been getting fraudulent...
54268 Tofu Optimist
tofu_optimist@... Send Email
Sep 2, 2003
6:33 pm
Hi folks -- I'm using MP2, and I am trying to avoid loading CGI for 2 reasons: (1) To save memory. (2) When I do load CGI, it fails at the "require Apache"...
54269 Stas Bekman
stas@... Send Email
Sep 2, 2003
6:57 pm
... $r->construct_url; From the C docs: /* Used for constructing self-referencing URLs, and things like SERVER_PORT, * and SERVER_NAME. */ /** * build a fully...
54270 Xavier Noria
fxn@... Send Email
Sep 2, 2003
7:06 pm
... I am sorry, I'll try to reword it. Let's assume a new user comes to the website. We set up a session for him and put the session id in a cookie to be sent...
54271 Perrin Harkins
perrin@... Send Email
Sep 2, 2003
7:08 pm
... Perhaps you could explain what you're trying to do? - Perrin -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info:...
54272 Perrin Harkins
perrin@... Send Email
Sep 2, 2003
7:09 pm
... Okay, that makes sense. Unfortunatey, there's no foolproof way that I'm aware of. To begin with, you can try using a cookie. This will stop anyone who...
54273 Tofu Optimist
tofu_optimist@... Send Email
Sep 2, 2003
7:13 pm
Thanks. How do I call construct_uri? Neither my $uri = APR::URI->parse($r->pool, $r->construct_url($r->pool, $r->uri, $r)); $uri .= "r2=1"; ...
54274 Stas Bekman
stas@... Send Email
Sep 2, 2003
7:20 pm
... You just call $r->construct_url. In your example that would be: $r->headers_out->set(Location => $r->construct_url . "&r2=1"); ...
54275 Stas Bekman
stas@... Send Email
Sep 2, 2003
7:32 pm
[please keep the thread on the list!] ... in mp2 you need to load modules that contain the methods that you want to use: % lookup construct_url To use method...
54276 Roger Davenport
rdavenport@... Send Email
Sep 2, 2003
7:57 pm
Apologies.. yes, this was meant for the list!! Roger...
54277 Tofu Optimist
tofu_optimist@... Send Email
Sep 2, 2003
8:05 pm
I would like to append a small line of log information to a file on certain apache2 requests. For this application, I am very concerned about speed, so i'm ...
54278 Stas Bekman
stas@... Send Email
Sep 2, 2003
8:17 pm
... You may want to spend some time with the mp2 docs first. http://perl.apache.org/docs/2.0/user/ Your particular question is answered at these locations: ...
54279 Geoffrey Young
geoff@... Send Email
Sep 2, 2003
10:58 pm
... if speed is the concern, just stick to apache's native logging mechanism. see recipe 16.5, "Conditional Logging" in the mod_perl developer's cookbook: ...
54280 e-mol Development Team
modperl@... Send Email
Sep 3, 2003
12:51 pm
Messages 54251 - 54280 of 67621   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help