Hi, I'm wondering if anyone has used Apache ASP in a Commercial hosting environment. I'm am building a new FreeBSD - Apache virtual hosting server. Not sure...
bigbadchimpman
bigbadchimpman@...
Aug 6, 2002 3:53 am
611
Hi, have you looked at http://chamas.com/bench/? This gives you some food for thought regarding performance - but it wont address your security questions. joel...
Joel Hughes
joel@...
Aug 6, 2002 10:15 am
612
... About security, Apache::ASP has no more security concerns than running mod_perl. To my knowledge neither mod_perl nor Apache::ASP themselves have any...
Josh Chamas
josh@...
Aug 7, 2002 11:35 pm
613
... use ... Try in global.asa Script_OnFlush, modifying data in $Response->{BinaryRef} with your regular expression, or use PerlSetVar Clean settings which...
ayafm
ayafm@...
Aug 7, 2002 11:46 pm
614
Hello NG. I needs your assistance. I have here the last version of Apache::ASP. The examples work without problem. But an interesting thing has still. If I...
Stefan Sabolowitsch
Stefan.Sabolowitsch@...
Aug 8, 2002 10:06 am
615
... You don't want to set PerlHandler Apache::ASP for everything, just the .asp files, so you might have a config like: <Files ~ \.asp$> PerlHandler...
Josh Chamas
josh@...
Aug 8, 2002 6:10 pm
616
Q: How to access Apache Request ($r) from Apache::ASP?? Thanks John ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands,...
Brat Wizard
brat@...
Aug 9, 2002 2:50 pm
617
Q: How to access Apache Request ($r) from Apache::ASP?? Since I don't seem to be lighting a lot of lightbulbs with this question, let me try a different...
Brat Wizard
brat@...
Aug 10, 2002 12:25 pm
618
... Is there such a thing? I thought it was called $Request, as per: http://www.apache-asp.org/objects.html Maybe I missed $r... ... hmm ... How is this...
Ellers
ellers@...
Aug 11, 2002 10:51 am
619
Hello there- In the event that there are other dimwits (like me) lurking on this list, I thought I'd share what I learned... The Apache->request structure is...
Brat Wizard
brat@...
Aug 11, 2002 4:14 pm
620
Can anyone give us a hand to get mod_pearl and maybe even apache-asp under Apache2 and Windows98?? Cheers, -Phil Smith phillips@... ...
dieseline_dreaming
dieseline_dreaming@...
Aug 14, 2002 5:52 am
621
Hi Phil, I don't think apache-asp works under Apache2 yet. Do you really need Apache2? Anyway, your best bet (unless you really fancy tearing you hear out ...
Joel Hughes
joel@...
Aug 14, 2002 7:55 am
622
Dear all, How to run Microsoft ASP program within Apache for Win2000 or ones for Linux? Thank you very much. Best regards Yu-Sheng Cheng...
yscheng
yscheng@...
Aug 16, 2002 11:07 am
623
... *sigh* - this should be in FAQ - so my answer could be RTFM or somethin. to make it short: the answer is "no" - not with Apache::ASP if you would have read...
Sven Köhler
skoehler@...
Aug 19, 2002 12:47 am
624
... The longer answer is that it depends. If the application was written in PerlScript for IIS/ASP, then yes it should work pretty well under Apache::ASP. The...
Josh Chamas
josh@...
Aug 19, 2002 6:16 pm
625
... Indeed - my first reaction to apache::asp was automatic disgust - similar to the idea of running MS Frontpage extensions on a linux server. Bad karma. I...
David Morton
mortonda@...
Aug 19, 2002 8:03 pm
626
Hello all, Does RHlinux support ASP without using any third party tool? if yes, = how. Thanks and Regards, -sadha...
shadhanker
shadhanker@...
Aug 20, 2002 11:19 am
627
hmmm.. no You can do PerlScript ASP for free with Apache::ASP - obviously you'll have to install it though (http://www.apache-asp.org/). If you want...
Joel Hughes
joel@...
Aug 20, 2002 11:32 am
628
I was wondering if you could tell me where in the httpd>conf file to put these lines: <Files ~ (\.asp)> SetHandler perl-script PerlModule Apache::ASP ...
Quan Mac
quantmac@...
Aug 27, 2002 4:40 pm
629
I have a small requirement in Active Server Pages: I have two tables in MS-Access 2000. Table : Question, it has following columns Question-<test> Question# ...
ocp8i2002
ocp8i2002@...
Aug 27, 2002 4:40 pm
630
... What is the internal server error? Check the error_log, and post what you find here. --Josh ...
Josh Chamas
josh@...
Aug 28, 2002 7:00 am
631
... I think you have emailed the wrong ASP mailing list. This mailing list is dedicated to Apache::ASP, which is a Perl script native port of Active Server...
Josh Chamas
josh@...
Aug 28, 2002 7:13 am
632
... I have thought about a name change as it evolves, but Apache::ASP's naming weakness is also its strength. Because it is already a well known platform, it...
Josh Chamas
josh@...
Aug 28, 2002 8:35 am
633
Hey, I have just added a Style Guide to the Apache::ASP site at: http://www.apache-asp.org/style.html Its a first cut, so is a bit sparse. Anyone have any...
Josh Chamas
josh@...
Aug 28, 2002 8:38 am
634
... In fact ASP was designed by Microsoft (i think) and as Josh said, he has only ported the API to Perl - which is what we were all looking for. That other...
Sven Köhler
skoehler@...
Aug 28, 2002 9:19 am
635
Hi Sven, I'm a little confused as to what you mean by the following paragraph. You ... I am running Apache under Windows, and my Apache::ASP is working fine. ...
D. L. Fox
dfox@...
Aug 28, 2002 2:18 pm
636
... I ment, that portin Microsoft's ASP to Windows-Apache would be worth the work, as long as it wouldn't run an Linux. I was NOT talking of the ASP-API Port...
Sven Köhler
skoehler@...
Aug 28, 2002 8:09 pm
637
... nice work :) ... I thought mentioning the OnStart handler for db connection was great. Perhaps add a $dbh = undef or whatever in the OnEnd handler to...
ellers@...
Aug 29, 2002 12:25 am
638
... Thanks. Its a good point for memory freeing. I just added it to the example. --Josh ________________________________________________________________ Josh...
Josh Chamas
josh@...
Aug 29, 2002 12:46 am
639
... This begs a big question that was answered somewhat indirectly: Where do you create the database connection? Due to the persistant nature of mod_perl...