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 909 - 938 of 2276   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
909
Hi all. I am working on an application for which there are two levels of user. User level 1 must upload files to the server, and user level 2 must be able to...
richard@...
Send Email
Jan 3, 2003
9:59 am
910
Hi Richard, Happy new year to the list, BTW. ... Since You already have the users level is the Session object, you can have an asp handle the downloads, like...
Thanos Chatziathanass...
tchatzi@...
Send Email
Jan 3, 2003
10:46 am
911
On Friday, Jan 3, 2003, at 04:59 US/Eastern, richard@... ... If you don't mind using you mod_perl instances to serve files (your site is low...
Theo Schlossnagle
jesus@...
Send Email
Jan 3, 2003
2:49 pm
912
I am new to Apache and ASP, but was successful in getting Apache2 to run on Windows. I have also been able to run aspx on the same machine using a proxy ...
beckts33 <beckts@...>
beckts@...
Send Email
Jan 3, 2003
9:37 pm
913
Hi, I have faced this interesting problem several times. Here is what happens: I have virtualhost A and virtualhost B both running ASP. Virtualhost A has a...
Csongor Fagyal
concept@...
Send Email
Jan 6, 2003
5:17 pm
914
I am running Red Hat 8.0, Apache 2.0.40, mod_perl, and Apache::ASP. I installed Apache::ASP using make and it compiled successfully with no errors. However,...
Jeffrey L. Edgett <ed...
edgettj@...
Send Email
Jan 8, 2003
9:32 am
915
... Apache ... page ... Sorry for taking so long to reply, but I had email "issues". Thanks for this suggestion - it sounds like it will probably be just what...
Richard Curtis
richard@...
Send Email
Jan 8, 2003
11:02 am
916
Using the w3c validator, I get 'unknown entity' error for URL generated using $Server->URL(). -- Line 8, column 75: cannot generate system identifier for...
Peter Galbavy
peter.galbavy@...
Send Email
Jan 8, 2003
5:24 pm
917
... href="/css/style.css?category=misc&session-id=0aa89fea729d35f3cee8cb638927a ... Thinking about this, this was *not* generated using $Server-URL() but by ...
Peter Galbavy
peter.galbavy@...
Send Email
Jan 8, 2003
5:26 pm
918
... Actually, you're supposed to say ``&amp;'' instead of plain ``&''. See also RFC 1738. You can, however, also use ``;'' as a QueryString delimeter. Regards,...
Thanos Chatziathanass...
tchatzi@...
Send Email
Jan 8, 2003
5:27 pm
919
... That's cool - now how do we politely ask Apache::ASP to use ';' instead of '&' internally ? :-) Peter ... To unsubscribe, e-mail:...
Peter Galbavy
peter.galbavy@...
Send Email
Jan 8, 2003
5:32 pm
920
... I don't suppose you can.. ``;'' just works when you construct querystrings yourself. I was hasty in my answer before, so I sent the message before I read ...
Thanos Chatziathanass...
tchatzi@...
Send Email
Jan 8, 2003
5:52 pm
921
... Sorry Philip for taking so long to get back, I'm getting caught up post vacation! I agree about setting the ContentType back to text/html before flushing...
Josh Chamas
josh@...
Send Email
Jan 9, 2003
8:22 am
922
... In your apache distribution, you should have the file mime.types. Here are a couple lines from that file: application/msword doc ...
Josh Chamas
josh@...
Send Email
Jan 9, 2003
8:45 am
923
... If you are setting "use strict;" in your scripts, try using the UseStrict config also as the errors are handled better then. If that does not work for you,...
Josh Chamas
josh@...
Send Email
Jan 9, 2003
9:11 am
924
... This implies to me that the Write() function is not defined. Is this VBScript you are trying to do? What does this script look like? --Josh ...
Josh Chamas
josh@...
Send Email
Jan 9, 2003
9:12 am
925
... Right. SessionQueryParse should be adding &amp; to the query strings, not & for proper HTML. This has been true for enough years now that browsers...
Josh Chamas
josh@...
Send Email
Jan 9, 2003
9:27 am
926
And $Server->URL() ??? If it is a small patch or one line fix (for the two) then just those - I am trying to run a live server with as few 'upgrades' as...
Peter Galbavy
peter.galbavy@...
Send Email
Jan 9, 2003
10:15 am
927
Hi, This might be a bit off-topic. I am using Compress::Zlib in Apache::ASP to give me compressed content baceuse I am transfering lots of XML data...
Csongor Fagyal
concept@...
Send Email
Jan 9, 2003
2:21 pm
928
... $Server->URL may or may not be used in generating URLs for use in HTML, so will not get this patch. The problem is specific to rendering & in HTML, not...
Josh Chamas
josh@...
Send Email
Jan 9, 2003
5:48 pm
929
... If you set Accept-Encoding: gzip as an client HTTP header, then you would get gzip output. But then you might be stuck ungzipping the document body. ... ...
Josh Chamas
josh@...
Send Email
Jan 9, 2003
5:57 pm
930
... Good point. Lucky someone is watching :) Peter ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail:...
Peter Galbavy
peter.galbavy@...
Send Email
Jan 9, 2003
9:28 pm
931
Hi, I have a site where users can upload pictures. I would not like anyone to link to these pictures from other sites. I am thinking about writing an ASP...
Csongor Fagyal
concept@...
Send Email
Jan 10, 2003
1:37 pm
932
... RewriteEngine On RewriteCond %{HTTP_REFERER} !^$ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*shoujoai.com/ [NC] RewriteRule...
Philip Mak
pmak@...
Send Email
Jan 10, 2003
2:34 pm
933
I use something like: <% my $allowed = 'x.com|y.com'; ... unless (exists $ENV{HTTP_REFERER} && $ENV{HTTP_REFERER} =~ /^http:\/\/($allowed)\//) { ...
Peter Galbavy
peter.galbavy@...
Send Email
Jan 10, 2003
2:46 pm
934
On RedHat 8.0: I am running apache_1.3.27 , mod_perl 1.27 (from mod_perl-1.0-current.tar.gz)and, i want to install Apache-ASP-2.49. After compiling and...
lenasanz@...
Send Email
Jan 10, 2003
9:48 pm
935
... This process is to build an static apache httpd with mod_ssl & mod_perl. You might already have installed on your system a mod_perl httpd server, in which...
Josh Chamas
josh@...
Send Email
Jan 10, 2003
10:13 pm
936
... I have tried UseStrict and indeed I had some scripts which were not written in a way they should have :-) That is, I had some undeclared variables (well......
Csongor Fagyal
concept@...
Send Email
Jan 13, 2003
6:09 pm
937
I want to use the sites and pages I developped for IIS/ASP on apache::ASP. Is that possible? In the samples on http://www.apache- asp.org/ I only see...
evdgun <gunner@...>
gunner@...
Send Email
Jan 14, 2003
9:30 pm
938
Hi, I'm a bit confused by Apache::ASP. Is it possible to use ASP sourcecodes/pages and sites for Apache::ASP, or an easy way to convert asp sources to use on...
Eric van der Gun
gunner@...
Send Email
Jan 14, 2003
9:59 pm
Messages 909 - 938 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