We are currently performing a project to convert from ActivePerl/IIS to Apache::ASP and have run across issues with variables behaving strangely. After...
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...
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...
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...
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...
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...
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...
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...
Hello Apache::ASP39;ers, I am currently upgrading my Apache::ASP implementation from the following enviornment: Solaris 8 Apache/1.3.19 (Unix) w/ mod_ssl perl,...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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....
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...
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...
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...
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....
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. ...
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...