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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1426 - 1455 of 2276   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1426
Josh, a little bird tells me Apache::ASP uses Apache::compat, which is a no-no, as it breaks mp2 API. See: ...
Stas Bekman
stas@...
Send Email
Dec 4, 2003
8:11 pm
1427
Hello, I am really at the baby step level regarding servers, apache, etc. However, I have the need to be able to run ASP pages on our linux/apache server so I...
Robin McDermott
robinm@...
Send Email
Dec 5, 2003
4:35 pm
1428
Hello Robin, I'm afraid Apache::ASP won't work for you (at least, not like you expect it to). You see, your example here is VBScript and Apache::ASP only works...
Thanos Chatziathanass...
tchatzi@...
Send Email
Dec 5, 2003
4:53 pm
1429
Hi Thanos, Thank you so much for the speedy reply. I am going to pass this information onto our programmer and he might be back in touch with some questions. ...
Robin McDermott
robinm@...
Send Email
Dec 5, 2003
6:35 pm
1430
... ASP is just an API, it is not tied to VBScript. If it's important for you to be able to run the same code on both the Windows and Linux web servers, you...
Warren Young
warren@...
Send Email
Dec 5, 2003
8:18 pm
1431
Hi Warren, Thank you. I am obviously out of my league. Just trying to do some preliminary work for our programmer. I am sure he will be able to make sense...
Robin McDermott
robinm@...
Send Email
Dec 5, 2003
8:32 pm
1432
... From: "Robin McDermott" <robinm@...> Sent: Friday, December 05, 2003 11:34 AM Subject: Very Basic Newbie Questions ... In Apache::ASP, this would be...
D. L. Fox
dfox@...
Send Email
Dec 5, 2003
8:50 pm
1433
Thanks DL, I will have to check with my dedicated server provider - maybe I already have what I need installed? Thanks for all of this other information too....
Robin McDermott
robinm@...
Send Email
Dec 5, 2003
9:03 pm
1434
Hi People, Just got Apache:ASP installed on my mandrake 8.2 standard install box and was wondering how I get this to parse .asp files correctly under a virtual...
Shannon Doyle
shannon@...
Send Email
Dec 9, 2003
2:02 am
1435
Hi Shannon, your conf file seems to be ok. Does/did it work when you leave the "<IfModule ..>"-condition and / or write "<Files ~ (.*)>"? Is modperl loaded or...
Helmut
h.zeilinger@...
Send Email
Dec 9, 2003
6:48 am
1436
Howdy Shannon, In addition to what Helmut said, it might also help if you include a bit of code from one of your ASP pages that you've tried without success....
D. L. Fox
dfox@...
Send Email
Dec 9, 2003
8:31 am
1437
Hi All, I work with module Apache::ASP and not found documentation for method CreateObject("Scripting.FileSystemObject"). For sample the next script in ASP <% ...
Patricio Muñoz
pmunoz@...
Send Email
Dec 9, 2003
2:15 pm
1438
Hi Patricio, i guess you won't find any documentation of CreateObject("Scripting.FileSystemObject") because Apache::ASP currently and probably in all the...
Helmut
h.zeilinger@...
Send Email
Dec 9, 2003
2:32 pm
1439
... language. ... Thank's friend, i see the documentation :-) best regards ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands,...
Patricio Muñoz
pmunoz@...
Send Email
Dec 9, 2003
2:39 pm
1440
During the maintenance of our web application, Stuart Johnston and myself noticed the email error report was nice but did not expand the array references. Here...
Steve Lilley
slilley@...
Send Email
Dec 9, 2003
6:44 pm
1441
Hi Helmut, Hmm looking at the error log I ge the following [notice] Apache-AdvancedExtranetServer/1.3.23 (Mandrake Linux/4mdk) mod_ssl/2.8.7 OpenSSL/0.9.6c...
Shannon Doyle
shannon@...
Send Email
Dec 10, 2003
1:01 am
1442
Looking through the httpd-perl error log I get [notice] Apache-AdvancedExtranetServer/1.3.23 (Mandrake Linux/4mdk) mod_perl/1.26 configured -- resuming normal...
Shannon Doyle
shannon@...
Send Email
Dec 10, 2003
1:16 am
1443
Hi Shannon, well, at least mod_perl sems to be running.. I have no other idea than trying.. Could you try an apache content handler like the simple example in ...
Helmut
h.zeilinger@...
Send Email
Dec 10, 2003
6:53 am
1444
I'm not sure about Mandrake 8.2 but Mandrake 9.x uses a somewhat non-standard Apache setup. Mod_perl runs as a seperate process and is supposed to be proxied...
Stuart Johnston
sjohnston@...
Send Email
Dec 10, 2003
5:10 pm
1445
... My apologies for taking so long to follow up with this fix. I have on a couple occasions tried to implement this change to produce the results you are...
Josh Chamas
josh@...
Send Email
Dec 17, 2003
3:19 am
1446
... My apologies for not getting back sooner. I have been swamped this past month. I will look into this as soon as possible, and let you know the fix. For...
Josh Chamas
josh@...
Send Email
Dec 17, 2003
3:35 am
1447
... Thanks for starting this thread Randy & figuring out what the problem was. I have been swamped this past month, and have been unable to look into this...
Josh Chamas
josh@...
Send Email
Dec 17, 2003
3:41 am
1448
... The Apache::ASP v2.55 released in August removed the use of Apache::compat entirely, with a native port to mod_perl 2 done at that time. Regards, Josh ...
Josh Chamas
josh@...
Send Email
Dec 17, 2003
4:04 am
1449
... I was misinformed, then. Enrico has downloaded the packages from CPAN and grepped for Apache::compat. So either his CPAN mirror was out of date, or it's ...
Stas Bekman
stas@...
Send Email
Dec 17, 2003
5:27 am
1450
... I was beginning to wonder what was up with that. ... Curious. ... Curious indeed. ... Yes. Incomplete, and though usable if client programs are modified,...
Skylos the Doggie
skylos@...
Send Email
Dec 17, 2003
7:15 am
1451
... A grep of Apache::ASP v2.55 shows no code references to Apache::compat [Apache-ASP-2.55]$ grep -r 'Apache::compat' . ./site/changes.html: +Added...
Josh Chamas
josh@...
Send Email
Dec 17, 2003
8:20 am
1452
I am desperately trying to setup a webapp called webtime written in Apache::ASP I have set up and installed mod_perl and Apache::ASP on apache 1.3 and...
explodingjam
explodingjam@...
Send Email
Dec 19, 2003
8:24 pm
1453
I am desperately trying to setup a webapp called webtime written in Apache::ASP I have set up and installed mod_perl and Apache::ASP on apache 1.3 and...
explodingjam
explodingjam@...
Send Email
Dec 19, 2003
8:24 pm
1454
I'm about to set up a new site for a club. I am in the process of writing a complete site for a different purpose, but it won't be ready for this club's site. ...
Gregory Youngblood
greg@...
Send Email
Dec 20, 2003
2:16 am
1455
Hi John, i would start with two simple things: - write a simple asp-page like (leave global.asa as it was after the installation of Apache::ASP) [..] <% ...
Dr. Helmut Zeilinger
mail@...
Send Email
Dec 20, 2003
9:14 pm
Messages 1426 - 1455 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