Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

apache-asp · Apache::ASP

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 404
  • Category: Perl
  • Founded: Dec 5, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

We are currently performing a project to convert from ActivePerl/IIS to Apache::ASP and have run across issues with variables behaving strangely. After...
5 Jul 16, 2004
7:29 pm

Joshua Chamas
josh@...
Send Email

Hi all! I installed Apache 2.0.48(win32)/mod_perl 1.99 + Perl 5.8.3. Before it's used Apache1.3.27/mod_perl1.27 + Perl 5.6.1. There is Apache::ASP 2.57 on both...
3 Jul 10, 2004
9:31 am

Ruslan Appazov
era@...
Send Email

Hi boys! Can somebody tell me is it possible to have two applications in one root directory? I think it is, but how to configure it? Do I have to use .htacces...
2 Jul 8, 2004
7:26 pm

Joshua Chamas
josh@...
Send Email

Hi list, I started playing around with Apache::ASP the other day and encountered a rather strange way of dealing with includes. Let's say I have the following...
9 Jul 8, 2004
7:10 pm

Joshua Chamas
josh@...
Send Email

Thanks for the quick response Josh. I took a much needed fishing trip this weekend so im just getting back to this. I asked the creator of this app if it has...
2 Jun 30, 2004
4:03 am

Josh Chamas
josh@...
Send Email

Howdy, Is it possible to have a page parsed for both Apache::ASP and PHP? Yes, I know mixing languages on a single page is poor form. But such is the need for...
2 Jun 30, 2004
3:59 am

Josh Chamas
josh@...
Send Email

Hello, I was reading through the source for GlobalASA.pm and saw Script_OnParse in there as an event. After a quick google, I really didn't find much - just a...
2 Jun 30, 2004
3:42 am

Josh Chamas
josh@...
Send Email

i have spent most of my morning trying to get some third party control panel setup on my server. First i got ASP up and running fine, i know this cause the...
2 Jun 25, 2004
6:28 pm

Josh Chamas
josh@...
Send Email

Hello Apache::ASP&#39;ers, I am currently upgrading my Apache::ASP implementation from the following enviornment: Solaris 8 Apache/1.3.19 (Unix) w/ mod_ssl perl,...
1 Jun 24, 2004
6:42 pm

Nicholas Schuetz
nick@...
Send Email

I am using apache 2.0.47 and apache::asp with mod_perl. It serves asp pages ok but when I include perlscript in the .asp file it still works but most of the...
2 Jun 7, 2004
11:40 pm

Josh Chamas
josh@...
Send Email

Does anyone have a "best practices" example of error handling in Apache::ASP? I have just developed a small Apache::ASP application and spending time...
2 Jun 7, 2004
8:48 am

Josh Chamas
josh@...
Send Email

I am trying to use Text::xSV to output tab seperated data to the browser (actually a Wyncs plugin). The xSV module can output to STDOUT or any other File...
3 May 25, 2004
7:18 am

Jim Helm
jjhelm@...
Send Email

Do all the "use" statements in global.asa (e.g. "use DBI;") all have to be copied into startup.pl, for performance reasons? I've been doing this all along but...
2 May 21, 2004
6:18 am

Josh Chamas
josh@...
Send Email

Hi Folks I am having RedHat9 & Apache2 I have installed Apache::ASP for mod_Perl I can view the website index and config pages but when I go to the Examples...
5 May 12, 2004
7:16 am

Helmut Zeilinger
hz@...
Send Email

I have an ASP page that needs to accept files which are typically rather large. (Average 2GB +/- 1GB.) These files ultimately need to be stored in a...
10 May 8, 2004
6:56 pm

Josh Chamas
josh@...
Send Email

Hi all, when i try to use $Response->ErrorDocument (404, '/notfound.page') in combination with $Response->Status (404) i do not get my "notfound page", but a...
3 May 3, 2004
7:45 am

Helmut Zeilinger
hz@...
Send Email

Hi all, i am confused about $r->status(). When do i have to set this "manually"; - if ever? I searched for documentations about this item, but i did not find a ...
2 May 1, 2004
11:16 am

Dr. Helmut Zeilinger
hz@...
Send Email

Hey, I put up some advertising on the http://www.apache-asp.org site to help generate some income for this project. If they are too much for you, please be...
2 Apr 30, 2004
7:20 am

Peter Galbavy
peter.galbavy@...
Send Email

Is anyone aware of work being done to duplicate ASP.NET in an Apache::ASP type of environment? There are several features of ASP.NET I would like to take...
13 Apr 29, 2004
5:49 pm

John Drago
jdrago@...
Send Email

Hi all. Could anybody tell me how to setup and handle persistent connections using DBI::mysql? I am not allowed to use Apache::DBI. I tried: sub...
4 Apr 26, 2004
4:13 pm

Josh Chamas
josh@...
Send Email

Hi, Below I have listet relevant code of two perl files I'm working on. The problem is that "sub loadFileText" in files.pl, cannot be seen from the file...
2 Apr 19, 2004
8:23 pm

Warren Young
warren@...
Send Email

Hi all, Is it possible to include/use an external PERL module in an ASP page? I have a ASP page that needs to access subroutines placed in a PERL file. E.g....
4 Apr 19, 2004
7:12 pm

Søren Tauber Lassen
soren@...
Send Email

Hi, This could be really simple or really easy. I want to write a custom tag that renders the content of the tag only if the 'test' argument evaluates to be...
4 Apr 19, 2004
5:46 pm

Josh Chamas
josh@...
Send Email

I'm just getting up to speed on Apache2 & Apache::ASP (2.57) and I'm still getting errors when attempting to run the Bookmarks demo. The /asp/eg examples are...
3 Apr 7, 2004
2:51 pm

Randy Kobes
randy@...
Send Email

I try yet to install and run the asp with Apache. I installed everything, but when I send message to bring data from asp file, nothing is shown. Is returned...
2 Apr 5, 2004
6:13 am

Josh Chamas
josh@...
Send Email

Hi All, Hey, I'm new to Apache, Mod_Perl and Apache::ASP, but not to Perl. The version for the current Apache install is: Apache/2.0.48 (Win32)...
3 Mar 23, 2004
5:17 pm

Josh Chamas
josh@...
Send Email

I'm having great dificulties to configure the Apache::Asp, I use Windows XP Pro with Apache 2.0.48. The Perl is in C:. I tried everything, but nothing worked....
2 Mar 23, 2004
5:05 pm

Josh Chamas
josh@...
Send Email

Hi there, I was playing around with XMLSubs and I hit a problem. First the basics: httpd.conf ... PerlSetVar XMLSubsMatch mobile:[\w\-]+ PerlSetVar...
4 Mar 19, 2004
11:59 am

Thanos Chatziathanass...
tchatzi@...
Send Email

Hi All, I just installed Apache/2.0.48(W2K Server Dual Proc)mod_perl/1.99_13 Perl/v5.8.0. Perl existed prior to all the new Apache modules being installed. ...
3 Mar 18, 2004
4:49 am

Craig Dayton
cadayton@...
Send Email

Just out of curiosity, what editor do you folks normally use when writing perl? What editor do you used when writing perl inside HTML in ASP-style? Have you...
5 Mar 17, 2004
7:19 am

Helmut Zeilinger
hz@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help