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 58719 - 58748 of 67621   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
58748 David Wheeler
david@... Send Email
May 4, 2004
4:00 pm
It is with great pleasure that the Bricolage development team announces the release of Bricolage 1.8.0. The culmination of over 15 months in development, with...
58747 John Wittkoski
johnwittkoski@... Send Email
May 4, 2004
2:34 pm
... Nope, I'm talking about the table itself (via subprocess_env), which is why I am confused. ... Understood. :-) Thanks for the code, I'll keep working on it...
58746 Aaron Ross
aross@... Send Email
May 4, 2004
1:19 pm
Hi Andrew, ... Well, where is it? Also, what versions of various things are you running? And when you say "hang indefinitely"... what do you mean? Aaron -- ...
58745 Geoffrey Young
geoff@... Send Email
May 4, 2004
12:45 pm
... try http://marc.theaimsgroup.com/?l=apache-modperl&m=105978462618590&w=2 which notes that a pre-release of 3.05 supports mp2 and is available from here: ...
58744 Brad Bowman
list@... Send Email
May 4, 2004
7:15 am
Hello, I've had problems with <Perl> sections causing leaks with graceful restart, at least with some versions/setups of mod_perl. I thought the problem should...
58743 Andrew Waegel
andrew@... Send Email
May 4, 2004
5:31 am
Hello, Andrew Waegel here, popping over from the HTML::Mason list with a request for help. I've reached the limit of my debugging ability and am now looking...
58742 Geoffrey Young
geoff@... Send Email
May 4, 2004
12:03 am
... indeed. ... that's not right. however, I can't reproduce this with the attached minimal test case. see ...
58741 JupiterHost.Net
mlists@... Send Email
May 3, 2004
10:25 pm
... cool, gotcha ... That's it exactly :) If .pl run as regular scripts under suexec they'll be run as 'foo' instead of 'nobody&#39; but any mod_perl scripts will...
58740 Fred Moyer
fred@... Send Email
May 3, 2004
10:22 pm
... I followed the threads to http://marc.theaimsgroup.com/?l=apache-modperl&m=105264164428847&w=2 Most of this I got working. ... Aha, the missing piece....
58739 Geoffrey Young
geoff@... Send Email
May 3, 2004
10:13 pm
... I believe this module has been ported to mp2 already. you might want to check the archives so you don't end up doing more work than you need. ... you need...
58738 Fred Moyer
fred@... Send Email
May 3, 2004
10:06 pm
Greetings, Is there an mp2 implementation of $r->auth_name? I'm working with Apache::AuthCookie in a native mp2 environment and am getting an error message...
58737 Perrin Harkins
perrin@... Send Email
May 3, 2004
9:56 pm
... If that's who your server runs as, then yes. The "nobody" user has the same privileges as any other user the systems I'm familiar with. That user...
58736 John Wittkoski
johnwittkoski@... Send Email
May 3, 2004
9:33 pm
Greetings all, So I've been trying to find an answer to this in both the archives and in the available mod_perl books, but I have not had any luck, so I was ...
58735 JupiterHost.Net
mlists@... Send Email
May 3, 2004
9:27 pm
Thanks for your input! I really appreciate it! ... So if I did it the .mpl way then /usr/foo/bar.mpl and /usr/foo/baz.mpl will run as nobody (IE untrusted user...
58734 Stas Bekman
stas@... Send Email
May 3, 2004
8:36 pm
... I guess something like: <FilesMatch "*.(js|css)"> SetHandler => "default-handler", </FilesMatch> You should read the Apache docs. It's not really a...
58733 Udlei Nattis
maillist@... Send Email
May 3, 2004
8:15 pm
Thanks Stas, That is my problem, subdirectoy is ok now but in directory index problem persist exists for example: # Modulo home default $Location{"/"} = { ...
58732 Stas Bekman
stas@... Send Email
May 3, 2004
7:52 pm
... Let's see whether I understood you correctly. You want to have Shop::Web::Shop::home to handle everything but a few other resources, for which you want to...
58731 Stas Bekman
stas@... Send Email
May 3, 2004
7:42 pm
... Good point, Glenn. But it's actually not the style: &$func() and $func->() are the same strictness-checking-wise. but the coderef vs. eval "string" that...
58730 Shannon Eric Peevey
speeves@... Send Email
May 3, 2004
7:40 pm
The uploaded file Apache-AuthNetLDAP-0.29.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SP/SPEEVES/Apache-AuthNetLDAP-0.29.tar.gz size: 6952 bytes md5:...
58729 Udlei Nattis
maillist@... Send Email
May 3, 2004
7:17 pm
Hi, I have problem to set default handler when enter in my website httpd.conf: $Location{"/"} = { SetHandler => "perl-script&quot;, PerlHandler =>...
58728 Dave Boodman
dave@... Send Email
May 3, 2004
7:10 pm
OK, here's some code: # systems my @statuses; my (@systems) = Lib::Systems->search( cid => $cid ); unless (@systems) { $self->model->log(&#39;debug&#39;, "systems for...
58727 Glenn
gs-lists-modperl@... Send Email
May 3, 2004
7:10 pm
... As Stas mentioned previously, you should be using coderefs: $func->() instead of eval() with &$func(). If you use eval () with &$func(), then I think you...
58726 Perrin Harkins
perrin@... Send Email
May 3, 2004
6:30 pm
... This is a little too much code to look at without any direction. The best thing to do would be to remove as much code as possible to get things down to...
58725 Perrin Harkins
perrin@... Send Email
May 3, 2004
5:54 pm
... This is a solved problem. Either fork or use a queue. Randal has a column that shows the forking technique well: ...
58724 Stas Bekman
stas@... Send Email
May 3, 2004
5:34 pm
Arnaud Blancher wrote: [...] ... But in this case, it disables strict refs only for a very small scope! It doesn't affect anything else, so you perfectly fine....
58723 dreamwvr@... Send Email May 3, 2004
5:24 pm
Hi, I have a handler that currently simply authenticates a user. Then once they are authenticated they are able to run a specific program with diff args living...
58722 Arnaud Blancher
Arnaud.Blancher@... Send Email
May 3, 2004
5:20 pm
... yes, it's work. i'don't realy like this solution, just because i always try to use 'use strict' to avoid problem with mod_perl !!!! so, could you tell me...
58721 Stas Bekman
stas@... Send Email
May 3, 2004
5:08 pm
... You can do that only in the Connection level filter, Request level filter is too late. ... ^^^^ That's headers *out* (==response), you want headers_in. I...
58720 Stas Bekman
stas@... Send Email
May 3, 2004
4:58 pm
... Please run these in the verbose mode and only then please post here the output of the run and error_log, inlined (not attached, so we can comment on it). ...
58719 Stas Bekman
stas@... Send Email
May 3, 2004
4:51 pm
... So you have a bunch of these errors: /usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'modperl_bucket_sv_create' in Is nm(1) working on your platform? If...
Messages 58719 - 58748 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