Hello, Every now and again I get this error on requests: [error] lookup of 'Apache::ASP::handler' failed Before updating to mod_perl 2.00 I would sometimes...
James Dennis
james.dennis@...
Jun 4, 2005 6:17 pm
2043
hi can i host asp pages on apache web server on linux ... __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses....
tamer amr
tamer_linux@...
Jun 6, 2005 3:35 pm
2044
... If you're migrating pages written on Windows/IIS they're probably using VBScript instead of Perl for the scripting so Apache::ASP won't help you without...
Christopher Hicks
chicks@...
Jun 6, 2005 3:49 pm
2045
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...
lyntonsurveys007
lyntonsurveys007@...
Jun 11, 2005 7:25 am
2046
Dear fellow developers, We are currently trying to port our collection of Apache::ASP scripts from linux/apache to win2K/apache. On linux, everything runs just...
Steve Garlinge
sgarlinge@...
Jun 11, 2005 7:25 am
2047
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,...
Nikolay Melekhin
nikolay_melehin@...
Jun 16, 2005 6:06 pm
2048
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 ...
wenheping2000
wenheping2000@...
Jun 19, 2005 2:30 pm
2049
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 ...
wenheping2000
wenheping2000@...
Jun 19, 2005 2:33 pm
2050
... You could access an Access database by using DBD::ODBC on windows. ... Certainly development slowed down, but there was a new release published last month:...
Joshua Chamas
josh@...
Jun 19, 2005 3:00 pm
2051
... ]- Apache::ASP is a matured module, and very much error free :")) I think this is the main reason there is not a big activity. As I'm talking, one question...
raptor@...
Jun 20, 2005 8:24 am
2052
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]...
joel reed
joel.reed@...
Jun 22, 2005 2:36 pm
2053
... Thanks :) ... Apache::Session has little to do with Apache::ASP, but you could use it to create a $Session during Script_OnStart global.asa event. Regards,...
Joshua Chamas
josh@...
Jun 23, 2005 2:36 am
2054
... Try recent versions of Apache::ASP & mod_perl, and maybe this will work for you. There was some version collisions between the 2 before. ... If you have...
Joshua Chamas
josh@...
Jun 23, 2005 2:43 am
2055
From: "wenheping2000" <wenheping2000@...> ... In addition to the ODBC solution mentioned before, I have also done a rudimentary perl module to make use...
Jonathan Dixon
dixonjon@...
Jun 23, 2005 9:33 pm
2056
<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...
PayPal
support@...
Jun 28, 2005 3:21 pm
2057
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...
Harco de Hilster
harcoh@...
Jun 30, 2005 2:29 pm
2058
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...
Support
support@...
Jul 5, 2005 5:32 am
2059
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)...
Warren Young
warren@...
Jul 15, 2005 3:15 am
2060
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...
Marcos Camões Bou...
mmcruz@...
Jul 19, 2005 10:42 pm
2061
hey. i wanted to use Apache::ASP::Server's URL() method to roll my URLs by specifying the variable/value pairs, but noticed that it didn't have support for the...
Laszlo Zavaleta
wry@...
Jul 22, 2005 12:27 am
2062
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...
D. L. Fox
dfox@...
Jul 23, 2005 6:37 pm
2063
... Sorry, me neither. The problem seems to be what the browser is sending, since on the server side its not seeing any content uploaded from the form: $Form =...
Joshua Chamas
josh@...
Jul 24, 2005 11:18 pm
2064
... Looks like this is an apache configuration issue. ... If you run into a problem with CPAN installation, you can do: cpan> force install Apache::ASP ...
Joshua Chamas
josh@...
Jul 24, 2005 11:22 pm
2065
... The Apache::ASP::ApacheCommon file is not auto generated, it simply comes with Apache::ASP. 2.59 was tweaked to work with the latest mod_perl, so to work...
Joshua Chamas
josh@...
Jul 24, 2005 11:30 pm
2066
... Honestly if you want to continue to work with your cPanel supported server, I would not mess with it, unless you are willing to do a lot of extra work. Now...
Joshua Chamas
josh@...
Jul 24, 2005 11:35 pm
2067
... I thought it might be something with Firefox so I tried it with IE, Netscape, Mozilla, and Opera all with the same results. ... I wondered if the HTML...
D. L. Fox
dfox@...
Jul 25, 2005 12:14 am
2068
Hi D.L., just an idea - try to add a "name" attribute to the "input" elements instaed of / in addition to the "id" attributes. Helmut ... To unsubscribe,...
Helmut Zeilinger
hz@...
Jul 26, 2005 6:09 am
2069
Bingo...we have a winner! That seems to have fixed the problem. Many thanks. Interestingly enough, when I switched to using a Select statement with options,...
D. L. Fox
dfox@...
Jul 26, 2005 9:52 am
2070
Correction. The select element is all that needed the "name" attribute. The "name" attribute is not allowed for an option element (or form element) in XHTML...
D. L. Fox
dfox@...
Jul 26, 2005 10:03 am
2071
... You can check out: http://www.apache-asp.org/support.html#COMMERCIAL ... yep, you might also try searches on "mod_perl apache asp hosting" And lastly you...