Search the web
Sign In
New User? Sign Up
apache-asp · Apache::ASP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2072 - 2101 of 2276   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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?...
Stephen Hyde
webmaster@...
Send Email
Oct 4, 2005
7:37 am
2084
... object ... /usr/lib/perl5/site_perl/5.8.6/Apache ... line 20 ... 'Global') ... 'Apache2::RequestRec=SCALAR(0x8014fec4)', ... ...
bfbay2005
bfbay315@...
Send Email
Oct 15, 2005
5:42 am
2085
... object ... /usr/lib/perl5/site_perl/5.8.6/Apache ... line 20 ... 'Global') ... 'Apache2::RequestRec=SCALAR(0x8014fec4)', ... ...
bfbay2005
bfbay315@...
Send Email
Oct 15, 2005
5:42 am
2086
... 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@...
Send Email
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...
Andrew Yu
andrew@...
Send Email
Oct 24, 2005
10:17 am
2088
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: ...
Philip_Pereira@...
Send Email
Oct 24, 2005
10:39 am
2089
... I don't see that you changed the DirectoryIndex directive. Are you certain that mod_perl is working? Can you try a simple "Hello, world!" type program to...
Warren Young
warren@...
Send Email
Oct 24, 2005
4:19 pm
2090
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: ...
Philip_Pereira@...
Send Email
Oct 25, 2005
8:22 am
2091
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...
Jonathan Dixon
dixonjon@...
Send Email
Nov 24, 2005
12:32 am
2092
Hi, I already did anything to try to install ASP into APACHE. In CPAN shows that everything is installed, but nothing works. Can you help me? R, Bruno Marcucci...
Bruno Marcucci
brunomarcucci@...
Send Email
Nov 29, 2005
12:10 am
2093
... What sort of error messages are you seeing in your browser and in your apache logs? What platform is this? What did you check that didn't work? If you...
Christopher Hicks
chicks@...
Send Email
Nov 29, 2005
6:20 pm
2094
Yep, I can. I saw all in txt files, like if you opened a text in the browser. Seeing all asp commands. My platform is Debian Linux - Sarge. I checked in CPAN...
Bruno Marcucci
brunomarcucci@...
Send Email
Nov 29, 2005
8:17 pm
2095
Hi, First of all, does your apache web server start? Have you checked the necessary apache log files, e.g error_log kept in the apache/logs directory ? ...
Andrew Yu
andrew.yu@...
Send Email
Dec 1, 2005
6:18 am
2096
... RedHat 8. ... I found a link which confirms the problem and proposes a big, big workaround: ...
shroompicker2000
shroompicker2000@...
Send Email
Dec 27, 2005
2:42 am
2097
... If you are using StatINC or StatINCMatch settings, this could trigger a check of a module that is unrelated to your Apache::ASP scripts. If you are using...
Joshua Chamas
josh@...
Send Email
Dec 27, 2005
3:31 am
2098
hello all, i want to "library'fy" some routines into a .pm (instead of putting it in global.asa) now i need to grab some cookie ...
Orlando Andico
orly.andico@...
Send Email
Jan 10, 2006
10:58 am
2099
... You will have to use $main::Request to access the Request object outside an ASP script. Good luck, Harco -- ... Harco de Hilster AT Consultancy...
Harco de Hilster
harcoh@...
Send Email
Jan 10, 2006
11:31 am
2100
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...
Eamon Daly
eamon@...
Send Email
Jan 18, 2006
6:23 am
2101
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?...
Andrew Koebrick
exlibris@...
Send Email
Jan 19, 2006
5:11 pm
Messages 2072 - 2101 of 2276   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help