Hi, Using CGI I was able to display the upload status as the files were being uploaded by reading raw post data from STDIN, writing it to a temp file, and then...
... Hi List, I have a rather huge ASP application (a portal engine). Recently, I have seen some of the pages slowing down very much. I have tracked down the...
Hi, I just can't run ASP pages in my server. I'm running Plesk 7 Reloaded 7.1.4, with perl-Apache-ASP 2.57-fc1.build71040916.21 and mod_perl 1.99_12-2. Apache...
Hi, boys! After server restart we get the folowing error: the server OS is Linux . We have there two sites using Apache::ASP; The one is using DB_File for...
Hi, I searched through the FAQs and list archive and I haven't been able to find an answer to a very basic question I have. First, I have been able to get...
Hello All, I am trying to set up Apache::ASP on multiple Virtual Hosts on a single machine. The problem that I am having seems to be crossover of the...
I have one remaining, but somewhat glaring problem. After I use my ASP application for a little while (not really that long actually - maybe a dozen...
I need a better understanding of when a session gets created as opposed to when an existing session is used. Let me put forth my understanding and if someone...
Hi. I'm trying to get apache::asp working... Below are the instructions I followed, but when I actually get to the asp webpage, it's black.. The code I put in...
Hi - I saw some previous threads.. Tried different things but no luck. Everything was working fine with older versions of Apache::ASP and perl 5.003, cgi 2.41,...
I am having problems with post data being truncated. What is the state of compatibility between Apache::ASP and CGI.pm? My setup: Redhat 8 Apache 2 Apache::ASP...
I have a windows xp home edition machine with apache as the webserver. I would like to run ASP on it. Is Apache::ASP a 3 party software? What does perl have to...
Hi List! If the command from the subject would work like on an iis I would have the info I need. Unfortunatelly it doesn't and I also don't want to use iis....
Hello, Is it possible to generate Sessions IDs (later on used in cookies) through a different mechanism than the current one ? I would need to use another...
I'm getting the following in my error_log: [asp] [12696] [error] Can't undef active subroutine at /usr/lib/perl5/site_perl/5.8.0/Apache/ASP.pm line 1320. <-->...
I am creating a web application and I some hashes loaded with data I want to make available to all sessions, so I tried the command: $Application->{mydata} =...
Hi everyone, This is my first post to this list. I have looked high and low for a solution, but found none. I am having an issue setting up Apache-ASP with...
hello my server;s OS is Solaris 9 and i;ve been using Apache2 with mod-perl1.99 and Apache::ASP installed I also configured the httpd.conf file. However, when...
hello my server 's OS is Solaris 9.0 with Apache 2.0/mod_perl-1.99 Apache::ASP has been already set up; however, the Internet Explorer only exucute HTML-code,...
Hello all, I'm making that "templating toolkit" decision right now. Need to move QUICKLY. :-) My #1 goal is to totally separate my html and code from each...
in brief, i am trying to find where modperl, asp, or apache generates the infamous OK: The server encountered an internal error .... hopefully there is a...
Hello, I'm a total newbie to Perl/Apache::ASP, but I seem to have gotten things to work on a WinXP setup. I'm currently having problem with the formatting of...
Does anyone know how I can view the contents of the global.asa loaded durring runtime. I am having troubles getting non built-in subroutines to work. For ...
... This is my problem. I couldn't get custom subroutines to load from global.asa using GlobalPackage. When I go to _use_ it the compiler per the documentation...
Hi list. Since I'm using Apache::ASP::Loader to precompile scripts and doing so via NFS, it kind of took a long time. Most of it was spent not compiling...
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...