This may well be fixed in cvs, but I didn't see any info on how to find out, so, just in case... According to...
perennialmind
edh+yahoo@...
Apr 8, 2005 4:14 am
1988
Yet Another YAPC::NA 2005 Conference Reminder ... YAPC::NA 2005 is Yet Another Perl Conference, North America, this year to be held in downtown Toronto,...
Gerard Lim
glim@...
Apr 10, 2005 4:21 pm
1989
Is there a place to get ready-to-run asp scripts for apache? I have been looking around but haven't found much of anything and trying to get most asp scripts...
Scott Grayban
scott@...
Apr 10, 2005 7:42 pm
1990
Hi all, We want to limit the number of Apache's children serving the same ASP concurrently (since mod_throttle_acces seems not to be maintained any longer). We...
Fer madrid
ferapachemadrid@...
Apr 11, 2005 5:59 pm
1991
Hi guys, i just wanna ask.. I want design website using asp on linux Fedora Core 3, could i? What should i must preparing for that? Where i get that software? ...
Yoseph
suratan_takdir@...
Apr 13, 2005 3:41 pm
1992
When I attempted to install ASP:Apache on my test server it failed to install because the server_mail test failed to send an email locally during the install...
Lee Mehlhorn
lee@...
Apr 13, 2005 6:12 pm
1993
Double-check that you can connect to your SMTP server via script *period*. Apache::ASP uses Net::SMTP to send email. Take a look at ...
John Drago
john.drago@...
Apr 14, 2005 5:55 pm
1994
... Hash: SHA1 Hi all. I'm interested in your opinions on what is the easiest and simplest solution for multilingual site. I have searched cpan and web and...
Boris Shomodjvarac
shomodj@...
Apr 18, 2005 8:12 am
1995
Hi, ... probably there are many ways to do that - (i don't know "Locale::Maketext::Lexicon"..) I did it by ... my $translations_per_webpage = get_trans...
Helmut
mail@...
Apr 20, 2005 3:25 am
1996
Please do not change the subject line and reply to terrafirmapune@... Greetings! We need Senior C#,.Net Professionals(Team Leaders) for our client at...
Madhura Kulkarni,Terr...
terrafirmapune@...
Apr 21, 2005 7:53 am
1997
I am running a website where I want to control access to the various files. I have the directory setup in httpd.conf with: <Files ~ (\.asp)> SetHandler...
Jonathan Dixon
dixonjon@...
Apr 24, 2005 1:58 am
1998
hi, I'm tring to dump the headers and the whole conents as it is recieved from the ASP.pm. The reason !! I'm tring to build a more interactive app using...
raptor
raptor@...
Apr 24, 2005 6:20 pm
1999
ok, I found it i.e. $Request->BinaryRead(), it shows what I expected i.e. the request i sent : param1=value1 but it was not in $$Request{Params}, did I miss...
raptor
raptor@...
Apr 24, 2005 8:19 pm
2000
... This declares *.pdf files as being ASP files. Apache::ASP is trying to interpret them directly! What you want to do cannot be accomplished with this...
Warren Young
warren@...
Apr 25, 2005 12:04 pm
2001
... I understand that this forces the PDF files to be handled through Apache::ASP. But shouldn't the Script_OnStart section in the global.asa file...
Jonathan Dixon
dixonjon@...
Apr 25, 2005 6:10 pm
2002
I found the problem the Request.pm matches form-header like this (by memory) :: if($header_in->get('Content-type') eq 'application/form-urlencoded') { ........
raptor
raptor@...
Apr 25, 2005 8:04 pm
2003
... I would attempt this a bit differently. Instead of referencing the file directly and inject the code voodoo-like, how about you use a dedicated download...
Marko Friedemann
mfr@...
Apr 26, 2005 7:48 am
2004
Hi, I'm getting the following error when I run my Perl application ... cannot load DB_File for StateDB: cannot load StateDB must be a valid perl module with a...
sangeethvs
sangeeth.vs@...
May 3, 2005 6:09 pm
2005
... There are alternate state storage models, but BDB is certainly a good choice. I seem to recall that one of the options is a native Perl module (i.e. no C...
Warren Young
warren@...
May 3, 2005 10:29 pm
2006
I have an application done using ASP, .NET using IIS Web server. The customer wants to migrate the application to Apache server. Whats the best option which...
nsm100
nsmanoj@...
May 4, 2005 5:21 pm
2007
I have a server running Apache. I know how to web host and assigning virtual host space too. But I need to know how to generate NO-Private IP with Apache. I...
julien4_2000
julien4_2000@...
May 4, 2005 5:22 pm
2008
Dear all, I have a problem in creating subdomain in apache. The subdomain looks like subdomain.domian..... Waiting for your reply. Regards Suneel ... To...
Bharat Suneel Varma S
sagibsv@...
May 4, 2005 5:35 pm
2009
Apache::ASP You can pretty much directly translate the ASP object model calls and program logic into Perl. I've done this for two sizable sites personally. ...
Skylos
skylos@...
May 4, 2005 5:40 pm
2010
... ChiliSoft or some other such commercial thing, if your time is not free. Apache::ASP uses an entirely different programming language (Perl, not VB), though...
Warren Young
warren@...
May 4, 2005 5:44 pm
2011
For "classic" (i.e. VBScript) ASP, sure. It follows the model-view-controller paradigm and could be ported to Perl just fine. For ASP.NET, there is no...
John Drago
john.drago@...
May 4, 2005 7:59 pm
2012
Since it's in ASP.NET, you may benefit from the Linux version of .NET, "Mono". Learn more at http://www.mono-project.com/ Apache::ASP is a Perl module to allow...
John Drago
john.drago@...
May 5, 2005 4:50 am
2013
... May be that helps http://httpd.apache.org/docs-2.0/vhosts/ (assuming you are using Apache 2). Of course you can't "generate" an IP address by Apache.. you...
Helmut Zeilinger
hz@...
May 5, 2005 11:37 am
2014
... Could you give more information here.. what is the relation to Apache::ASP? Helmut ... To unsubscribe, e-mail: asp-unsubscribe@... For...
Helmut Zeilinger
hz@...
May 5, 2005 11:41 am
2015
Hi, folks! I've upgraded Apache 1.x to 2.0.54. Now I'm trying to add support to ASP, using the Apache::ASP Perl module, but I'm going on troubles... When I...
Jaques Metz
jaques@...
May 10, 2005 10:57 am
2016
Hi i install apache::asp on windows apache_2.0.48-win32-x86-no_ssl.msi ActivePerl-5.8.6.811-MSWin32-x86-122208.msi And mod perl When I try to get tha page I...