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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 52238 - 52267 of 67621   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
52267 Frank Maas
frank.maas@... Send Email
Jun 3, 2003
7:37 pm
... Geoff, you might be the best person to ask and it might be a worthwhile extension to the mod_perl-documentation: why would one use this new book if (s)he...
52266 Ranga Nathan
kairanga@... Send Email
Jun 3, 2003
6:19 pm
... I have a mod_perl book but I am looking forward to one that includes mod_perl. I believe, corporate IT should take a serious look at using mod_perl. It is...
52265 Geoffrey Young
geoff@... Send Email
Jun 3, 2003
6:12 pm
well, the (long) wait is now over - "Practical mod_perl" is here. weighing in at a whopping 924 pages, "Practical mod_perl" really needs no introduction for...
52264 Perrin Harkins
perrin@... Send Email
Jun 3, 2003
5:58 pm
... The point is, it shouldn't work. You should not be getting a hash. What should work is this: my $session = defined $cookies->{'session&#39;} ? ...
52263 cap
thecap@... Send Email
Jun 3, 2003
5:07 pm
it works just fine in my app, and 'just fine' maybe all that i need. do you have a better solution, or are you just pointing out the error?...
52262 Slava Bizyayev
sbizyaye@... Send Email
Jun 3, 2003
4:47 pm
Sorry, I've just hit a wrong button... ... From: "Slava Bizyayev" <sbizyaye@...> To: "Scott Alexander" <mod_perl@...> Sent: Tuesday, June 03,...
52261 arunappa@... Send Email Jun 3, 2003
4:28 pm
... 1. Problem Description: apache crashes when accessing this modperl script: package Apache::hello; use strict; use Apache::RequestRec (); use...
52260 Haroon Rafique
haroon.rafique@... Send Email
Jun 3, 2003
3:31 pm
On Today at 12:03pm, SB=>Stas Bekman <stas@...> wrote: SB> SB> > In the case of 1.99_09, following happens after running "make test" SB> > SB> > [Mon...
52259 Perrin Harkins
perrin@... Send Email
Jun 3, 2003
2:14 pm
... What trouble are you having? ... That was 7 months ago. A lot has changed. Keep in mind, CGI.pm doesn't entirely work with mod_perl 1. It uses global...
52258 Ged Haywood
ged@... Send Email
Jun 3, 2003
1:11 pm
Hi there, ... You're nuts. I'd fire you. :) Just out of interest, which kernel are you using? ... Well *real* Linux users only code in C and assembler -...
52257 Henrique Pantarotto
henpate@... Send Email
Jun 3, 2003
12:28 pm
Hello! after being a long time away (over 4 years since my last post on this list), I started again with some development with mod_perl for this company that I...
52256 Alejandro Galue
agalue@... Send Email
Jun 3, 2003
12:03 pm
Hello, I'm using redhat 8.0 (mod_perl-1.99_05-3, httpd-2.0.40-11.3). I created a custom handler for http responses, and I get this error in httpd log: [Tue Jun...
52255 Jesse Erlbaum
jesse@... Send Email
Jun 3, 2003
11:51 am
Version 3.1 of CGI::Application is now available via CPAN! Download site for CGI::Application: http://search.cpan.org/dist/CGI-Application/ CHANGES SINCE...
52254 Beau E. Cox
beau@... Send Email
Jun 3, 2003
10:47 am
Hi - I'm working on an embedding project, and using mod_perl as a tutorial (OK, I'm sometimes blatantly stealing code :)). My tests on a WIN32 box (Win2K) are...
52253 Slava Bizyayev
sbizyaye@... Send Email
Jun 3, 2003
8:24 am
From: "Scott Alexander" <mod_perl@...> To: "Slava Bizyayev" <sbizyaye@...> Cc: <modperl@...> Sent: Tuesday, June 03, 2003 12:31 AM ...
52252 Scott Alexander
mod_perl@... Send Email
Jun 3, 2003
5:31 am
... Yes it does ... No it doesn't ... Okay now it works! So problem was in my httpd.conf file. Now I only have <Directory /usr/local/systems/work/> # AUTH ...
52251 Stas Bekman
stas@... Send Email
Jun 3, 2003
5:08 am
... That's a bogus code. Obviously you are running without warnings mode on. Add: use warnings; and you will see why it is bogus. Perhaps your cookie was...
52250 cap
thecap@... Send Email
Jun 3, 2003
4:39 am
Well, here's what I have to do to get direct access to values from the original cookie hash: my $cookies = Apache::Cookie->fetch; my %hash = defined...
52249 Stas Bekman
stas@... Send Email
Jun 3, 2003
2:03 am
... Right, the new feature was introduced in 1.99_09 ... I hate when this happens :( I remember seeing this problem at some point, but I wasn't able to...
52248 Stas Bekman
stas@... Send Email
Jun 3, 2003
2:00 am
... because it's a version for mod_perl 1. You should have used Apache2 to get the new module. See: ...
52247 Stas Bekman
stas@... Send Email
Jun 3, 2003
1:59 am
... CPAN is updated. But it's not indexed. It won't get indexed untill mod_perl 2.0 is released (that's _ is dropped from the distro name) and we aren't ready ...
52246 Stas Bekman
stas@... Send Email
Jun 3, 2003
1:56 am
... it should be either: find / -name Status.pm -print or find / -name "Status*" -print ... run 'make install' and see whether it gets installed. I think if...
52245 WC -Sx- Jones
lists@... Send Email
Jun 3, 2003
1:49 am
Ignore me - ... I found (something) at /usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris-thread-multi-64int/ Apache/Status.pm Now all I have to do is figure...
52244 WC -Sx- Jones
lists@... Send Email
Jun 3, 2003
1:45 am
... Shouldn't there be a warning about mod_perl2 and CPAN then? CPAN "definitely&quot; wants to download and install mod_perl1 -- even over a valid mod_perl2...
52243 WC -Sx- Jones
lists@... Send Email
Jun 3, 2003
1:36 am
... Yes, of course. :) My question: Was it not installed when I built mod_perl2 ? So, on my server I looked for Apache -- [ results edited to remove ../docs...
52242 Stas Bekman
stas@... Send Email
Jun 3, 2003
1:19 am
... Have you looked? http://perl.apache.org/dist/mod_perl-2.0-current/lib/Apache/Status.pm __________________________________________________________________ ...
52241 WC -Sx- Jones
lists@... Send Email
Jun 3, 2003
1:09 am
... You mean Apache::Status is in the mod_perl-1.99_09 build I downloaded ? ???/Sx ?...
52240 Stas Bekman
stas@... Send Email
Jun 3, 2003
12:30 am
... mod_perl-1.99_09 is not indexed by PAUSE, hence you can't see it. (because of _09). If you have installed it, you already have it. It's part of the distro....
52239 WC -Sx- Jones
lists@... Send Email
Jun 3, 2003
12:13 am
Please bear with me -- I have recently picked up Apache2 and now trying out mod_perl2 I see Apache::Status listed under the mod_perl2 docs - ...
52238 Stas Bekman
stas@... Send Email
Jun 3, 2003
12:00 am
... that's only a beginning of the report. Where is the rest? Why is it so hard to copy-n-paste the report? OK, I'll do that for you. ... Yeah, I need to...
Messages 52238 - 52267 of 67621   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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