... I just use Perl's die(). When "PerlSetVar Debug 2" is set, you get the output to the browser. In production mode, this should be turned off, but then the...
Josh Chamas
josh@...
Jun 7, 2004 8:48 am
1723
I am using apache 2.0.47 and apache::asp with mod_perl. It serves asp pages ok but when I include perlscript in the .asp file it still works but most of the...
Baden Grey
baden.grey@...
Jun 7, 2004 11:31 pm
1724
... Make sure to upgrade to Apache::ASP 2.57, as the problem was fixed in that release. Regards, Josh ...
Josh Chamas
josh@...
Jun 7, 2004 11:40 pm
1725
Hello Apache::ASP'ers, I am currently upgrading my Apache::ASP implementation from the following enviornment: Solaris 8 Apache/1.3.19 (Unix) w/ mod_ssl perl,...
Nicholas Schuetz
nick@...
Jun 24, 2004 6:42 pm
1726
i have spent most of my morning trying to get some third party control panel setup on my server. First i got ASP up and running fine, i know this cause the...
gamgisan
gamgisan@...
Jun 25, 2004 6:18 pm
1727
... You might contact the author of the control panel about this, but it seems to me that since the control panel code is referencing ASP, and not Apache::ASP,...
Josh Chamas
josh@...
Jun 25, 2004 6:28 pm
1728
Thanks for the quick response Josh. I took a much needed fishing trip this weekend so im just getting back to this. I asked the creator of this app if it has...
D B
gamgisan@...
Jun 29, 2004 6:37 pm
1729
Hello, I was reading through the source for GlobalASA.pm and saw Script_OnParse in there as an event. After a quick google, I really didn't find much - just a...
John Drago
john.drago@...
Jun 29, 2004 6:38 pm
1730
Howdy, Is it possible to have a page parsed for both Apache::ASP and PHP? Yes, I know mixing languages on a single page is poor form. But such is the need for...
Andrew Koebrick
exlibrismn@...
Jun 30, 2004 3:26 am
1731
... Hi John, I'm impressed that you found it, and I'm surprised that it had to be found, that it was never documented. The whole point of Script_OnParse is to...
Josh Chamas
josh@...
Jun 30, 2004 3:42 am
1732
... Right, with mod_perl 2 / Apache 2 this seems theoretically possible. But no framework has been created to make Apache::ASP work in this way. Here is a link...
Josh Chamas
josh@...
Jun 30, 2004 3:59 am
1733
... Well, you might try to find out where PageFrame.xslt is, and make sure that the path being executed by the LibXML load will work with that. You could do a...
Josh Chamas
josh@...
Jun 30, 2004 4:03 am
1734
Hi list, I started playing around with Apache::ASP the other day and encountered a rather strange way of dealing with includes. Let's say I have the following...
Marko Friedemann
mfr@...
Jul 7, 2004 4:37 pm
1735
... This is simply how it works, that the base directory includes are done from is first the directory of the executing script, followed by the Global...
Joshua Chamas
josh@...
Jul 7, 2004 5:43 pm
1736
Take a look at the documentation here: http://www.apache-asp.org/ssi.html Quote: "That is not all! SSI is full featured. One of the things missing above is the...
John Drago
john.drago@...
Jul 7, 2004 5:48 pm
1737
... That might be reasonable if it doesn't break anything else. ... Using #include virtual doesn't actually do anything. It just outputs the comment as if it...
Marko Friedemann
marko.friedemann@...
Jul 7, 2004 5:55 pm
1738
Maybe it should chdir into whatever directory each file it encounters, before Parse()ing it. Do you get the same problem if you use #include virtual="/2/C"? --...
John Drago
john.drago@...
Jul 7, 2004 5:56 pm
1739
Hi list, I started playing around with Apache::ASP the other day and encountered a rather strange way of dealing with includes. Let's say I have the following...
Marko Friedemann
mfr@...
Jul 7, 2004 5:56 pm
1740
Hi boys! Can somebody tell me is it possible to have two applications in one root directory? I think it is, but how to configure it? Do I have to use .htacces...
k_berov
k_berov@...
Jul 7, 2004 5:58 pm
1741
... Well, yes. This IS how it works. The question is wether it is actually SUPPOSED to be that way and wether there is any security or whatever other reason...
Marko Friedemann
mfr@...
Jul 8, 2004 8:38 am
1742
... Doh, yeah, I actually read this page before. It wasn't, however, immediately brought to my attention when I tried the virtual include. I'll try to add SSI...
Marko Friedemann
mfr@...
Jul 8, 2004 8:41 am
1743
... Yes, it is supposed to work that way. Currently the context of includes does in no way override the context of the base executing script. This is...
Joshua Chamas
josh@...
Jul 8, 2004 7:10 pm
1744
Hi all! I installed Apache 2.0.48(win32)/mod_perl 1.99 + Perl 5.8.3. Before it's used Apache1.3.27/mod_perl1.27 + Perl 5.6.1. There is Apache::ASP 2.57 on both...
Ruslan Appazov
ruslan@...
Jul 8, 2004 7:13 pm
1745
... You likely need to use different .htaccess configs to define what you want the applications to be different by. If the global.asa is what you want to be ...
Joshua Chamas
josh@...
Jul 8, 2004 7:26 pm
1746
Others have reported problems using Apache2 and CGI. I might try downgrading CGI and see if that helps. CGI 2.78 or some such is one I have success with ...
Joshua Chamas
josh@...
Jul 9, 2004 5:53 pm
1747
I also had idea that this problem might be course by different CGI version. There is a 2.98 one on my Apache1. You know - everything works there. And...
Ruslan Appazov
era@...
Jul 10, 2004 9:31 am
1748
Hi list. Since I'm using Apache::ASP::Loader to precompile scripts and doing so via NFS, it kind of took a long time. Most of it was spent not compiling...
Thanos Chatziathanass...
tchatzi@...
Jul 13, 2004 12:34 pm
1749
Does anyone know how I can view the contents of the global.asa loaded durring runtime. I am having troubles getting non built-in subroutines to work. For ...
Nicholas Schuetz
nick@...
Jul 13, 2004 10:10 pm
1750
We are currently performing a project to convert from ActivePerl/IIS to Apache::ASP and have run across issues with variables behaving strangely. After...
Bryce Foster
bryce@...
Jul 14, 2004 11:22 pm
1751
We are currently performing a project to convert from ActivePerl/IIS to Apache::ASP and have run across issues with variables behaving strangely. After...