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: 404
  • Category: Perl
  • Founded: Dec 5, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 2238 - 2267 of 2322   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2238 Tom
admin@... Send Email
Sep 16, 2008
5:56 am
Hi all, Hello to everyone. :) I have a WHM/cpanel server running RHEL4 and apache 2.2. I used to have a working ASP (using cpanels apache-asp.sea (which is now...
2239 Warren Young
warren@... Send Email
Sep 16, 2008
1:57 pm
... This is the problem with these control panels which aim to make things "easy". It's only easy if you only want to do exactly what they've already...
2240 Chris Nicholls
apache-asp@... Send Email
Sep 18, 2008
11:13 am
<snip> ... </snip> FWIW, I second this. I have had several hosting packages which used the Plesk control panel, which promises Apache::ASP support. Inevitably...
2241 k0STEk
kostek@... Send Email
Sep 22, 2008
8:10 pm
Hi! I have problem running one site using Apache::ASP, errors from apache log: [Mon Sep 22 21:48:07 2008] [error] [asp] [9930] [debug] Bareword found where ope...
2242 Warren Young
warren@... Send Email
Sep 22, 2008
9:02 pm
... Would you be surprised to learn that your newbie question is answered in the FAQ? http://apache-asp.org/faq.html#VBScript%20or%2007fa600d ... To...
2243 ampo
amir.porat@... Send Email
Oct 18, 2008
9:10 am
Hello. My scenario is client "calling" server1 and server1 is "calling", by xmlHTTPRequest, to server2. server2 has to return xml data to server1 and to the...
2244 service@... Send Email Nov 5, 2008
4:24 pm
Unlock your account at PayPal Your account has been temporarily limited We are hereby notifying you that, after a recent review of your account activity, it...
2245 Roberto C. Sánchez
roberto@... Send Email
Nov 11, 2008
1:02 am
MP gurus, I recently deployed a site using Apache::ASP. I am running up against a problem that has left me scratching my head. The site works fine on the...
2246 Warren Young
warren@... Send Email
Nov 11, 2008
5:24 am
... Don't know if this will help, but try "rm -rf /tmp/asp". (Assuming you're using the default State DB setup.) Then restart Apache. If the state DB gets...
2247 Roberto C. Sánchez
roberto@... Send Email
Nov 12, 2008
11:04 am
... I am using this setting: PerlSetVar NoState 1 So, I don't think your suggestion will help. Regards, -Roberto -- Roberto C. Sánchez ...
2248 Skylos
skylos@... Send Email
Nov 12, 2008
5:18 pm
Apache::Asp caches subroutine compiles within processes. Kill all running apache processes to delete their cache. (you don't strictly have to restart to do...
2249 Roberto C. Sánchez
roberto@... Send Email
Nov 12, 2008
9:28 pm
... Thing is that this is happening to me on a production setup. I am not changing anything. Even completely stopping Apache and starting it fresh does not...
2250 Tsirkin Evgeny
tsirkin@... Send Email
Nov 16, 2008
9:05 pm
Well you probably already thought of this but: It appears that the global.asa (and thus Example::Image.pm) get compiled into different packages then...
2251 Rock the Kazbah
momex2000@... Send Email
Nov 25, 2008
5:32 pm
Hi, Back in June 2006, I asked about the content-type header as it relates to a form post from a mobile phone browser. The original message that I sent can be...
2252 Thanos Chatziathanass...
tchatzi@... Send Email
Feb 20, 2009
2:09 pm
I'm toying with idea presently, but it would make for a great step up from MLDBM and company. And although Apache::ASP::State makes quite a few assumptions...
2253 Thanos Chatziathanass...
tchatzi@... Send Email
Mar 26, 2009
12:35 pm
(ignoring the fact that no-one seems interested) I came accross Cache::Memcached::Tie which pretty much does most of the work, however I'm having some issues -...
2254 Gregory S. Youngblood
greg@... Send Email
Mar 27, 2009
4:53 pm
I, for one, am interested, though I haven't been able to do much or get involved. "Namespace&quot; - I suggest making this an option that is user tunable, but pick ...
2255 Thanos Chatziathanass...
tchatzi@... Send Email
Mar 27, 2009
6:33 pm
... It would vaguely resemble ``StateDir&#39;'. Each separate StateDir signifies a unique application. Thus far, using StateDir in shmfs/tmpfs I'd use ...
2256 Sudarshan Soma
sudarshan12s@... Send Email
Apr 1, 2009
9:26 am
Hi All, I have a requirement to test webserver using perl scripts. The webserver creates a sessionId after successfull authentication. Hence for futher...
2257 Thanos Chatziathanass...
tchatzi@... Send Email
Apr 1, 2009
9:52 am
... use HTTP::Cookies; use HTTP::Request::Common; use LWP::UserAgent; $ua = LWP::UserAgent->new; $requestString = "http://x.y.x.w"; ...
2258 Sudarshan Soma
sudarshan12s@... Send Email
Apr 3, 2009
2:10 pm
Thanks a lot . I have a followup query, can anyone please advice me: My application (webser) will set up sessionId in the cookie and sets redirect URL to main...
2259 Thanos Chatziathanass...
tchatzi@... Send Email
Apr 3, 2009
2:28 pm
... You really need to familiarize yourself with perldoc (or google for that matter ;) To the matter at hand: redirects should work quite as expected. If they ...
2260 Sudarshan Soma
sudarshan12s@... Send Email
Apr 9, 2009
5:23 am
... Thanks a lot. I got the final code now use warnings; use HTTP::Cookies; use HTTP::Request::Common; use LWP::UserAgent; { $ua = new LWP::UserAgent; if(!...
2261 Thanos Chatziathanass...
tchatzi@... Send Email
Apr 9, 2009
9:37 am
... Since this is a mod_perl list, you might want to consider ``use strict;'' as well (actually you might consider using strict anyhow) ... I've never had an...
2262 Bill Moseley
moseley@... Send Email
Apr 23, 2009
5:48 pm
Is there a purpose for using a cleanup handler (to call DESTROY) in Apache::ASP instead of cleaning up at the end of the response handler? What looks like...
2263 Bill Moseley
moseley@... Send Email
Apr 29, 2009
2:43 pm
Anyone still around that is familiar with Apache::ASP&#39;s internals? ... -- Bill Moseley. moseley@... Sent from my iMutt ... To unsubscribe, e-mail:...
2264 aura networks
laki.sreekanth@... Send Email
Jun 19, 2009
6:35 am
http://www.nabble.com/file/p24106268/final.pl final.pl Here i am not getting the Session-id / cookie-value from the browser, just i am getting the below...
2265 aura networks
laki.sreekanth@... Send Email
Jun 19, 2009
6:40 am
My Perl code: #!/usr/bin/perl -w use HTTP::Cookies; use HTTP::Request::Common; use LWP::UserAgent; $ua = new LWP::UserAgent; if(! $ua) { print "Can not get the...
2266 Sudarshan Soma
sudarshan12s@... Send Email
Jun 19, 2009
6:56 am
Hi, The cookies would be stored in the cookie store mentioned, cookies.dat. You can aswell check errors for every call. In mycase if need not check the...
2267 aura networks
laki.sreekanth@... Send Email
Jun 19, 2009
11:35 am
Contents in cookies.dat file: #LWP-Cookies-1.0 Output: HTTP::Response=HASH(0xafebd0) Tell me the way to get session-id pls pls... -- View this message in...
Messages 2238 - 2267 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