... 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...
1119
Sven Köhler
skoehler@...
Mar 31, 2003 4:25 am
... 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,...
1118
Farshid Dabesh-Khoy
farshid@...
Mar 31, 2003 12:54 am
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...
1117
Josh Chamas
josh@...
Mar 30, 2003 11:54 pm
... 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...
1116
Farshid Dabesh-Khoy
farshid@...
Mar 30, 2003 6:14 pm
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...
1115
Josh Chamas
josh@...
Mar 25, 2003 8:46 pm
... 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 ...
1114
Josh Chamas
josh@...
Mar 25, 2003 8:01 pm
... 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...
1113
Josh Chamas
josh@...
Mar 25, 2003 7:44 pm
... 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...
1112
Francesco Pasqualini
f.pasqualini@...
Mar 20, 2003 12:27 pm
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...
1111
francesco_pasqualini
f.pasqualini@...
Mar 19, 2003 4:10 pm
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...
1110
Warren Young
warren@...
Mar 19, 2003 12:17 am
... 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...
1109
crazyday55109
bruce@...
Mar 17, 2003 6:59 pm
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...
1108
joel reed
jreed@...
Mar 12, 2003 9:24 pm
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...
1107
Josh Chamas
josh@...
Mar 12, 2003 5:00 pm
... That is VBScript and Apache::ASP supports Perl scripting only. These languages have different syntax, but Apache::ASP supports the same object model with...
1106
Josh Chamas
josh@...
Mar 12, 2003 4:57 pm
... 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...
1105
Nikolay Melekhin
nmu@...
Mar 12, 2003 3:52 pm
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...
1104
jerry_emmett
zkary@...
Mar 12, 2003 3:47 pm
So how about this script for a starter, http://www.sitepoint.com/article/515/3 It gives me this respons, ...
1103
Nikolay Melekhin
nikolay_melehin@...
Mar 12, 2003 1:20 pm
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, ...
1102
jerry_emmett
zkary@...
Mar 12, 2003 3:05 am
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...
1101
jerry_emmett
zkary@...
Mar 12, 2003 3:04 am
Here you can have a look, http://www.webfrontmarketing.com/asp_perl/eg/index.html http://www.webfrontmarketing.com/apache_log/ ...
1100
jerry_emmett
zkary@...
Mar 12, 2003 3:04 am
Allright, yahoo automaticly sends an email, sorry for replying directly to you ; D Anw, this is the case Allright uninstalled perl and installed...
1099
Randy Kobes
randy@...
Mar 11, 2003 8:59 pm
... 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...
1098
David Morton
mortonda@...
Mar 11, 2003 7:52 pm
My searches have not been turning any definitive information... Does Apache::ASP work under mod_perl 2 and Apache 2 (Linux platform)? ... To unsubscribe,...
1097
jerry_emmett
zkary@...
Mar 11, 2003 3:51 pm
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...
1096
Oleg Kobyakovskiy
ok@...
Mar 10, 2003 8:40 pm
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 ... ...
1095
Josh Chamas
josh@...
Mar 10, 2003 8:14 pm
... 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...
1094
Oleg Kobyakovskiy
ok@...
Mar 10, 2003 7:54 pm
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...
1093
Oleg Kobyakovskiy
ok@...
Mar 10, 2003 3:13 pm
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...
1092
Oleg Kobyakovskiy
ok@...
Mar 10, 2003 2:46 pm
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...
1091
cincin104
kal.kattamuri@...
Mar 5, 2003 11:17 pm
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-...