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...
Andrew Yu
andrew@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
Jan 19, 2006 5:11 pm
2102
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 ...
Sadjied Idoe
sadjied@...
Jan 19, 2006 5:26 pm
2103
... This indicates that you either do not actually have mod_perl2, or you are using one of the earlier 1.99* versions before they changed everything over to...