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...
Show off your group to the world. Share a photo of your group with us.

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 1734 - 1763 of 2276   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Unknown
foster_bryce@...
Send Email
Jul 14, 2004
11:23 pm
1752
We are currently performing a project to convert from ActivePerl/IIS to Apache::ASP and have run across issues with variables behaving strangely. After...
Unknown
foster_bryce@...
Send Email
Jul 14, 2004
11:27 pm
1753
... That would be chasing the symptom, not the cause. Instead, convince yourself directly that the global.asa you think is running is in fact being compiled....
Warren Young
warren@...
Send Email
Jul 15, 2004
6:55 pm
1754
... You mean one of the original authors doesn't understand Perl. ... First, drop ActivePerl from that. That's a different issue entirely. Second, the reason...
Warren Young
warren@...
Send Email
Jul 15, 2004
7:12 pm
1755
... Besides Warren's excellent response to your original email, I would like to add a few things... ... Consider the alternative to caching things where...
Joshua Chamas
josh@...
Send Email
Jul 16, 2004
7:29 pm
1756
... It does seem useful. My work around before has been to programmatically call Apache::ASP->Load on only the directories that I want to be read fully. Can ...
Joshua Chamas
josh@...
Send Email
Jul 16, 2004
7:33 pm
1757
Thanks for the reply, Warren. I have already taken this aproach. I know the global.asa I am working with is in fact the one being compiled. One very important...
Nicholas Schuetz
nick@...
Send Email
Jul 17, 2004
3:50 pm
1758
... It could, but I'm probably too lazy to do it like that :) You see, the directory structure I have is like this: htdocs/ domain1 domain2 ...
Thanos Chatziathanass...
tchatzi@...
Send Email
Jul 19, 2004
9:11 am
1759
OK I finally figured it out. All I needed to do is specify: package Apache::ASP::TYPHOON; in all source files I want to use my custom subroutines in...
Nicholas Schuetz
nick@...
Send Email
Jul 19, 2004
2:47 pm
1760
... Actually, now that I come to think of it, it won't work: there are sites with a number of scripts in their root directory and a subdirectory of root filled...
Thanos Chatziathanass...
tchatzi@...
Send Email
Jul 19, 2004
6:05 pm
1761
OK one more thing, I was reading through the Apache::ASP documentation trying to figure out where I went a stray and here is where I think I got confused. This...
Nicholas Schuetz
nick@...
Send Email
Jul 20, 2004
12:32 am
1762
... Hi Nick, I think you have it right that the documentation needs some revising. What you do *not* need to do is set "package Apache::ASP::TYPHOON" in your...
Joshua Chamas
josh@...
Send Email
Jul 20, 2004
10:55 am
1763
... What about doing something like: for my $file_or_dir (glob(qw(/path/to/root/*.asp)), /path/to/other) { Apache::ASP->Load($file_or_dir, '.*', %config); } ...
Joshua Chamas
josh@...
Send Email
Jul 20, 2004
12:28 pm
Messages 1734 - 1763 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