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 55187 - 55216 of 67621   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
55187 Jacob Fugal
jacob@... Send Email
Oct 30, 2003
4:00 pm
... Except these (the ones you describe) are the errors that *do* get correctly passed to the virtual host's error log via the ErrorLog directive. The ones...
55188 Mark Peterson
xmap7869@... Send Email
Oct 30, 2003
4:13 pm
I need to be able to have users hit URL:siteABC.co.com and get redirected to URL:siteXYZ.co.com but not change the URL that the users sees. ABC and XYZ are ...
55189 Nigel Hamilton
nigel@... Send Email
Oct 30, 2003
4:20 pm
HI Mark, Check out mod_rewrite ... you can create a rewrite rule to forward the request to the server you want. You can set this up to do load balancing...
55190 John Day
johnday@... Send Email
Oct 30, 2003
4:23 pm
In my never ending search for more elegant looking and self-documenting code I decided to try out the Switch module. In the following fragment of code: ...
55191 Geoffrey Young
geoff@... Send Email
Oct 30, 2003
4:36 pm
... Switch uses source filters, which probably doesn't work well with the way Registry wraps scripts up into handler() subs. without getting too far into...
55192 Steve Hay
steve.hay@... Send Email
Oct 30, 2003
4:44 pm
... Indeed. I've tried and failed to get source code filters working under Apache::Registry in the past, and I tried it again only recently with the same...
55193 Shannon Eric Peevey
speeves@... Send Email
Oct 30, 2003
5:22 pm
... Subject: AuthenNTLM and slow web server Date: Thu, 30 Oct 2003 17:59:49 +0100 From: Stefano Ciancio <s.ciancio@...> Organization: Italia On...
55194 Mark Hawkes
hawkesm@... Send Email
Oct 30, 2003
5:38 pm
... I've sometimes faked a switch statement like this... SWITCH: { $foo eq 'r' && do { # read stuff last SWITCH; }; $foo eq 'w' && do { # write stuff last...
55195 Scott Beuker
scott.beuker@... Send Email
Oct 30, 2003
5:46 pm
Hi, Appologies if this is to the wrong list, I thought I'd start here to see if I'm doing something wrong first, and then move to the dev list if I can't...
55196 Perrin Harkins
perrin@... Send Email
Oct 30, 2003
6:00 pm
... That's a good approach, and there are more examples in perlfaq7: http://perldoc.com/perl5.8.0/pod/perlfaq7.html#How-do-I-create-a-switch-or-case-statement-...
55197 Stas Bekman
stas@... Send Email
Oct 30, 2003
6:06 pm
... This list is just as good as the dev list. So you are in the right place. ... What CGI.pm version are you using? Make sure you use the latest one. ...
55198 Geoffrey Young
geoff@... Send Email
Oct 30, 2003
6:07 pm
... thanks for the report. can you let us know specifically the version of CGI.pm you were using. also, please try with the latest CGI.pm from CPAN and see if...
55199 Scott Beuker
scott.beuker@... Send Email
Oct 30, 2003
8:30 pm
Hi Geoff, ... I was using 2.25, but at this point I have upgraded to the latest (3.00) at your advice but to no avail. ... run(); # That's it for the main...
55200 Scott Beuker
scott.beuker@... Send Email
Oct 30, 2003
10:41 pm
... A little extra information that may help to narrow it down; I sniffed the HTTP sessions to the server and got a copy of the headers in each of a working...
55201 Kyle Dawkins
kyle@... Send Email
Oct 30, 2003
11:11 pm
Scott et al. ... Cool... exactly the same thing happened to me, except that it wasn't when I switched from mp1 to mp2 (which I haven't done), it was when I...
55202 Stas Bekman
stas@... Send Email
Oct 30, 2003
11:32 pm
There are two things I'd suggest to try: 1) pass $r to CGI->new($r), in which case it won't rely on the global Apache->request. And you can switch then to...
55203 Geoffrey Young
geoff@... Send Email
Oct 30, 2003
11:49 pm
... yike, that's not a good sign. unfortunately, it also limits our ability to help. we can only do so much investigation when we can't reproduce an issue -...
55204 Geoffrey Young
geoff@... Send Email
Oct 30, 2003
11:59 pm
... eeck, a release candidate on a major os? unbelievable. ... that's not good. mp1 and CGI.pm have been friends for a long time, so I wouldn't have expected...
55205 Geoffrey Young
geoff@... Send Email
Oct 31, 2003
12:28 am
... kyle's post got me thinking. it would be interesting to see the output of this along with those traces. this is against CGI.pm 3.00. untested, but you...
55206 Cees Hek
cees@... Send Email
Oct 31, 2003
5:18 am
I was getting segfaults with mod_perl2 (1.99_10 on 2.0.48) on my development box today. After a lot of searching, it turns out it was because of a problem...
55207 Stas Bekman
stas@... Send Email
Oct 31, 2003
7:15 am
... Are you sure that both libtime-piece-perl and modperl were compiled with that same perl. is it possible that libtime-piece-perl was compiled against 5.8.0?...
55208 Shannon Eric Peevey
speeves@... Send Email
Oct 31, 2003
2:45 pm
... Hi! Can you set "ntlmdebug&quot; = 2 and send me the sections of the error_log that you are talking about? thanks, speeves cws BTW, did you have this working...
55209 Cees Hek
cees@... Send Email
Oct 31, 2003
3:28 pm
... Since it was a debian package, I am not sure which perl it was compiled against, but you are probably right. I figured it was a debian problem, but I was ...
55210 Scott Beuker
scott.beuker@... Send Email
Oct 31, 2003
6:08 pm
... I tried this first, no luck. ... I did this, and the result is interesting to me. First, as a side note, when I put 'PerlTrace o' in the httpd.conf right...
55211 Scott Beuker
scott.beuker@... Send Email
Oct 31, 2003
6:17 pm
... When I tried your patch as is, I got the following error: *** reading POST data: CGI/usr/lib/perl5/5.8.0/CGI.pm518 at (eval 18) line 8. [Fri Oct 31...
55212 Brian McCauley
B.A.McCauley@... Send Email
Oct 31, 2003
7:57 pm
... Here's a _very_ rough first cut at perl_reference.pod. I haven't even proof-read it yet so it's probably got spelling a and grammar errors but I just want...
55213 Stas Bekman
stas@... Send Email
Oct 31, 2003
9:59 pm
... +++ CGI.pm 2003-10-31 13:58:28.000000000 -0800 @@ -515,8 +515,15 @@ } if ($meth eq 'POST') { -...
55214 Scott Beuker
scott.beuker@... Send Email
Nov 1, 2003
12:06 am
Stas, The patch seems to work based on one previously affected client! However, it's evening here and everyone has gone home. I'll unfortunately need to wait ...
55215 Hulya Gurer
hulya.gurer@... Send Email
Nov 1, 2003
1:01 am
55216 Joe Schaefer
joe+apache@... Send Email
Nov 1, 2003
2:41 am
... Great! What operating system and perl version are you running? ... The patch is correct. The problem is that the apreq-dev folks don't know if it works...
Messages 55187 - 55216 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