Can $Session->Abandon be called from an include file, even if $Response->TrapInclude is used? Does the user have to navigate (or be redirected) to another...
D. L. Fox
dfox@...
Sep 2, 2003 2:44 am
1313
... What *should* happen with $Session->Abandon is that it is set for cleanup immediately, which occurs after the current request is processed. What this means...
Josh Chamas
josh@...
Sep 2, 2003 5:01 am
1314
... From: "Josh Chamas" <josh@...> ... Oh, yeah. I see what you mean. I didn't stop to think about Session_OnEnd needing a chance to run. ... DOH...I...
D. L. Fox
dfox@...
Sep 4, 2003 1:02 am
1315
... In many projects, it would be advisable to "build one to throw away". Usually when we are learning a new technology, we are learning how to do things the...
Josh Chamas
josh@...
Sep 4, 2003 5:08 am
1316
... The point at which you should start worrying is when you write something & don't have a better idea afterwards :) -- Ian Cass ... To unsubscribe, e-mail:...
Ian Cass
ian.cass@...
Sep 4, 2003 8:45 am
1317
... From: "Josh Chamas" <josh@...> To: "D. L. Fox" <dfox@...> Cc: <asp@...> Sent: Thursday, September 04, 2003 1:07 AM Subject: Re:...
D. L. Fox
dfox@...
Sep 6, 2003 2:45 am
1318
... From: "Ian Cass" <ian.cass@...> To: <asp@...> Sent: Thursday, September 04, 2003 4:44 AM Subject: Re: Session->Abandon question ... Point...
D. L. Fox
dfox@...
Sep 6, 2003 3:47 am
1319
From the Apache::ASP documentation: "Default for Global is the directory the script is in (e.g. '.'), but should be set to some directory not under the www...
D. L. Fox
dfox@...
Sep 6, 2003 5:24 pm
1320
Dear everyone, I created an rpm from Apache::ASP with cpan2rpm. Unfortunately, this rpm has a dependency to /usr/bin/asp-perl-exe, which does not exists. The ...
Johannes Woehler
Johannes.Woehler@...
Sep 9, 2003 10:28 am
1321
... Sorry about that. I was experimenting with compiling the asp-perl script to an executable using various means, like B::C & PAR, and left that in by...
Josh Chamas
josh@...
Sep 10, 2003 5:46 am
1322
Dear The Expert, I have followed the quick start installation in README file .. when I open the site it displayed as follow: #!/usr/bin/perl /usr/bin/asp-perl ...
Winanjaya
winan888@...
Sep 10, 2003 9:20 am
1323
... What is the directory, full path please, that the examples are installed in? Is the .htaccess installed in the ./eg directory? It needs to be. What is the...
Josh Chamas
josh@...
Sep 10, 2003 3:20 pm
1324
The sample .asp files are working . the problem is I create my own .asp file but it does not work .. do you have any suggestion? TIA Winan ... From: "Josh...
Winanjaya
winan888@...
Sep 10, 2003 4:00 pm
1325
... You need to make sure that a config like that in the samples eg/.htaccess file is active for your scripts. You will need to look at the .htaccess file and...
Josh Chamas
josh@...
Sep 10, 2003 6:31 pm
1326
I just finished installing mod_perl with apache::asp, and i cant seem to view any .asp scripts. The installation looked to be successfull, I can run perl perl...
memito1999
memito1999@...
Sep 10, 2003 6:32 pm
1327
finally i find an installer for asp php mysql all in one !!! yeah www.apache2triad.org if anybody know anothes as this ... ... From: "memito1999"...
marco sottana
msottana@...
Sep 10, 2003 6:36 pm
1328
I'm sorry but how does that help me? :) ... seem ... GlobalASA ... global.asa ... compiling ... exists 1 - ... global.asa ... destroying ... - ... To...
memito1999
memito1999@...
Sep 10, 2003 6:52 pm
1329
Will I be able to run Remote Desktop Web Connection if I have Apache-ASP running? -- Paul J. Houlbrooke phoulbrooke@... ... To unsubscribe, e-mail:...
Paul J. Houlbrooke
phoulbrooke@...
Sep 10, 2003 8:35 pm
1330
... Probably not, but I am assuming that you mean that Apache-ASP will run some program called Remote Desktop Web Connection that you install that has ASP...
Josh Chamas
josh@...
Sep 10, 2003 10:41 pm
1331
... Looks like you might be missing some of the libraries... what do you get when you run this: perl -MApache::ASP::StateManager -e '' --Josh ... To...
Josh Chamas
josh@...
Sep 10, 2003 10:48 pm
1332
Josh, this is what i get: perl -MApache::ASP::StateManager -e '' Can't locate MLDBM.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread- multi...
memito1999
memito1999@...
Sep 10, 2003 11:35 pm
1333
... How did you install Apache::ASP without having MLDBM installed? The Makefile.PL installer is supposed to stop you from doing this. Install MLDBM, and any...
Josh Chamas
josh@...
Sep 10, 2003 11:37 pm
1334
Hi .. I put global.asa to /tmp and also I changed the .htaccess file to point global to /tmp folder .. I also I have added configuration to httpd and restarted...
Winanjaya
winan888@...
Sep 11, 2003 2:26 am
1335
... Check the apache error_log, what is the error message? --Josh ________________________________________________________________ Josh Chamas, Founder...
Josh Chamas
josh@...
Sep 11, 2003 2:28 am
1336
Hey Josh i got .asp files to work. You're dah man!!! Well I installed apache::asp by using the build_https script that came with the tar file. I was missing...
memito1999
memito1999@...
Sep 11, 2003 2:36 pm
1337
Dammit I spoke to soon, It seems like i'm having the same problem that Winan is having. I've created a few .asp files on a separate directory within my apache...
memito1999
memito1999@...
Sep 11, 2003 3:47 pm
1338
... What is your problem? "Internal Server Error" ? If so, what is in your httpd error_log ? --Josh ...
Josh Chamas
josh@...
Sep 11, 2003 5:13 pm
1339
Well I don't get the internal server error any longer because I added the new asp directory onto my http.conf file. But when I try to access the default.asp...
memito1999
memito1999@...
Sep 11, 2003 5:21 pm
1340
... You are using VBScript and Apache::ASP only supports Perl scripting. I apologize for the confusion, but I do my best by putting this into the first line of...
Josh Chamas
josh@...
Sep 11, 2003 5:30 pm
1341
I'm sorry my apologies here. Well at least i can say that my apache server is apache::asp enabled. I will test with other asp scripts and see what i get....