hello everyone ,I want to install APACHE::ASP on windows but failed ,can u help me,please?...
刘书强
igloo521@...
Jun 6, 2008 2:42 am
2229
I recommend using XAMPP with the Perl add-on:http://www.apachefriends.org/en/xampp-windows.html----- Original Message -----From: ÁõÊéÇ¿ Date: Thursday,...
gkoundr@...
Jun 11, 2008 2:39 pm
2230
Hi list, I have a rather strange issue: I came across a 102 MB $Application object, which contains several little key => arrayref_value elements. The keys are...
Thanos Chatziathanass...
tchatzi@...
Aug 6, 2008 8:08 pm
2231
I'm running Windows Server 2003, with Apache (IndigoApache) which has mod_perl installed (not configured.I don't know how/where to start) and have tried...
Randy
rjasky@...
Aug 18, 2008 11:27 pm
2232
... The common wisdom says that Windows is easier to use. In a lot of cases, this is true. This is not one of those cases. Apache::ASP is a native of *ix...
Warren Young
warren@...
Aug 19, 2008 4:07 am
2233
... The thing that strikes me is that asking for a particular key works as expected. Can I port the stored keys with tie %A, "SDBM_File", "application",...
Thanos Chatziathanass...
tchatzi@...
Aug 19, 2008 11:18 am
2234
Redirecting this back to the list. Please don't respond to me personally. I'm here to support Apache::ASP, not to support you in particular. :) ... What do...
Warren Young
warren@...
Aug 20, 2008 12:46 am
2235
Sorry for the personal reply. I'm not used to this list yet. In the browser, I get the asp script. In the error log, I get nothing. (It seems the server thinks...
Randy
rjasky@...
Aug 20, 2008 1:11 am
2236
... That means Apache::ASP isn't even being called for the page, which is an Apache configuration problem, not a problem with Apache::ASP. (Problems with...
Warren Young
warren@...
Aug 20, 2008 3:20 am
2237
Thanks a bunch! I'll get right on these configuration changes, and let you know how they worked out. I had a feeling (being so inexperienced with Apache...
Randy
rjasky@...
Aug 20, 2008 4:02 am
2238
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...
Tom
admin@...
Sep 16, 2008 5:56 am
2239
... 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...
Warren Young
warren@...
Sep 16, 2008 1:57 pm
2240
<snip> ... </snip> FWIW, I second this. I have had several hosting packages which used the Plesk control panel, which promises Apache::ASP support. Inevitably...
Chris Nicholls
apache-asp@...
Sep 18, 2008 11:13 am
2241
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...
k0STEk
kostek@...
Sep 22, 2008 8:10 pm
2242
... 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...
Warren Young
warren@...
Sep 22, 2008 9:02 pm
2243
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...
ampo
amir.porat@...
Oct 18, 2008 9:10 am
2244
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...
service@...
Nov 5, 2008 4:24 pm
2245
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...
Roberto C. Sánchez
roberto@...
Nov 11, 2008 1:02 am
2246
... 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...
Warren Young
warren@...
Nov 11, 2008 5:24 am
2247
... I am using this setting: PerlSetVar NoState 1 So, I don't think your suggestion will help. Regards, -Roberto -- Roberto C. Sánchez ...
Roberto C. Sánchez
roberto@...
Nov 12, 2008 11:04 am
2248
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...
Skylos
skylos@...
Nov 12, 2008 5:18 pm
2249
... 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...
Roberto C. Sánchez
roberto@...
Nov 12, 2008 9:28 pm
2250
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...
Tsirkin Evgeny
tsirkin@...
Nov 16, 2008 9:05 pm
2251
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...
Rock the Kazbah
momex2000@...
Nov 25, 2008 5:32 pm
2252
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...
Thanos Chatziathanass...
tchatzi@...
Feb 20, 2009 2:09 pm
2253
(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 -...
Thanos Chatziathanass...
tchatzi@...
Mar 26, 2009 12:35 pm
2254
I, for one, am interested, though I haven't been able to do much or get involved. "Namespace" - I suggest making this an option that is user tunable, but pick ...
Gregory S. Youngblood
greg@...
Mar 27, 2009 4:53 pm
2255
... It would vaguely resemble ``StateDir''. Each separate StateDir signifies a unique application. Thus far, using StateDir in shmfs/tmpfs I'd use ...
Thanos Chatziathanass...
tchatzi@...
Mar 27, 2009 6:33 pm
2256
Hi All, I have a requirement to test webserver using perl scripts. The webserver creates a sessionId after successfull authentication. Hence for futher...
Sudarshan Soma
sudarshan12s@...
Apr 1, 2009 9:26 am
2257
... use HTTP::Cookies; use HTTP::Request::Common; use LWP::UserAgent; $ua = LWP::UserAgent->new; $requestString = "http://x.y.x.w"; ...