Jeremy- I tried compiling it also and it failed the first time. Right below all of those errors it gave a few suggestions. One was to try installing...
Shaun
senmonk6@...
Mar 1, 2002 5:46 pm
208
All, I have been developing a web application with apache, mod_perl and Apache::ASP on a Linux box for some time now and have experienced no problems until...
James I Hightower
James.I.Hightower@...
Mar 6, 2002 1:57 pm
209
Hi all, I am new to Apache-ASP and I have the following (really strange) problem : My web app has a menu on the side of every page. After some use, the links...
Cyril Hansen
cyril.hansen@...
Mar 7, 2002 10:35 am
210
... I have never heard of this before, so what follows is more general troubleshooting techniques... Check out what happens to your system under top when it...
Joshua Chamas
joshua@...
Mar 7, 2002 10:58 am
211
... Another thing, in case this is an error in the code ... make sure your application is running under PerlSetVar UseStrict 1 and that you are not doing other...
Joshua Chamas
joshua@...
Mar 7, 2002 8:54 pm
212
... If you think this is due to heavy session use, try using another StateDB, which defaults to SDBM_File & is bad for storing large amounts of data with a...
Joshua Chamas
joshua@...
Mar 8, 2002 1:46 am
213
All: I'm tryin to get the error document facility working for 401 error (authorization failure.) My first try was to simply add the following code in the...
John D. Leonard II
john.leonard@...
Mar 8, 2002 11:55 am
214
... Do you know if the Apache ErrorDocument code will process an ApacheASP document? I'd like to use my existing ASP application to present the error...
John D. Leonard II
john.leonard@...
Mar 8, 2002 8:48 pm
215
... Unlikely, as I specifically developed it for Apache::ASP. Please post all Apache::ASP specific questions to its mailing list, which you can get on at...
Joshua Chamas
joshua@...
Mar 8, 2002 10:05 pm
216
... I am not sure that this will work because the 401 auth layer will be executed prior to Script_OnStart, or the Apache::ASP handler even, so your code never...
Joshua Chamas
joshua@...
Mar 8, 2002 10:19 pm
217
... If ErrorDocument specifies a file name that would normally be executed as an ASP script, then yes, your script will work for it just fine. --Josh ...
Joshua Chamas
joshua@...
Mar 8, 2002 10:30 pm
218
... In my work I used the following in the httpd.conf to handle missing document (404) requests. Presumable 401 would work identically? ErrorDocument 404...
Ellers
ellers@...
Mar 9, 2002 1:50 am
219
... Hi, everybody, First, I apologise, Mr. Chamas, for writing to your private address, I had lost the asp@... address. When installing "install...
WRFan
PhoenixWR@...
Mar 13, 2002 4:55 am
220
... When doing this: cpan> install Bundle::Apache::ASP::Extra cpan starts installing all of the modules listed in that file. That bundle file is distributed...
Joshua Chamas
joshua@...
Mar 13, 2002 8:12 am
221
Does anyone have an idea on this? === $dbh = Sybase::DBlib->dblogin($usr, $pwd, $server, 'cipro_2k'); $dbh -> dbcmd("select * from $table_name where userid =...
Mike Witkowski
witkowsk@...
Mar 13, 2002 8:45 pm
222
... Is there anything in $! ? Is there any way to get this to trigger a better error like RaiseError in DBI ? ... My experience with Oracle has been similar,...
Joshua Chamas
joshua@...
Mar 14, 2002 2:05 am
223
Hello ! First of all I would like to introduce myself, because i am new to this mailinglist. My name is Jens, i am living in Germany and i am 24 years old. ...
Weyer, Jens
jens.weyer@...
Mar 15, 2002 10:06 am
224
... Yeah, you are an old timer all right. Welcome to the club. :) ... I implemented the buzzword because I figured there would be greater acceptance of the...
Joshua Chamas
joshua@...
Mar 15, 2002 10:40 am
225
... Hey Jens, I am glad to hear that moving the subs to global.asa is working out. If there are just too many subs like this after a while & your global.asa...
Joshua Chamas
joshua@...
Mar 16, 2002 1:35 am
226
... I'm not sure if it helps in your situation, but I sometimes find it useful to treat ASP's Include facility as a kind of subroutine substitute. That is,...
Ellers
ellers@...
Mar 18, 2002 5:28 am
227
greetings - Let me start with a confession that I'm a newbie to perl and modules although I've got truckloads of experience on Windows ASP side. Anyway, I need...
constfilin
constfilin@...
Mar 19, 2002 6:04 am
228
... Definitely keep UseStrict turned on. When I was learning Perl I didn't quite get why its useful - now I understand and its definitely a good thing to have...
Ellers
ellers@...
Mar 19, 2002 6:35 am
229
This isn't specific to Apache:ASP, but I've seen a lot of good advice here, and hopefully someone has already been through this. I was just wondering if anyone...
Jim Helm
jjhelm@...
Mar 21, 2002 2:56 am
230
... Its a good question... I haven't seen anything myself which suprised me. It would have been really handy for me too. With DBI/DBD I would've thought a set...
Ellers
ellers@...
Mar 21, 2002 4:21 am
231
This is going to be a long post, so please bear with me. I'm implementing a new site in Apache::ASP. I'd like to develop a framework similar to our existing...
eamondaly
eamon@...
Mar 21, 2002 10:14 pm
232
... If you want some standard templatting system other than ASP style <%= $vars{TITLE} %>, then why not use another templatting framework like Template Toolkit...
Joshua Chamas
joshua@...
Mar 22, 2002 12:33 am
233
... I have always rolled by own application by application, but my apps have always had to be pretty tight to the database for high performance with mixed...
Joshua Chamas
joshua@...
Mar 22, 2002 2:08 am
234
I must admit that there's nothing that's really "it" in CPAN. A few months ago I spent a lot of time looking through the modules that Joshua described and...
Kulp, David
david_kulp@...
Mar 22, 2002 2:31 am
235
... Definitely sounds interesting to me ;) I'm sure others would be too Ellers ... To unsubscribe, e-mail: asp-unsubscribe@... For additional...
Ellers
ellers@...
Mar 22, 2002 2:41 am
236
... Apache::ASP is written in perl, and the best that can be hoped for some some VBScript light eumaltion layer implemented, certainly we'll never see a full...