... 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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
Oct 31, 2003 2:45 pm
... Hi! Can you set "ntlmdebug" = 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@...
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@...
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@...
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@...
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...
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@...
Nov 1, 2003 1:01 am
55216
Joe Schaefer
joe+apache@...
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...