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...
2092
Bruno Marcucci
brunomarcucci@...
Nov 29, 2005 12:10 am
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...
2093
Christopher Hicks
chicks@...
Nov 29, 2005 6:20 pm
... 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...
2094
Bruno Marcucci
brunomarcucci@...
Nov 29, 2005 8:17 pm
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...
2095
Andrew Yu
andrew.yu@...
Dec 1, 2005 6:18 am
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 ? ...
2096
shroompicker2000
shroompicker2000@...
Dec 27, 2005 2:42 am
... RedHat 8. ... I found a link which confirms the problem and proposes a big, big workaround: ...
2097
Joshua Chamas
josh@...
Dec 27, 2005 3:31 am
... 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...
2098
Orlando Andico
orly.andico@...
Jan 10, 2006 10:58 am
hello all, i want to "library39;fy" some routines into a .pm (instead of putting it in global.asa) now i need to grab some cookie ...
2099
Harco de Hilster
harcoh@...
Jan 10, 2006 11:31 am
... You will have to use $main::Request to access the Request object outside an ASP script. Good luck, Harco -- ... Harco de Hilster AT Consultancy...
2100
Eamon Daly
eamon@...
Jan 18, 2006 6:23 am
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...
2101
Andrew Koebrick
exlibris@...
Jan 19, 2006 5:11 pm
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?...
2102
Sadjied Idoe
sadjied@...
Jan 19, 2006 5:26 pm
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 ...
2103
Warren Young
warren@...
Jan 19, 2006 10:17 pm
... 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...
2104
Sadjied Idoe
sadjied@...
Jan 19, 2006 11:41 pm
Thank you, It Works!!!!! Sadjied Idoe Eigenaar Unlimited-Xs Webhosting & Web-Services Tel: 06-40846747 (Alleen tussen 8:00 & 19:00 bereikbaar. Geen gehoor, ...
2105
Eamon Daly
eamon@...
Jan 21, 2006 7:33 pm
Well, I still can't muster the magic to get $Session properly[1] viewable from ASP::XMLSubs or any other module, but here's how to get ... PerlSetVar NoState 1...
2106
Eamon Daly
eamon@...
Jan 21, 2006 11:13 pm
I could have /sworn/ I'd tried that! In any case, that works great. Thanks! ____________________________________________________________ Eamon Daly ... From:...
2107
Sadjied Idoe
sadjied@...
Jan 22, 2006 4:17 pm
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. ...
2108
raptor
raptor@...
Jan 22, 2006 4:45 pm
it is not Apache::ASP responsibility to provide u with database conectivity, for this use either DBI (or Apache::DBI) directly or Class::DBI any other...
2109
Warren Young
warren@...
Feb 23, 2006 5:29 pm
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...
2110
Warren Young
warren@...
Feb 27, 2006 3:18 pm
... No, I'm not sure. At this point, I just know that there are pages where, if I remove the pragma, the UTF-8 characters get munged. I haven't tried to...
2111
Christopher Taylor
mojosound@...
Mar 12, 2006 7:14 pm
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...
2112
Helmut Zeilinger
hz@...
Mar 12, 2006 7:55 pm
... Christopher, First take a look into the servers error-log file, usually located in "/var/log/httpd/error.log/" or similar - depending on the servers setup...
2113
Helmut Zeilinger
hz@...
Mar 13, 2006 6:41 am
Christopher, ... do you use the newest (stable) versions of mod_perl and Apache::ASP and of Apache 2.0.x? If applicable in your case: did you remove any...
2114
Edward King
edwardcking2001@...
Mar 18, 2006 11:43 pm
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...
2115
Warren Young
warren@...
Mar 20, 2006 12:30 pm
... I don't suppose that these files you're not showing us are VBScript ASP files? If so, read the FAQ at apache-asp.org. ... To unsubscribe, e-mail:...
2116
savimonty
savimonty@...
Apr 7, 2006 4:41 am
Hi, I would like to know how to call any Apache::ASP object call from a perl script. I need to know which package should I "use" to do this ...! The intent of...
2117
Skylos
skylos@...
Apr 7, 2006 3:59 pm
You set up mod_perl per documentation with the Apache::ASP module and in your perlscript scripts handled by the appropriate handler, the $Response object is...
2118
savimonty
savimonty@...
Apr 10, 2006 9:20 am
Thanks. Well, I did not understand what you tried to say.... sorry..!! Just a Novice to perl But this is what I want to do. ... I have a file trial.pl ########...
2119
Fagyal Csongor
concept@...
Apr 10, 2006 9:24 am
Hi, ... Usually you run Apace::ASP from Apache (nomen est omen ;)) In that case, all objects are already created for you - and you do not have a .pl script but...
2120
savimonty
savimonty@...
Apr 10, 2006 12:17 pm
Well, thanks again, I am not trying to run an ASP script...!! I know how to do that...!! I know that the ASP objects are created for me once the deelimiters...