hello, i'm a moving my site to a new machine and decided to upgrade from version 1.95 to the current version. i enable cookieless sessions via SessionQuery but...
Remi Fasol
re_mi_fa@...
Aug 4, 2003 7:03 am
1292
where can i find a complete package with mysql apache and asp module all toghether? ... To unsubscribe, e-mail: asp-unsubscribe@... For additional...
Marco Sottana
msottana@...
Aug 4, 2003 8:00 am
1293
... If this is windows, I would recommend looking at: http://www.apache-asp.org/install.html#Win32%20%2F%20Wind0f0e8ac6 for the Perl & Apache & Apache::ASP...
Joshua Chamas
josh@...
Aug 4, 2003 2:41 pm
1294
can you send me your http.conf so i can read the difference? ... From: "Joshua Chamas" <josh@...> To: "Marco Sottana" <msottana@...> Cc:...
Marco Sottana
msottana@...
Aug 4, 2003 3:01 pm
1295
... How about using a mod_perl style PerlInitHandler to unset ( or set to Off ), the SessionQuery configs if the user agent matches your specified user agents....
Joshua Chamas
josh@...
Aug 4, 2003 3:14 pm
1296
... I've read this FAQ item a couple of times and would like more details and/or example(s) to go with it. Nothing fancy, just a simple one bot example of...
greg@...
Aug 4, 2003 4:08 pm
1297
... I am not sure what my http.conf would show you, but if you want a sample config, you may look to the distribution examples site/eg/.htaccess file which has...
Josh Chamas
josh@...
Aug 6, 2003 10:25 am
1298
... Typically, this code would go into a startup.pl type mod_perl file like so: # httpd.conf PerlRequire /path/to/startup.pl PerlInitHandler My::InitHandler #...
Josh Chamas
josh@...
Aug 6, 2003 11:06 am
1299
Hi, my name is Julian Lisenberg, and I'm an ASP programmer from Argentina, South America (so please understand that my English isn't perfect). I had the same...
Lisenberg Julian
lisenbergj@...
Aug 6, 2003 1:53 pm
1300
... This behavior is good generally in that you want your web page transaction to occur once started regardless of whether the user closes their browser early....
Josh Chamas
josh@...
Aug 7, 2003 7:21 pm
1301
One of my applications has a select box which can get very large, however I have found that the Apache::ASP does not handle it particularly well. I have...
Steve Lilley
slilley@...
Aug 7, 2003 7:54 pm
1302
What do you mean it craps out? I have written select boxes in Apache::ASP that have had 5000+ entries in them, so I know it can do it, but would like to know...
Josh Chamas
josh@...
Aug 7, 2003 8:10 pm
1303
... Would you send me privately the output you get from "View Source" for both scripts under Mozilla? Is the "View Source" output different vs. IE or just the...
Josh Chamas
josh@...
Aug 7, 2003 8:37 pm
1304
Hi, The latest version of Apache::ASP v2.55 has been released. The biggest improvement is no longer loading Apache::compat for running under mod_perl2. For...
Josh Chamas
josh@...
Aug 10, 2003 4:26 pm
1305
hello. i entered this code almost exactly as written, and for some reason, SessionQuery is not being turned off for non-Mozilla user agents. is there anything...
Remi Fasol
re_mi_fa@...
Aug 12, 2003 4:24 am
1306
Hi Remi, When you say "for non-Mozilla User-Agents", do you mean browsers that aren't the Mozilla browser? If so that might be because plenty of other...
Ben Soares
Ben.Soares@...
Aug 12, 2003 9:16 am
1307
... Could you send the code you are using for your PerlInitHandler, also set Debug -1, stop/start apache and send a trace from error_log for the request of the...
Josh Chamas
josh@...
Aug 12, 2003 5:18 pm
1308
*This message was transferred with a trial version of CommuniGate(tm) Pro* Hello there. I'm experiencing some problems with some pages with sessions (maybe is...
Sergio Gonzalez
sagonzal@...
Aug 13, 2003 4:07 pm
1309
After further investigation and testing. The solution to the long select box was in the platform rather than the interface. We moved to Debian with Apache...
Steve Lilley
slilley@...
Aug 26, 2003 1:14 am
1310
... Right, so basically either Apache::Filter & Apache::SSI need to be ported to mod_perl 2, or I need to bundle this functionality directly into Apache::ASP. ...
Josh Chamas
josh@...
Aug 27, 2003 1:03 am
1311
... IMHO, Apache::Filter does doesn't need to be ported to mp2. You have a native API for filtering. Geoff has posted a an alpha-port of Apache::SSI to the...
Stas Bekman
stas@...
Aug 27, 2003 1:11 am
1312
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 ...