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: 403
  • Category: Perl
  • Founded: Dec 5, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

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...
4 Apr 14, 2006
5:31 am

John Drago
john.drago@...
Send Email

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...
2 Apr 13, 2006
8:47 am

Nikolay Melekhin
nikolay_melehin@...
Send Email

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...
2 Mar 20, 2006
12:30 pm

Warren Young
warren@...
Send Email

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...
3 Mar 13, 2006
6:41 am

Helmut Zeilinger
hz@...
Send Email

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...
2 Feb 27, 2006
3:18 pm

Warren Young
warren@...
Send Email

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. ...
2 Jan 22, 2006
4:45 pm

raptor
raptor@...
Send Email

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...
3 Jan 21, 2006
11:13 pm

Eamon Daly
eamon@...
Send Email

Hi, I have a Debian Sarge webserver. Using Apache 2, Perl 5 en mod_perl 2 on it. I tried to install Apache::ASP on the basic of ...
3 Jan 19, 2006
11:41 pm

Sadjied Idoe
sadjied@...
Send Email

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?...
1 Jan 19, 2006
5:11 pm

Andrew Koebrick
exlibris@...
Send Email

hello all, i want to "library&#39;fy" some routines into a .pm (instead of putting it in global.asa) now i need to grab some cookie ...
2 Jan 10, 2006
11:31 am

Harco de Hilster
harcoh@...
Send Email

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...
5 Dec 27, 2005
3:31 am

Joshua Chamas
josh@...
Send Email

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...
1 Nov 24, 2005
12:32 am

Jonathan Dixon
dixonjon@...
Send Email

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: ...
1 Oct 25, 2005
8:22 am

Philip_Pereira@...
Send Email

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...
3 Oct 24, 2005
4:19 pm

Warren Young
warren@...
Send Email

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?...
2 Oct 15, 2005
6:03 am

Joshua Chamas
josh@...
Send Email

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]...
3 Oct 15, 2005
5:42 am

bfbay2005
bfbay315@...
Send Email

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...
2 Sep 28, 2005
9:58 am

Warren Young
warren@...
Send Email

... 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....
1 Sep 24, 2005
7:18 pm

Bruno Czekay
bruno@...
Send Email

I want to use sendmail in an asp page, thought the best way would be to call a simple perl script; does anyone know how to do that? Thanks; Cliff...
6 Sep 22, 2005
5:02 pm

Cliff Rubin
walkacrossfire@...
Send Email

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...
2 Aug 11, 2005
10:30 pm

Mike Morrow
morrow@...
Send Email

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...
7 Jul 26, 2005
3:20 pm

Joshua Chamas
josh@...
Send Email

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...
2 Jul 24, 2005
11:35 pm

Joshua Chamas
josh@...
Send Email

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)...
2 Jul 24, 2005
11:30 pm

Joshua Chamas
josh@...
Send Email

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...
2 Jul 24, 2005
11:22 pm

Joshua Chamas
josh@...
Send Email

hey. i wanted to use Apache::ASP::Server&#39;s URL() method to roll my URLs by specifying the variable/value pairs, but noticed that it didn't have support for the...
1 Jul 22, 2005
12:27 am

Laszlo Zavaleta
wry@...
Send Email

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...
1 Jun 30, 2005
2:29 pm

Harco de Hilster
harcoh@...
Send Email

<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...
1 Jun 28, 2005
3:21 pm

PayPal
support@...
Send Email

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 ...
6 Jun 23, 2005
9:33 pm

Jonathan Dixon
dixonjon@...
Send Email

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...
3 Jun 23, 2005
2:43 am

Joshua Chamas
josh@...
Send Email

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,...
1 Jun 16, 2005
6:06 pm

Nikolay Melekhin
nikolay_melehin@...
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