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 1249 - 1278 of 2276   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1249
Hello, In an attempt to offload SELECT queries from our database and decrease the time spent gathering data, we have begun to aggressively cache data in users'...
raystormphd
storm@...
Send Email
Jun 6, 2003
2:40 am
1250
... Storable might help. It might be twice as fast as Dumper for large data sets like this. ... Yes. This really is too much data I would say. You should...
Josh Chamas
josh@...
Send Email
Jun 6, 2003
4:57 am
1251
Josh, Thank you for your insite into our problem. We have some more ammunition to play with now. ... blind ... the ... faster. This brings up another set of...
raystormphd
storm@...
Send Email
Jun 6, 2003
5:02 pm
1252
... No, each one does its own freeze/thaw just for that key / value pair. ... The idea behind that is if you are just using it to look up lots of global values...
Josh Chamas
josh@...
Send Email
Jun 6, 2003
5:15 pm
1253
Hi, This may seem like a trivial question to some, but I am trying to install Bundle::Apache::ASP through CPAN. Where is the Apache::ASP bundle meant to be...
Farshid Dabesh-Khoy
farshid@...
Send Email
Jun 7, 2003
5:53 pm
1254
... Apache::ASP should work if let CPAN install it in the place that it wants to, which should be something like ...
Philip Mak
pmak@...
Send Email
Jun 7, 2003
6:01 pm
1255
... It's not important for _you_ to be able to find the modules, it's important for _Perl_ to be able to find them. Therefore, CPAN puts modules into...
Warren Young
warren@...
Send Email
Jun 8, 2003
6:46 pm
1256
All, My question is in purely ASP sense. My apache-asp based web site can support session variables. I followed the instruction from "www.apache-asp.org". This...
pkunal
pkunal@...
Send Email
Jun 9, 2003
11:58 pm
1257
... You could even just set $Session->{Login} without the password for this implementation to be correct. You have already authenticated the password, so all...
Josh Chamas
josh@...
Send Email
Jun 10, 2003
6:14 am
1258
All, After lot of consideration and confusion I have decided to go for mailing using the Apache::ASP object $Server->Mail I put this code into my file: ...
pkunal
pkunal@...
Send Email
Jun 17, 2003
7:11 am
1259
... Try setting "PerlSetVar Debug -1", and see what is in your error_log when the email is attempted. Its likely that you do not have a SMTP server running on...
Josh Chamas
josh@...
Send Email
Jun 17, 2003
7:20 pm
1260
I tried exactly what you suggested and I modified my asp page too. It is now like this: ************************************************* <html> <body> Mail...
pkunal
pkunal@...
Send Email
Jun 18, 2003
1:08 am
1261
This might be a bug in how Apache::ASP uses Net::SMTP for the $Server->Mail API. I am not sure why it would be breaking for you know, but I can look into it....
Josh Chamas
josh@...
Send Email
Jun 18, 2003
6:56 am
1262
Hi Joshua, the problems persist in apache-asp Standalone CGI Mode in win32. The problems are visible (after a simple installation) running the examples shipped...
francesco_pasqualini
f.pasqualini@...
Send Email
Jun 19, 2003
4:52 pm
1263
All, My problem is solved for now. I am using "smtp.netzero.net" for my smtp server and Net::SMTP for mailing. Have set in my Apache httpd.conf file: ...
pkunal
pkunal@...
Send Email
Jun 19, 2003
9:42 pm
1264
I've been trying all morning to try to get Apache::ASP configured on apache server with mod_ssl and I am continuously getting the same error's generated...
osirus226
mwassell@...
Send Email
Jun 23, 2003
8:20 pm
1265
Hi All, In my current application, I have one page in particular that must be syncronized with an external process, and I am using an flock'ed file to provide...
Tim Pushor
timp@...
Send Email
Jun 24, 2003
4:40 am
1266
... Try after opening the file... $Server->RegisterCleanup(sub { close(FILE) }); Regards, Josh ________________________________________________________________...
Josh Chamas
josh@...
Send Email
Jun 24, 2003
5:15 am
1267
i would like to have an installer for asp for apache .. ... From: "Josh Chamas" <josh@...> To: "Tim Pushor" <timp@...> Cc:...
marco sottana
msottana@...
Send Email
Jun 24, 2003
7:34 am
1268
Hi guys, Let me first say I'm no expert, but I bumble well. I have a redhat 7.3 box that I compiled apache(1.3.26) and mod_perl(1.27) into some time ago. I...
Brad Olin
bwo@...
Send Email
Jun 30, 2003
11:06 pm
1269
Hi All, Iam trying to run asp scripts in Linux platform.. Iam using Apache server with Apache-Asp engine to run asp scripts.. I changed the httpd.conf file &...
guttalbhag
guttalbhag@...
Send Email
Jul 2, 2003
11:20 pm
1270
Hi bhargavi, just an idea - does <Files ~ ".*\.asp"> or <FilesMatch ".*\.asp"> work? Helmut --On Wednesday, July 02, 2003 06:50:53 +0000 guttalbhag ... To...
Dr. Helmut Zeilinger
h.zeilinger@...
Send Email
Jul 3, 2003
11:29 am
1271
Thanks Helmut, Previously i had tried with <Files "^/~asp"> .. </Files> It didn't work.. So i tried to place these in some other location in httpd.conf file &...
Bhargavi guttal
guttalbhag@...
Send Email
Jul 7, 2003
6:25 am
1272
Hi bhargavi, i think the order of those directives does not matter, of course inside the same <VirtualHost> container or in the same context respectively. But...
Dr. Helmut Zeilinger
h.zeilinger@...
Send Email
Jul 7, 2003
7:59 pm
1273
... <Files>...</Files> directives tend to work in the context of <Directory> and <VirtualHost> directives. This is an apache configuration issue, and can be...
Josh Chamas
josh@...
Send Email
Jul 7, 2003
8:22 pm
1274
... $DOCUMENT_ROOT refers to your DocumentRoot setting location in the httpd.conf which could be anything, often is /usr/local/apache/htdocs ... This won't...
Josh Chamas
josh@...
Send Email
Jul 7, 2003
8:27 pm
1275
hi there,, i m mic, new to this group. well some one help me please i m a php develper, and leaning ASP is there any webserver to run on my pc as a...
php_king
majansmusic@...
Send Email
Jul 9, 2003
8:28 am
1276
Hi mic dynamic, To run asp using apache server, just install a module called Apache-Asp & all the pre-requisite modules required for this. And then u open...
Bhargavi guttal
guttalbhag@...
Send Email
Jul 11, 2003
6:55 pm
1277
Hi, Iam working on generating reports using some asp files.. I want to give downloading option for the user, so that if user clicks on it,he must be able to...
guttalbhag
guttalbhag@...
Send Email
Jul 14, 2003
11:00 pm
1278
The most basic method would be to have a folder (in the web root) which is readable to all. Then when you have your report data, write it out to a file in this...
Richard Curtis
richard@...
Send Email
Jul 15, 2003
7:36 am
Messages 1249 - 1278 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