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 65405 - 65434 of 67621   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
65405 Stas Bekman
stas@... Send Email
Jun 7, 2005
2:18 pm
... Great! William, can you please write a new entry for the troubleshooting chapter? With a full diagnosis and the solution? Really it should belong to the...
65406 John Ferrell
jferrell@... Send Email
Jun 7, 2005
4:50 pm
I am new to mod_perl. I am trying to test the PerlAccessHandler using the Apache::GateKeeper package. However I am having trouble with the dir_config()...
65407 Geoffrey Young
geoff@... Send Email
Jun 7, 2005
5:02 pm
... you need use Apache2::RequestUtil here see the manpages for Apache2::porting and ModPerl::MethodLookup for help finding missing packages when you know you...
65408 Torsten Foertsch
torsten.foertsch@... Send Email
Jun 7, 2005
5:03 pm
... use Apache2::RequestUtil (); and it should work. Torsten...
65409 Matt Hahnfeld
matth@... Send Email
Jun 7, 2005
8:07 pm
I was going through the filters documentation for mod_perl 2.0 here: http://perl.apache.org/docs/2.0/user/handlers/filters.html Under "All-in-one" filter,...
65410 Gokul P. Nair
gpnair78@... Send Email
Jun 7, 2005
9:07 pm
Thanks for the link Stas. I'm still stumped as what could be the problem though, because the version of perl i'm using i.e. v5.8.6 is statically linked as is ...
65411 Philippe M. Chiasson
gozer@... Send Email
Jun 7, 2005
9:30 pm
... Yes, it should have been. I've corrected the documentation. Thanks! ... Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 ...
65412 Stas Bekman
stas@... Send Email
Jun 7, 2005
11:30 pm
... In the future please always submit a proper bug report as explained here: http://perl.apache.org/bugs/ so we won't need to guess things. Thanks. ... You've...
65413 Stas Bekman
stas@... Send Email
Jun 8, 2005
12:03 am
[diarmuid, please don't forget to Reply-All and CC the list on your follow ups] ... You need to show a complete error message, not a part of it. It's possible ...
65414 Adam Kennedy
adam@... Send Email
Jun 8, 2005
4:45 am
Indeed. All that might be needed is a small... =head1 COMPATIBILITY Apache::DBI is compatible with both the mod_perl 1 and mod_perl 2 APIs. ... somewhere very...
65415 John Siracusa
siracusa@... Send Email
Jun 8, 2005
3:20 pm
Confusing subject, simple question: <Location /foo/bar> PerlSetVar MyRoot "/foo/bar"; SetHandler perl-script PerlHandler MyModule </Location> MyModule calls...
65416 Michael Peters
mpeters@... Send Email
Jun 8, 2005
3:22 pm
... I feel almost silly saying this, but did you look at $r->location? http://perl.apache.org/docs/1.0/api/Apache.html#_r_E_gt_location -- Michael Peters ...
65417 John Siracusa
siracusa@... Send Email
Jun 8, 2005
4:00 pm
... Duh, I'm an idiot. Thanks :) -John...
65418 Dorian Taylor
dorian@... Send Email
Jun 8, 2005
8:59 pm
... $r->location will also return whatever's in a LocationMatch, Directory and DirectoryMatch directive, should the scope of the request lay in one of those....
65419 Dorian Taylor
dorian@... Send Email
Jun 8, 2005
9:06 pm
http://search.cpan.org/~dorian/ - now with working tests. 0.03 should show up soon (forgot to remove the bit about ap_save_brigade in 0.02)...
65420 John Siracusa
siracusa@... Send Email
Jun 8, 2005
9:09 pm
... Thanks. I realize that, but I only need it to work specifically for plain old Location blocks. I have sanity checks to make sure it really is a prefix of...
65421 Nick Pietraniec
mlists@... Send Email
Jun 8, 2005
9:31 pm
Hello everyone, Hoping someone out has experienced this before. I've poured through archives and faqs but haven't seen any info on it. I just tried ...
65422 Joe Schaefer
joe+gmane@... Send Email
Jun 8, 2005
9:37 pm
... Hmm, have you considered removing the _filter sub and writing it as a closure instead? Here's some code that I've been using for that: use base...
65423 Tom Schindl
tomAtLinux@... Send Email
Jun 8, 2005
9:57 pm
... Hash: SHA1 Nick Pietraniec schrieb: [...] ... ~ ^^^ ... ~ ^^^ ... Does the lower letter of c: matter. I'm not using win32 which is ...
65424 Nick Pietraniec
mlists@... Send Email
Jun 8, 2005
10:00 pm
Not a bad idea, but I just gave it a shot and no luck....
65425 Dorian Taylor
dorian@... Send Email
Jun 8, 2005
10:06 pm
... i suppose i could do that. today is clean-my-modules-and-get-them-on-cpan day so perhaps later. ;) .d...
65426 Dorian Taylor
dorian@... Send Email
Jun 8, 2005
10:58 pm
so i'm working on one of my modules that works in both mod_perl 1 and 2, (custom config directives, conditional makefile processing, the whole nine) and i...
65427 Stas Bekman
stas@... Send Email
Jun 8, 2005
11:45 pm
... I suppose you need to run the first part of the test then reconfigure the server, restart it and run the second part. Torsten was working on such a feature...
65428 Nick Pietraniec
mlists@... Send Email
Jun 9, 2005
12:22 am
Turns out it was an error in the mod_perl.pl file I took "Can't load" to mean "Where&#39;s this file?" Where I should have taken it as "There&#39;s an error in this...
65429 Foo Ji-Haw
jhfoo@... Send Email
Jun 9, 2005
3:08 am
What is in your mod_perl.pl file? If there is any error returned during compilation of the script, you will get the error you got . Try running mod_perl.pl...
65430 Foo Ji-Haw
jhfoo@... Send Email
Jun 9, 2005
3:10 am
Yes. When it fails to compile, it returns exactly that 'Can't load...' message....
65431 Robert
sigzero@... Send Email
Jun 9, 2005
1:17 pm
"Nick Pietraniec" <mlists@...> wrote in message news:52d368ff0c8b4b6805605b1f9a266828@.... ... What was the problem? I have that error as...
65432 Dan Wilga
dwilga@... Send Email
Jun 9, 2005
6:03 pm
From time to time, I see posts to this list like the one quoted below. The problem is that, unless you already know what the module being announced is, the...
65433 Nick Pietraniec
mlists@... Send Email
Jun 9, 2005
6:13 pm
I had something like use Apache2 use Apache2::compat (); before, but I pasted directly what was in the tutorial (below) and it worked. As long as I'm shooting...
65434 Eric
ef@... Send Email
Jun 9, 2005
10:03 pm
Hi, I just wanted to mention this company I just found out about today. I have not heard of them before and happened to find them doing some googling. ...
Messages 65405 - 65434 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