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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 2164 - 2193 of 2276   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2164
I'm new to this mailing list (but not new to Apache::ASP), and I'm wondering whether anyone is running Apache::ASP in production with the Worker MPM on Apache...
Tom Haapanen
tomh@...
Send Email
Dec 5, 2006
11:36 am
2165
... What I have been running lately is an Apache2.2 with the worker MPM as a proxy, and a good-old Apache1.3 with mod_perl+Apache::ASP as the "real" server....
Fagyal Csongor
concept@...
Send Email
Dec 5, 2006
11:51 am
2166
Hi, I'm new on this list, my name is Jaime Iniesta and I live in Madrid, Spain. I wanted to know if Apache::ASP lets you parse ASP/VBscript files on Apache. I...
Jaime Iniesta :: RAIL...
jaime@...
Send Email
Dec 5, 2006
12:15 pm
2167
... Do they not believe in reading FAQs in Spain? http://apache-asp.org/faq.html#VBScript%20or%2007fa600d ... To unsubscribe, e-mail:...
Warren Young
warren@...
Send Email
Dec 5, 2006
12:19 pm
2168
... Not exactly -- Apache::ASP only does Perl syntax, not VBScript. So you would need to do <% $Response->write( "Hello, world!" ); %> Tom ... To unsubscribe,...
Tom Haapanen
tomh@...
Send Email
Dec 5, 2006
1:01 pm
2169
... Thanks ... it sounds like your config works well for you. However, since 95% of our page views are dynamic, I'm not sure it would gain much. The only...
Tom Haapanen
tomh@...
Send Email
Dec 5, 2006
1:07 pm
2170
... Usually a webpage (at least in our case) consists of the main .asp (.pet, etc.) file plus the additional stuff, like .js, .css and image files. The ration...
Fagyal Csongor
concept@...
Send Email
Dec 5, 2006
1:19 pm
2171
... You are starting to convince me. : ) Now there is some static content that I want to control access to -- but I presume that I can do that in the Apache2...
Tom Haapanen
tomh@...
Send Email
Dec 5, 2006
2:11 pm
2172
... I hardly know anyone who did *not* have this problem :) ... If you use .htaccess, Apache2 could server as an authenticator. If you server the content via...
Fagyal Csongor
concept@...
Send Email
Dec 5, 2006
2:46 pm
2173
... I need to do database-driven authentication so .htaccess won't cut it, but I think I can just pass those requests along (I can match by URL). ... Any...
Tom Haapanen
tomh@...
Send Email
Dec 6, 2006
3:39 am
2174
Hello folks, I am in need of some expert guidance. I'm not sure if I'm in the right place though so please point me in the right direction if not. In this case...
turnbui
ian.t7@...
Send Email
Dec 18, 2006
11:55 pm
2175
... 2.59, surely? ... Try putting the ASP configuration inside the <VirtualHost> block in the httpd.conf file. Even if having it in .htaccess did work, it...
Warren Young
warren@...
Send Email
Dec 19, 2006
4:24 am
2176
Sorry Warren, clicked wrong place, No PPM GUI reports it as 2.55. Thanks for the advice on it being faster but unfortunately didn't fix it. -- View this...
turnbui
ian.t7@...
Send Email
Dec 19, 2006
4:55 am
2177
Like the title says, I'm wondering how to pass a tied session handle (via PerlInitHandler My::StateInit) to the ASP global.asa file. I'm using ...
Kirk
kirk@...
Send Email
Jan 4, 2007
8:08 pm
2178
Hello ASP community, Here my problem: I run a little server with Apache/2.0.53 (Win32) mod_perl/2.0.3 Perl/v5.8.8 and i have recently installed Apache::ASP...
SPiRiT_oF_HeLLSoNG se...
hellsong@...
Send Email
Jan 12, 2007
11:57 am
2179
Hi sorry if this has been done many times before but I'm new to this and Google has yet to help me so I hope you can! I had a site on IIS using asp I had a...
Adrian
adrian@...
Send Email
Jan 12, 2007
2:55 pm
2180
... Why did you turn to Google before reading the documentation and the FAQ on the web page for this package? ...
Warren Young
warren@...
Send Email
Jan 12, 2007
4:43 pm
2181
Hi Spirit, it is most likely because there exist no Server Variables 'PATH_INFO' and 'PATH_TRANSLATED' at least on my linux system. But may be on windows they...
Helmut Zeilinger
hz@...
Send Email
Jan 18, 2007
8:09 am
2182
Hello, I don't have any 'PATH_INFO' nor 'PATH_TRANSLATED' in my httpd.conf file, I've added PerlOptions +SetupEnv but the error is the same, ... nope, i don't...
SPiRiT_oF_HeLLSoNG se...
hellsong@...
Send Email
Jan 18, 2007
1:48 pm
2183
Hi Spirit, could you test this script below: ... <% my $variables = $Request->{'ServerVariables'}; print join '<br>', sort keys %$variables; %> ... What is the...
Helmut Zeilinger
hz@...
Send Email
Jan 20, 2007
7:28 pm
2184
Hello, here the output (no error at least): COMSPEC DOCUMENT_ROOT GATEWAY_INTERFACE HTTP_ACCEPT HTTP_ACCEPT_CHARSET HTTP_ACCEPT_ENCODING HTTP_ACCEPT_LANGUAGE ...
SPiRiT_oF_HeLLSoNG se...
hellsong@...
Send Email
Jan 21, 2007
1:26 pm
2185
I changed to XML::LibXSLT from XML::Sablotron today and had some interesting problems: From time to time, instead of transforming my XML to XHTML using the ...
Thanos Chatziathanass...
tchatzi@...
Send Email
Mar 29, 2007
1:57 pm
2186
Help! I get this error when running Apache::ASP [Sat Apr 21 12:26:53 2007] [error] [client 192.168.1.101] Can't locate object method "get" via package...
Angel-SL
angelsl@...
Send Email
Apr 21, 2007
7:23 am
2187
The character ', which is used as a quote in ASP, such as // in C, is not excluded. How do I fix this? ... To unsubscribe, e-mail:...
Angel-SL
angelsl@...
Send Email
Apr 21, 2007
10:26 pm
2188
I'm not following your question. Please explain further. Waldo Tumanut Database Analyst Angel-SL <angelsl@k9-net .org>...
waldo_tumanut@...
Send Email
Apr 23, 2007
1:24 pm
2189
... The character ' is not a comment character in perl. Maybe you're confusing the Active Server Pages Object Model with the syntactical elements of the...
Skylos
skylos@...
Send Email
Apr 23, 2007
1:28 pm
2190
Hi all I have installed Apache 2.0.58, mod_perl-2.0.3 and Apache-ASP-2.59. When i run the testing asp program, the following error has been displayed in apache...
tidal
kinman234@...
Send Email
May 14, 2007
9:36 am
2191
Hi Tidal, may be a patch from Maurice Yarrow helps... see http://www.gossamer-threads.com/lists/modperl/asp/89060?search_string=yarrow;#89060 (approx. bottom...
Helmut Zeilinger
hz@...
Send Email
May 14, 2007
8:14 pm
2192
Hi list! I was interested to know what is the apache::asp maintenance status? Is it still maintained?Is it dead? I have some applications here written in...
Tsirkin Evgeny
tsirkin@...
Send Email
Jun 18, 2007
9:17 am
2193
... Well, on the one hand, the last update to the library was over two years ago, and the last post by its primary author was nearly a year and a half ago. On...
Warren Young
warren@...
Send Email
Jun 19, 2007
3:21 am
Messages 2164 - 2193 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