Greetings, Is there an easy way to view all open sessions for a given instance of Apache::ASP? I realize that it is possible for me to keep track of this...
hi guys , How can I redirect the errors that perl sent ? I use : use CGI::Carp qw(fatalsToBrowser); use carp::notify ; use carp ; etc etc .... but nothing...
After a considerable amount of time, I finally managed to get Apache::ASP built. However, I am unable to run the examples or any of my own ASP files. the error...
I have setup apache to run on Mandriva Linux 2006. There was a mandriva rpm built for apache-asp which I installed. I have added mod_perl to be loaded in...
I finally got around to converting our Apache::ASP application so that it uses UTF-8 throughout, instead of Latin-1. I learned a few things that aren't...
Hi, Can Apache::ASP connect with MySQL? With what sort of database servers can it connect? Where can I find it? And how can I install it on Debian? Thank you. ...
I know this has been mentioned before on the list, but I'm having a heck of a time overriding $Session with Apache::Session. Josh advises: "...I would use...
Howdy, I need to exclude a few directories from being interprented by Apach::ASP. Currently, I amsetting the handler in my http.conf file with a <Files?...
Hi, I have faced this interesting problem several times. Here is what happens: I have virtualhost A and virtualhost B both running ASP. Virtualhost A has a...
I recently upgraded my servier from Fedora Core 2 to Fedora Core 4, and thus the new versions of Apache and ASP as well. This seems to have broken one of my...
Hey all, Is it possible to complete a cookieless Redirect, but still holding the current SessionID? from my global.asa file, I run this command from a sub: ...
Hi, I am having problems with running the demo asp example files, essentially the source code is being shown in the web browser . The system setup is Linux...
Hi, im trying to install apache::asp:extra on my server but I get the following error whenever I try to run the cpan install, any ideas how I can sort it out?...
i needed to make the following change to get Apache::ASP 2.59 to work with fedora core 4's mod_perl-2.0.0-0.rc5.3. without it i see: [Wed Jun 22 09:10:21 2005]...
I am attempting to get Apache::ASP going on a new system but get this error when starting Apache: [error] Can't locate Apache2/RequestRec.pm in @INC The system...
... It CAN have, but it doesn't mean it MUST have. It may be a ChiliSoft or something else, which gives one ability to run ASP pages with VB code on Unix....
Server Version: Apache/2.0.50 (Unix) mod_ssl/2.0.50 OpenSSL/0.9.7g FrontPage/5.0.2.2635 mod_jk/1.2.0 mod_perl/2.0.1 Perl/v5.8.6 Server Built: Aug 9 2005...
I'm not sure if this is off topic because I'm not sure what is causing my problem - HTML, Apache::ASP, or what... I've been working on converting a personal...
I am trying to get ASP working under my cPanel/WHM linux server. I've installed Apache::ASP perl module via CPAN install and the module install went ok without...
It seems that ApacheCommon.pm is auto-generated, because it was different on two systems I have, both of which have the same versions of Apache::ASP (2.59)...
I have a apache-perl 1.3.33 running in a Debian 3.0 R2 I installed the apache via apt-get install, and did the same for the libapache-mod-perl 1.29.0.3-6 and...
hey. i wanted to use Apache::ASP::Server39;s URL() method to roll my URLs by specifying the variable/value pairs, but noticed that it didn't have support for the...
Hi, I am trying to load the DBD::Ingres module, which loads a shared library. Under Apache::ASP this fails with the error: IImain: Cannot open standard...
<xmeta http-equiv="description" content="PayPal lets you send money to anyone with email. PayPal is free for consumers and works seamlessly with your existing...
HI, i have some questions about apache-asp: 1) can apache-asp support using access database? 2) does apache-asp stop developping now since there is no update ...
Dear fellow developers, We are currently trying to port our collection of Apache::ASP scripts from linux/apache to win2K/apache (Why? That's for another...
Hi! At startup Apache::ASP load mod_perl module if MOD_PERL environment variable is not empty. But I found following trouble: if I install mod_perl2 as DSO,...