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...
Joshua Chamas
josh@...
Jul 26, 2005 3:20 pm
2072
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...
Mike Morrow
morrow@...
Aug 10, 2005 10:57 pm
2073
... Some progress. Apparently $ModPerl2 is not being set, perhaps due to a missing MOD_PERL environment variable. I explicitly set $ModPerl2 = '1' at about...
Mike Morrow
morrow@...
Aug 11, 2005 10:30 pm
2074
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...
Cliff Rubin
walkacrossfire@...
Sep 22, 2005 3:03 pm
2075
... In ASP, in a <% ... %> tag you are basically "in Perl", so just do whatever you would do in a "regular" perl script, e.g. open a PIPE to the sendmail...
Fagyal Csongor
concept@...
Sep 22, 2005 3:10 pm
2076
tried it and got a vbscript error ... From: "Fagyal Csongor" <concept@...> To: <asp@...> Sent: Thursday, September 22, 2005 11:06 AM ...
Cliff Rubin
walkacrossfire@...
Sep 22, 2005 3:59 pm
2077
When I pull out all the vbscript on the page and try to run the perl I still get a vb error similar to the one below and yet this IS a linux server running...
Cliff Rubin
walkacrossfire@...
Sep 22, 2005 4:43 pm
2078
These pages were originally built and run on IIS, then moved to a Linux Apache server. The ISP activated something that made the asp work, BUT, the function...
Cliff Rubin
walkacrossfire@...
Sep 22, 2005 4:59 pm
2079
If asp is working on an apache server doens't that mean it must have apache::asp? ... From: "John Drago" <john.drago@...> To: "Cliff Rubin"...
Cliff Rubin
walkacrossfire@...
Sep 22, 2005 5:02 pm
2080
... 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....
Bruno Czekay
bruno@...
Sep 24, 2005 7:18 pm
2081
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...
Andrew Koebrick
exlibris@...
Sep 27, 2005 11:47 am
2082
... [snip] ... The current version of Apache::ASP assumes that you are using the new mod_perl 2.0 interfaces. 1.99_16 uses the old mod_perl 1.0 interfaces. ...
Warren Young
warren@...
Sep 28, 2005 9:58 am
2083
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?...
... CPAN usually lets you do a "force install Apache::ASP::Extra"... the extra modules themselves probably have a test you need to get past. Regards, Josh ... ...
Joshua Chamas
josh@...
Oct 15, 2005 6:03 am
2087
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...