Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

apache-asp · Apache::ASP

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 403
  • Category: Perl
  • Founded: Dec 5, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 2141 - 2170 of 2322   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2141 Kunal Parekh
kdp01@... Send Email
Jun 15, 2006
3:21 pm
My experience from 2003. I worked with Apache:ASP back in 2003. I setup the Apache Server, MySQL and ASP had the website kindof ready but when it came down to...
2142 Richard Walsh
momex2000@... Send Email
Jun 23, 2006
5:26 am
Hi, I'm using Apache::ASP V2.59 with a wireless phone that sends 'application/x-www-form-urlencoded; charset=utf-8' for the content-type header during a form...
2143 levik
levikemp@... Send Email
Jul 19, 2006
2:40 pm
Ok, I'm going to try and give you all the info right up front that you might need, if I leave something out let me know. Also, I apologize if I give to much...
2144 Warren Young
warren@... Send Email
Jul 19, 2006
4:45 pm
... Look in Apache's error_log, then. Post the entire error text if you don't understand it. It could be many lines. ... To unsubscribe, e-mail:...
2145 levik
levikemp@... Send Email
Jul 19, 2006
4:54 pm
I did post my error log, didn't I? -- View this message in context: http://www.nabble.com/Installation-Errors-tf1966676.html#a5400064 Sent from the Apache -...
2146 Warren Young
warren@... Send Email
Jul 19, 2006
7:22 pm
... Sorry, I missed it. Here's the start of the relevant line: [Wed Jul 19 08:46:07 2006] [error] [client 127.0.0.1] can't open file ...
2147 Thanos Chatziathanass...
tchatzi@... Send Email
Jul 28, 2006
11:40 am
I upgraded apache to 1.3.36 yesterday and now the following occurs: [ASP WARN] Deep recursion on subroutine "Apache::ASP::Load::Run" at ...
2148 Thanos Chatziathanass...
tchatzi@... Send Email
Jul 28, 2006
1:41 pm
(Hate to reply to my own mail, but...) for reasons I cannot figure out yet, this part of Load.pm doesn't quite ... opendir(DIR, $file) || die("can&#39;t open $file...
2149 Thanos Chatziathanass...
tchatzi@... Send Email
Jul 31, 2006
11:36 am
... (Still replying to own mail) ... Indeed that was the culprit and using glob instead of readdir provided a workable solution. However, apache 1.3.37 was...
2150 Simon Wray
Simon.Wray@... Send Email
Aug 15, 2006
9:22 am
Hi I've managed to configure mod_perl and get the printenv.pl test page working, but I'm now stuck trying to configure & test ASP... I'm new to Apache and am...
2151 Marcelo Iepsen da Silva
iepsen@... Send Email
Aug 18, 2006
3:54 pm
Hi! I use the module libapache-asp-perl in debian stable version. But I can't read asp files, have another configuration in httpd.conf or other file? Thank's ...
2152 Warren Young
warren@... Send Email
Aug 18, 2006
6:36 pm
... Go to http://apache-asp.org/ and read the manual. ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail:...
2153 Simon Wray
Simon.Wray@... Send Email
Aug 21, 2006
8:17 am
Hi I've managed to configure mod_perl and get the printenv.pl test page working, but I'm now stuck trying to configure & test ASP... I'm new to Apache and am...
2154 D. L. Fox
webdev@... Send Email
Oct 17, 2006
7:57 pm
howdy, all. I was on this list for quite some time a while back, but then signed off the net for a bit. Didn't hardly even touch a computer. (Can you say...
2155 Warren Young
warren@... Send Email
Oct 18, 2006
1:16 pm
... You're narrowing your scope unnecessarily here. Unlike with the _other_ ASP, it isn't the case that Apache::ASP is either supported or it isn't. It would...
2156 D. L. Fox
webdev@... Send Email
Oct 19, 2006
2:10 am
Warren, thanks for the response packed full of info. It makes for a good tutorial on how to get started, IMHO. ... Now this is a lesson to me. As many times as...
2157 teufboy
teufboy@... Send Email
Oct 23, 2006
5:30 pm
Hi, I try to install asp on my apache server with CPAN : # rpm -qa | grep apache2 apache2-prefork-2.0.54-10 apache2-2.0.54-10 apache2-mod_perl-2.0.1-4 ...
2158 teufboy
teufboy@... Send Email
Oct 23, 2006
5:45 pm
Hi, I try to install asp on my apache server with CPAN : # rpm -qa | grep apache2 apache2-prefork-2.0.54-10 apache2-2.0.54-10 apache2-mod_perl-2.0.1-4 ...
2159 Warren Young
warren@... Send Email
Oct 23, 2006
9:52 pm
... It looks like mod_perl is broken. Try: $ rpm --verify apache2-mod_perl If it prints anything, follow up on what it's reporting. It might be that there is...
2160 D. L. Fox
webdev@... Send Email
Oct 24, 2006
12:57 pm
I am moving my site to a new host. Although I thought I had it originally setup in a portable fashion, I have had to make changes in my code to allow for a...
2161 Warren Young
warren@... Send Email
Oct 24, 2006
9:48 pm
... This is the only thing that stands out for me. I wouldn't expect things like globals to work if you don't set up Apache::ASP in the main httpd.conf file,...
2162 hinanaseeb
hinanaseeb@... Send Email
Nov 29, 2006
7:55 am
Hello! I've configured apache::asp.Now, i want to remove this facility from global settings and want to allocate it to only those hosts which request for...
2163 Warren Young
warren@... Send Email
Nov 29, 2006
12:38 pm
... The same way you'd make anything specific to just one virtual host: put it inside the <VirtualHost> block. If you want something stronger than that, for...
2164 Tom Haapanen
tomh@... Send Email
Dec 5, 2006
11:36 am
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...
2165 Fagyal Csongor
concept@... Send Email
Dec 5, 2006
11:51 am
... 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....
2166 Jaime Iniesta :: RAIL...
jaime@... Send Email
Dec 5, 2006
12:15 pm
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...
2167 Warren Young
warren@... Send Email
Dec 5, 2006
12:19 pm
... Do they not believe in reading FAQs in Spain? http://apache-asp.org/faq.html#VBScript%20or%2007fa600d ... To unsubscribe, e-mail:...
2168 Tom Haapanen
tomh@... Send Email
Dec 5, 2006
1:01 pm
... Not exactly -- Apache::ASP only does Perl syntax, not VBScript. So you would need to do <% $Response->write( "Hello, world!" ); %> Tom ... To unsubscribe,...
2169 Tom Haapanen
tomh@... Send Email
Dec 5, 2006
1:07 pm
... 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...
2170 Fagyal Csongor
concept@... Send Email
Dec 5, 2006
1:19 pm
... 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...
Messages 2141 - 2170 of 2322   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help