Hi All, I have 3 virtual hosts for my web server 1 - VIP of the load balancer (a.a.a.com) 2 - external IP (public internet) for the server (b.b.b.com) 3-...
cincin104
kal.kattamuri@...
Mar 5, 2003 11:17 pm
1092
Hello all, Does somebody know why sometimes I get Session_OnEnd event 2 times for the same SessionID? I use: Apache/2.0.44 (Unix) mod_perl/1.99_08 Perl/v5.8.0...
Oleg Kobyakovskiy
ok@...
Mar 10, 2003 2:46 pm
1093
Hello all, Does somebody know why sometimes I get Session_OnEnd event 2 times for the same SessionID? I use: Apache/2.0.44 (Unix) mod_perl/1.99_08 Perl/v5.8.0...
Oleg Kobyakovskiy
ok@...
Mar 10, 2003 3:13 pm
1094
Hello all, Does somebody know why sometimes I get Session_OnEnd event 2 times for the same SessionID? I use: Apache/2.0.44 (Unix) mod_perl/1.99_08 Perl/v5.8.0...
Oleg Kobyakovskiy
ok@...
Mar 10, 2003 7:54 pm
1095
... If StateDir is not on a network file system that supports flock() this might happen. Is your StateDir like this? NFS often does not support flock(), but...
Josh Chamas
josh@...
Mar 10, 2003 8:14 pm
1096
Hello Josh, I do not use NFS. All files are placed in the local hdd. About log. I have Debug 3 in .htaccess. But I do not see any errors there. You can ... ...
Oleg Kobyakovskiy
ok@...
Mar 10, 2003 8:40 pm
1097
First, I tried to install Bundle::Apache::ASP through CPAN, didn't work out very well, I guess you're not supposed to use that in win32? Or am I supposed to...
jerry_emmett
zkary@...
Mar 11, 2003 3:51 pm
1098
My searches have not been turning any definitive information... Does Apache::ASP work under mod_perl 2 and Apache 2 (Linux platform)? ... To unsubscribe,...
David Morton
mortonda@...
Mar 11, 2003 7:52 pm
1099
... For installing things on Win32 using CPAN.pm, you'd need to just get nmake (for ActivePerl) - unpacking archives can be done with Compress::Zlib and...
Randy Kobes
randy@...
Mar 11, 2003 8:59 pm
1100
Allright, yahoo automaticly sends an email, sorry for replying directly to you ; D Anw, this is the case Allright uninstalled perl and installed...
jerry_emmett
zkary@...
Mar 12, 2003 3:04 am
1101
Here you can have a look, http://www.webfrontmarketing.com/asp_perl/eg/index.html http://www.webfrontmarketing.com/apache_log/ ...
jerry_emmett
zkary@...
Mar 12, 2003 3:04 am
1102
Oh yes! Stupid stupid stupid me, I looked at that file twice to see if there were any obvious errors. So all people that are as stupid as me : D you gotta...
jerry_emmett
zkary@...
Mar 12, 2003 3:05 am
1103
Hello! I think that in Request.pm there is a small error 270c270 < $todecode =~ s/%([0-9a-fA-F]{2})/pack("C",hex($1))/ge; ... -- Best regards, ...
Nikolay Melekhin
nikolay_melehin@...
Mar 12, 2003 1:20 pm
1104
So how about this script for a starter, http://www.sitepoint.com/article/515/3 It gives me this respons, ...
jerry_emmett
zkary@...
Mar 12, 2003 3:47 pm
1105
Hello! I think that in Request.pm there is a small error 270c270 < $todecode =~ s/%([0-9a-fA-F]{2})/pack("C",hex($1))/ge; ... -- Nikolay Melekhin...
Nikolay Melekhin
nmu@...
Mar 12, 2003 3:52 pm
1106
... Good point. I just did some testing, and chr(...) seems to be faster than pack("C",...) so I'll use that instead, and we will have this in the next...
Josh Chamas
josh@...
Mar 12, 2003 4:57 pm
1107
... That is VBScript and Apache::ASP supports Perl scripting only. These languages have different syntax, but Apache::ASP supports the same object model with...
Josh Chamas
josh@...
Mar 12, 2003 5:00 pm
1108
Hi Joshua & Others, $Application->MapPath("./") returns a path on IIS, whereas on Apache::ASP it returns path+default file so, i'm wondering "how do i tell...
joel reed
jreed@...
Mar 12, 2003 9:24 pm
1109
I just found and joined your group; I have searched your archive and did not find the answer I am looking for, so I am trying to ask a dumb question in an...
crazyday55109
bruce@...
Mar 17, 2003 6:59 pm
1110
... This implies that you already have these ASP pages, and that the script parts are written in VB. Apache::ASP uses Perl for the scripting, so you'd have to...
Warren Young
warren@...
Mar 19, 2003 12:17 am
1111
hi, I need the Standalone CGI Mode in win32 (NT/win2000) (apache 1.3) There are two main problems - It seem that there is a problem in the POST method, the...
francesco_pasqualini
f.pasqualini@...
Mar 19, 2003 4:10 pm
1112
hi, I need the Standalone CGI Mode in win32 (NT/win2000) (apache 1.3) There are two main problems - It seem that there is a problem in the POST method: the...
Francesco Pasqualini
f.pasqualini@...
Mar 20, 2003 12:27 pm
1113
... Sorry for the delay on resolving this. I have found this problem such that when a session that has already expired gets reused by an open browser, the...
Josh Chamas
josh@...
Mar 25, 2003 7:44 pm
1114
... The $Server->MapPath API relies on Apache->lookup_uri method, and this is simply its behavior, and I do not know of a work around. ... No, you can try...
Josh Chamas
josh@...
Mar 25, 2003 8:01 pm
1115
... This kind of problem is often because of an incorrect Content-Length header that is set, so that the browser artificially truncates the output. It would ...
Josh Chamas
josh@...
Mar 25, 2003 8:46 pm
1116
Dear all, I have transferred a website from IIS/ASP to Apache/apache_asp. I can get the ASP pages to run perfectly however I can not get them to perform their...
Farshid Dabesh-Khoy
farshid@...
Mar 30, 2003 6:14 pm
1117
... To my knowledge there are no pure ADO ports to Perl where you get a similar API that works about the same. To help ease your port, you might write some...
Josh Chamas
josh@...
Mar 30, 2003 11:54 pm
1118
Josh, Thank you very much for your reply. What you are saying makes sense although it is a completely new concept to me. Just to give you a bit more...
Farshid Dabesh-Khoy
farshid@...
Mar 31, 2003 12:54 am
1119
... i still don't see your problem. if it's just the language(vbscript), all i can say is: rewrite all your asp-code using perl and DBI. ... To unsubscribe,...
Sven Köhler
skoehler@...
Mar 31, 2003 4:25 am
1120
... just back from dublin, sorry for the delay! i was hoping i could encapsulate/hide the IIS behavior of $Server->MapPath(".") behind a global.asa only run by...