<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="/images/lists/rssstyle2.xsl"?>
<rss version="2.0">
<channel>
<title>ModPerl | ASP</title>
<description>Mailing List Archive by Gossamer Threads</description>
<link>http://www.gossamer-threads.com/lists/modperl/asp/</link>
<language>en-us</language>
<copyright>(c) Gossamer Threads Inc. All rights reserved.</copyright>
<lastBuildDate>08 Nov  2009 14:00:49 -0800</lastBuildDate>
<ttl>120</ttl>
<image>
<title>Gossamer Threads | ModPerl | ASP</title>
<width>75</width>
<height>23</height>
<link>http://www.gossamer-threads.com/lists/modperl/asp/</link>
<url>http://www.gossamer-threads.com/images/lists/rss_logo.jpg</url>
</image>
<item>
<title>Re: File upload problem</title>
<description>Andrew Koebrick (ADM) wrote: &amp;gt; Any thoughts on getting them to play well together? The use of CGI.pm to construct file upload fields is a mere conven</description>
<pubDate>07 Jul  2009 13:48:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99922</link>
</item><item>
<title>RE: File upload problem</title>
<description>It looks like I figured out my problem with the missing $Request-&amp;gt;Form data. I have RequestBinaryRead set to &amp;quot;Off&amp;quot;. Turning this off gives me content</description>
<pubDate>07 Jul  2009 13:01:29 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99921</link>
</item><item>
<title>Re: File upload problem / $Request-&amp;gt;Form problem</title>
<description>Probably not what is causing your scenario but... I once had a scenario similar to this and found the problem was in my HTML. I needed to use both &amp;quot;i</description>
<pubDate>03 Jul  2009 08:34:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99916</link>
</item><item>
<title>Re: File upload problem</title>
<description>Andrew Koebrick (ADM) wrote: &amp;gt; Can&amp;#039;t locate object method &amp;quot;request&amp;quot; via package &amp;quot;Apache&amp;quot;  Have you tried this patch: http://www.gossamer-threads.com</description>
<pubDate>02 Jul  2009 13:33:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99914</link>
</item><item>
<title>RE: File upload problem</title>
<description>&amp;gt;&amp;gt; Would I be correct in guessing that this Apache::ASP application is brand new..? Well, there have been the usual updates to the perl modules, but</description>
<pubDate>02 Jul  2009 11:27:29 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99913</link>
</item><item>
<title>Re: File upload problem / $Request-&amp;gt;Form problem</title>
<description>Andrew Koebrick (ADM) wrote: &amp;gt; &amp;gt; asp title: &amp;gt; cgi title: test title Would I be correct in guessing that this Apache::ASP application is brand new,</description>
<pubDate>01 Jul  2009 14:16:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99912</link>
</item><item>
<title>RE: File upload problem / $Request-&amp;gt;Form problem</title>
<description>Warren, Thank you for the response.  I had actually tried this syntax:    if ($Request-&amp;gt;{Method} eq &amp;#039;POST&amp;#039;) {    my $form = $Request-&amp;gt;Form;</description>
<pubDate>01 Jul  2009 10:07:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99911</link>
</item><item>
<title>Re: File upload problem</title>
<description>Andrew Koebrick (ADM) wrote: &amp;gt; (http://www.apache-asp.org/cgi.html) that the recommendation is to roll &amp;gt; back to CGI v2.78.  The docs are just givi</description>
<pubDate>30 Jun  2009 18:42:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99910</link>
</item><item>
<title>File upload problem</title>
<description>I am attempting to implement an upload script and having problems. I see from the apache::asp documentation (http://www.apache-asp.org/cgi.html) that</description>
<pubDate>30 Jun  2009 14:50:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99909</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>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 th</description>
<pubDate>19 Jun  2009 04:33:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99873</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>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 th</description>
<pubDate>18 Jun  2009 23:54:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99872</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>My Perl code:  #!/usr/bin/perl -w use HTTP::Cookies; use HTTP::Request::Common; use LWP::UserAgent; $ua = new LWP::UserAgent; if(! $ua) {</description>
<pubDate>18 Jun  2009 23:40:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99871</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>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 be</description>
<pubDate>18 Jun  2009 23:34:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99870</link>
</item><item>
<title>Re: DESTROY in cleanup handler</title>
<description>Anyone still around that is familiar with Apache::ASP&amp;#039;s internals? On Thu, Apr 23, 2009 at 10:47:42AM -0700, Bill Moseley wrote: &amp;gt; Is there a purpose</description>
<pubDate>29 Apr  2009 07:41:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99682</link>
</item><item>
<title>DESTROY in cleanup handler</title>
<description>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</description>
<pubDate>23 Apr  2009 10:47:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99658</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>O/H Sudarshan Soma έγραψε: &amp;gt; Thanks a lot. I got the final code now &amp;gt; &amp;gt; use warnings; &amp;gt;  Since this is a mod_perl list, you might want to consider `</description>
<pubDate>09 Apr  2009 02:36:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99579</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>2009/4/3 Thanos Chatziathanassiou &amp;lt;tchatzi@arx.gr&amp;gt;: &amp;gt; O/H Sudarshan Soma έγραψε: &amp;gt;&amp;gt; &amp;gt;&amp;gt; Thanks a lot . I have a followup query, can anyone please advic</description>
<pubDate>08 Apr  2009 22:23:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99575</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>O/H Sudarshan Soma έγραψε: &amp;gt; Thanks a lot . I have a followup query, can anyone please advice me: &amp;gt; &amp;gt; My application (webser) will set up sessionId in</description>
<pubDate>03 Apr  2009 07:25:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99501</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>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 UR</description>
<pubDate>03 Apr  2009 07:05:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99500</link>
</item><item>
<title>Re: Capture sessionID in browser from perl script</title>
<description>O/H Sudarshan Soma Ξ­Ξ³ΟΞ±ΟΞ΅: &amp;gt; Hi All, &amp;gt; I have a requirement to test webserver using perl scripts. The &amp;gt; webserver creates a sessionId after succ</description>
<pubDate>01 Apr  2009 02:50:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99464</link>
</item><item>
<title>Capture sessionID in browser from perl script</title>
<description>Hi All, I have a requirement to test webserver using perl scripts. The webserver creates a sessionId after successfull authentication. Hence for futhe</description>
<pubDate>01 Apr  2009 02:24:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99463</link>
</item><item>
<title>Re: using memcached as a StateDB.. getting there</title>
<description>O/H Gregory S. Youngblood Ξ­Ξ³ΟΞ±ΟΞ΅: &amp;gt; I, for one, am interested, though I haven&amp;#039;t been able to do much or get &amp;gt; involved. &amp;gt; &amp;gt; &amp;quot;Namespace&amp;quot; - I sugg</description>
<pubDate>27 Mar  2009 11:31:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99396</link>
</item><item>
<title>RE: using memcached as a StateDB.. getting there</title>
<description>I, for one, am interested, though I haven&amp;#039;t been able to do much or get involved. &amp;quot;Namespace&amp;quot; - I suggest making this an option that is user tunable,</description>
<pubDate>27 Mar  2009 09:52:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99394</link>
</item><item>
<title>Re: using memcached as a StateDB.. getting there</title>
<description>(ignoring the fact that no-one seems interested) I came accross Cache::Memcached::Tie which pretty much does most of the work, however I&amp;#039;m having so</description>
<pubDate>26 Mar  2009 05:33:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99356</link>
</item><item>
<title>using memcached as a StateDB</title>
<description>I&amp;#039;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 assum</description>
<pubDate>20 Feb  2009 06:04:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/99130</link>
</item><item>
<title>Content-Type header</title>
<description>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 s</description>
<pubDate>25 Nov  2008 09:31:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/98561</link>
</item><item>
<title>Re: Undefined subroutine error</title>
<description>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 t</description>
<pubDate>16 Nov  2008 13:04:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/98509</link>
</item><item>
<title>Re: Undefined subroutine error</title>
<description>On Wed, Nov 12, 2008 at 09:18:21AM -0800, Skylos wrote: &amp;gt; Apache::Asp caches subroutine compiles within processes. &amp;gt; &amp;gt; Kill all running apache proces</description>
<pubDate>12 Nov  2008 13:28:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/98490</link>
</item><item>
<title>Re: Undefined subroutine error</title>
<description>Apache::Asp caches subroutine compiles within processes. Kill all running apache processes to delete their cache. (you don&amp;#039;t strictly have to restar</description>
<pubDate>12 Nov  2008 09:18:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/98487</link>
</item><item>
<title>Re: Undefined subroutine error</title>
<description>Warren Young wrote: &amp;gt; Roberto C. Sαnchez wrote: &amp;gt; &amp;gt; &amp;gt; &amp;gt; [Mon Nov 10 19:44:59 2008] [error] [asp] [7796] [error] Undefined subroutine &amp;gt; &amp;amp;Apache::ASP::</description>
<pubDate>12 Nov  2008 03:03:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/98481</link>
</item><item>
<title>Re: Undefined subroutine error</title>
<description>Roberto C. Sαnchez wrote: &amp;gt; &amp;gt; [Mon Nov 10 19:44:59 2008] [error] [asp] [7796] [error] Undefined subroutine &amp;amp;Apache::ASP::Compiles::__ASP__srv_http_ww</description>
<pubDate>10 Nov  2008 21:24:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/98456</link>
</item><item>
<title>Undefined subroutine error</title>
<description>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</description>
<pubDate>10 Nov  2008 17:01:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/98449</link>
</item><item>
<title>Your account has been temporarily limited</title>
<description>Unlock your account at PayPal Your account has been temporarily limited We are hereby notifying you that, after a recent review of your account acti</description>
<pubDate>05 Nov  2008 08:26:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/98394</link>
</item><item>
<title>General questions about APACHE</title>
<description>Hello. My scenario is client &amp;quot;calling&amp;quot; server1 and server1 is &amp;quot;calling&amp;quot;, by xmlHTTPRequest, to server2. server2 has to return xml data to server1 and</description>
<pubDate>18 Oct  2008 02:09:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/98304</link>
</item><item>
<title>Re: newbie question</title>
<description>k0STEk wrote: &amp;gt; Function HrF (Link, Alt, Group) Would you be surprised to learn that your newbie question is answered in the FAQ? http://apache-asp</description>
<pubDate>22 Sep  2008 14:01:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/98098</link>
</item><item>
<title>newbie question</title>
<description>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 foun</description>
<pubDate>22 Sep  2008 13:09:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/98097</link>
</item><item>
<title>Re: Re: Getting ASP working</title>
<description>&amp;lt;snip&amp;gt; &amp;gt; So, you can continue trying to make the thing do what it doesn&amp;#039;t want to &amp;gt; do, or you can move web service to a plain old VPS with a default</description>
<pubDate>18 Sep  2008 04:12:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/98078</link>
</item><item>
<title>Re: Getting ASP working</title>
<description>Tom wrote: &amp;gt; I&amp;#039;ve googled and read for days but I&amp;#039;m still unsure of what I&amp;#039;m missing, &amp;gt; I had mod-perl 1 which I have now uninstalled and am unable t</description>
<pubDate>16 Sep  2008 06:56:48 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/98050</link>
</item><item>
<title>Getting ASP working</title>
<description>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 (</description>
<pubDate>15 Sep  2008 22:56:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/98048</link>
</item><item>
<title>RE: Apache::ASP Installation Issue</title>
<description>Thanks a bunch! I&amp;#039;ll get right on these configuration changes, and let you know how they worked out. I had a feeling (being so inexperienced with Apa</description>
<pubDate>19 Aug  2008 21:01:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/97916</link>
</item><item>
<title>Re: Apache::ASP Installation Issue</title>
<description>Randy wrote: &amp;gt; &amp;gt; In the browser, I get the asp script. That means Apache::ASP isn&amp;#039;t even being called for the page, which is an Apache configuratio</description>
<pubDate>19 Aug  2008 20:19:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/97915</link>
</item><item>
<title>RE: Apache::ASP Installation Issue</title>
<description>Sorry for the personal reply. I&amp;#039;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 se</description>
<pubDate>19 Aug  2008 18:10:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/97912</link>
</item><item>
<title>Re: Apache::ASP Installation Issue</title>
<description>Redirecting this back to the list. Please don&amp;#039;t respond to me personally. I&amp;#039;m here to support Apache::ASP, not to support you in particular. :) R</description>
<pubDate>19 Aug  2008 17:44:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/97911</link>
</item><item>
<title>Re: Peculiar $Application problem</title>
<description>O/H Joshua Chamas έγραψε: &amp;gt; Thanos Chatziathanassiou wrote: &amp;gt;&amp;gt; Hi list, &amp;gt;&amp;gt; &amp;gt;&amp;gt; I have a rather strange issue: &amp;gt;&amp;gt; I came across a 102 MB $Application ob</description>
<pubDate>19 Aug  2008 04:16:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/97908</link>
</item><item>
<title>Re: Apache::ASP Installation Issue</title>
<description>Randy wrote: &amp;gt; Any suggestions? (other than put it on a xxnix box) The common wisdom says that Windows is easier to use. In a lot of cases, this is</description>
<pubDate>18 Aug  2008 21:06:34 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/97907</link>
</item><item>
<title>Apache::ASP Installation Issue</title>
<description>I&amp;#039;m running Windows Server 2003, with Apache (IndigoApache) which has mod_perl installed (not configured.I don&amp;#039;t know how/where to start) and have tri</description>
<pubDate>18 Aug  2008 16:26:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/97905</link>
</item><item>
<title>Peculiar $Application problem</title>
<description>Hi list, I have a rather strange issue: I came across a 102 MB $Application object, which contains several little key =&amp;gt; arrayref_value elements. The</description>
<pubDate>06 Aug  2008 13:05:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/97868</link>
</item><item>
<title>Fwd: how to install APACHE::ASP on windows plantform</title>
<description>I recommend using XAMPP with the Perl add-on:http://www.apachefriends.org/en/xampp-windows.html----- Original Message -----From: ΑυΚιΗΏ Date: Thursday</description>
<pubDate>11 Jun  2008 07:39:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/97454</link>
</item><item>
<title>how to install APACHE::ASP on windows plantform</title>
<description>hello everyone ,I want to install APACHE::ASP on windows but failed ,can u help me,please?</description>
<pubDate>05 Jun  2008 19:41:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/97448</link>
</item><item>
<title>Re: Peculiar problem with CompressGzip</title>
<description>O/H Warren Young έγραψε: &amp;gt; Thanos Chatziathanassiou wrote: &amp;gt;&amp;gt; &amp;gt;&amp;gt; enable CompressGzip on that specific directory. &amp;gt; &amp;gt; What happens if you use mod_defla</description>
<pubDate>09 May  2008 04:03:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/97187</link>
</item><item>
<title>Re: Peculiar problem with CompressGzip</title>
<description>Thanos Chatziathanassiou wrote: &amp;gt; &amp;gt; enable CompressGzip on that specific directory. What happens if you use mod_deflate instead? ------------------</description>
<pubDate>08 May  2008 18:17:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/97178</link>
</item><item>
<title>Peculiar problem with CompressGzip</title>
<description>Hi list, I have a virtual host that produces plain XML (no XSLT needed, defined or used). The resulting files are quite large, so I thought I&amp;#039;d save</description>
<pubDate>08 May  2008 06:49:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/97173</link>
</item><item>
<title>Re: APACHE::ASP Tutorial</title>
<description>Bruno Marcucci wrote: &amp;gt; &amp;gt; Hi, &amp;gt; I already did anything to try to install ASP into APACHE. In CPAN &amp;gt; shows that everything is installed, but nothing w</description>
<pubDate>12 Feb  2008 03:35:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/96398</link>
</item><item>
<title>Re: peculiar error (?)</title>
<description>Joshua Chamas wrote: &amp;gt; Thanos Chatziathanassiou wrote: &amp;gt;&amp;gt; Since yesterday, apache keeps spitting stuff like this in its error log: &amp;gt;&amp;gt; ---snip--- &amp;gt;&amp;gt; co</description>
<pubDate>27 Nov  2007 08:32:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/95729</link>
</item><item>
<title>Re: peculiar error (?)</title>
<description>Thanos Chatziathanassiou wrote: &amp;gt; Since yesterday, apache keeps spitting stuff like this in its error log: &amp;gt; ---snip--- &amp;gt; compilation error: file unkn</description>
<pubDate>26 Nov  2007 23:45:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/95747</link>
</item><item>
<title>peculiar error (?)</title>
<description>Since yesterday, apache keeps spitting stuff like this in its error log: ---snip--- compilation error: file unknown-000437603808 element output invali</description>
<pubDate>26 Nov  2007 11:46:52 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/95707</link>
</item><item>
<title>Re: saving decoded unicode value to Session causes error</title>
<description>Hi Richard! First of all i need to apologize: It is possible that i gave you a bad advice. I am not a Apache::ASP developer, just a user that is monit</description>
<pubDate>30 Aug  2007 00:46:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94685</link>
</item><item>
<title>Re: Ugg... Newbie install probs....</title>
<description>Reuben Avery wrote: &amp;gt; [Wed Aug 29 13:39:09 2007] [error] [client 127.0.0.1] Can&amp;#039;t locate &amp;gt; object method &amp;quot;request&amp;quot; via package &amp;quot;Apache&amp;quot; at &amp;gt; /Librar</description>
<pubDate>29 Aug  2007 16:57:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94684</link>
</item><item>
<title>Ugg... Newbie install probs....</title>
<description>Hi all, Hoping to get some help here.. I have Apache 2.2.4, Mod_perl 2.0.3, and Perl 5.8.6 (running on Mac OS X 10.4.10) The relevant portion of my</description>
<pubDate>29 Aug  2007 13:43:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94683</link>
</item><item>
<title>Re: saving decoded unicode value to Session causes error</title>
<description>On Aug 29, 2007, at 12:28 AM, Tsirkin Evgeny wrote: &amp;gt; It looks like that SDBM_File file handler or something else in it&amp;#039;s  &amp;gt; internals does not &amp;gt; kn</description>
<pubDate>29 Aug  2007 08:20:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94681</link>
</item><item>
<title>Re: saving decoded unicode value to Session causes error</title>
<description>It looks like that SDBM_File file handler or something else in it&amp;#039;s internals does not know that you are storing (writing) utf8 records into it. I don</description>
<pubDate>29 Aug  2007 00:28:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94676</link>
</item><item>
<title>saving decoded unicode value to Session causes error</title>
<description>Hi, Wondering if anyone has ever encountered this issue. Trying to internationalize my site, so at every input, I pass it  through Encode::decode_u</description>
<pubDate>28 Aug  2007 16:19:15 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94675</link>
</item><item>
<title>Re: ASP script shown in the web browser</title>
<description>Hi Shirley, most important are the following directives in the vhost-/ or httpd- config file: ...   PerlModule Apache::ASP   &amp;lt;FilesMatch &amp;quot;.*\.</description>
<pubDate>24 Aug  2007 09:58:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94659</link>
</item><item>
<title>Re: Apache ASP question - RedHat Linux - Plesk8.2</title>
<description>I have placed test.asp in the httpdocs folder with file permissions set to 755. HTML and PHP files are loading without any problems from inside this f</description>
<pubDate>23 Aug  2007 17:28:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94654</link>
</item><item>
<title>Re: Apache ASP question - RedHat Linux - Plesk8.2</title>
<description>hc_andy wrote: &amp;gt; &amp;gt; I&amp;#039;ve created a sample &amp;quot;test.asp&amp;quot; (code below)  Where did you put it? What are the permissions on the file? What happens if you</description>
<pubDate>23 Aug  2007 13:24:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94653</link>
</item><item>
<title>ASP script shown in the web browser</title>
<description>*Hi,* ** I am trying to build the Apache Web Server (Apache-ASP-2.59 with apache_1.3.37) with mod_perl ( mod_perl-1.30 ) and mod_ssl ( mod_ssl- 2.8.28</description>
<pubDate>23 Aug  2007 09:02:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94646</link>
</item><item>
<title>Apache ASP question - RedHat Linux - Plesk8.2</title>
<description>Hi There, I&amp;#039;m new to plesk and web administration and have a simple asp question to ask. Is there a way I can test that Apache ASP is working proper</description>
<pubDate>22 Aug  2007 20:46:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94641</link>
</item><item>
<title>Re: apache::asp maintenance</title>
<description>Joshua Chamas wrote: &amp;gt; &amp;gt; I plan to push another release in the next couple of weeks  Did you mean to type &amp;quot;months&amp;quot;? &amp;gt;:) --------------------------</description>
<pubDate>17 Aug  2007 04:43:13 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94574</link>
</item><item>
<title>Re: Request object API change request</title>
<description>The subroutine should read: sub user {  my $user = shift;  # $this-&amp;gt;{r} is Apache request object  $this-&amp;gt;{r}-&amp;gt;$Response-&amp;gt;{r}-&amp;gt;user($user) if (defi</description>
<pubDate>25 Jul  2007 04:23:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94425</link>
</item><item>
<title>Request object API change request</title>
<description>All, Can we have the following code added to Apache::ASP $Request object? This will allow you to add Cookie based user name logging to Apache&amp;#039;s acc</description>
<pubDate>25 Jul  2007 04:12:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94424</link>
</item><item>
<title>Accessing session object outside of the Apcaeh::ASP environment</title>
<description>Howdy, I am attempting to access the session object from another program, not running under Apache::ASP. I recall seeing the syntax to do this on ht</description>
<pubDate>12 Jul  2007 13:08:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94358</link>
</item><item>
<title>Re: Can&amp;#039;t locate object method &amp;quot;request&amp;quot; via package &amp;quot;Apache&amp;quot;</title>
<description>Thanks Helmut. My patch is similar to Maurice&amp;#039;s, except that his allows for $mod_perl::VERSION to be an empty string. In my case it has been assig</description>
<pubDate>11 Jul  2007 05:59:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94336</link>
</item><item>
<title>Re: Can&amp;#039;t locate object method &amp;quot;request&amp;quot; via package &amp;quot;Apache&amp;quot;</title>
<description>Hi Tim, (like i postet Tidal 2 months ago on this list) you might try a patch from Maurice Yarrow: see http://www.gossamer-threads.com/lists/modpe</description>
<pubDate>11 Jul  2007 05:41:29 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94335</link>
</item><item>
<title>Can&amp;#039;t locate object method &amp;quot;request&amp;quot; via package &amp;quot;Apache&amp;quot;</title>
<description>[First a quick hello.  We ([url]http://edina.ac.uk/) have been using Apache::ASP for a few years, but you haven&amp;#039;t heard much from us as it&amp;#039;s worked</description>
<pubDate>11 Jul  2007 05:19:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94334</link>
</item><item>
<title>Re: apache::asp maintenance</title>
<description>Joshua Chamas wrote: &amp;gt; If you have other needs please let me know. Well, for inertia reasons, we&amp;#039;re still maintaining a lot of CentOS 3 and Red Hat</description>
<pubDate>09 Jul  2007 12:26:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94316</link>
</item><item>
<title>Re: apache::asp maintenance</title>
<description>Those are great news! Thanks Josh. Evgeny On 6/25/07, Joshua Chamas &amp;lt;josh@chamas.com&amp;gt; wrote: &amp;gt; Tsirkin Evgeny wrote: &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On 6/19/07, *Warren</description>
<pubDate>09 Jul  2007 01:05:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94304</link>
</item><item>
<title>Re: Apache::ASP::Demo</title>
<description>John Evans wrote: &amp;gt; Hello, &amp;gt; &amp;gt; I have just fixed Demo issue,there was also /tmp_demo &amp;gt; path which had to be set to /tmp, but now i am getting &amp;gt; this</description>
<pubDate>08 Jul  2007 20:18:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94296</link>
</item><item>
<title>Re: Apache::ASP::Demo</title>
<description>mynamak wrote: &amp;gt; Hello, &amp;gt; &amp;gt; I have recently installed Apache ASP but when i am opening my ASP pages &amp;gt; i am getting this error &amp;gt; Errors Output &amp;gt; &amp;gt;</description>
<pubDate>07 Jul  2007 03:04:05 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94283</link>
</item><item>
<title>Apache::ASP::Demo</title>
<description>Hello, I have recently installed Apache ASP but when i am opening my ASP pages i am getting this error Errors Output   1. Undefined subroutine &amp;amp;Apa</description>
<pubDate>05 Jul  2007 16:55:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94282</link>
</item><item>
<title>Re: apache-asp request querystring help</title>
<description>Spn wrote: &amp;gt; &amp;gt; I have tried &amp;lt;%=$Request-&amp;gt;QueryString(&amp;#039;MyEmail&amp;#039;)%&amp;gt; but it just write this to &amp;gt; the textbox, not the value. Read the FAQ: http://apach</description>
<pubDate>25 Jun  2007 15:56:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94137</link>
</item><item>
<title>apache-asp request querystring help</title>
<description>hi new to apache asp, please help. trying to write the response of a querystring value, MyEmail, to a text box. I have tried &amp;lt;%=$Request-&amp;gt;QueryStri</description>
<pubDate>25 Jun  2007 15:43:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94136</link>
</item><item>
<title>Re: apache::asp maintenance</title>
<description>Tsirkin Evgeny wrote: &amp;gt; &amp;gt; &amp;gt; On 6/19/07, *Warren Young* &amp;lt;warren@etr-usa.com &amp;gt; &amp;lt;mailto:warren@etr-usa.com&amp;gt;&amp;gt; wrote: &amp;gt; &amp;gt;   On the other hand, I&amp;#039;m no</description>
<pubDate>24 Jun  2007 17:23:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94129</link>
</item><item>
<title>Re: apache::asp maintenance</title>
<description>On 6/19/07, Warren Young &amp;lt;warren@etr-usa.com&amp;gt; wrote: &amp;gt; &amp;gt; On the other hand, I&amp;#039;m not aware of anything so badly wrong with it that &amp;gt; we need someone to</description>
<pubDate>19 Jun  2007 00:54:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94074</link>
</item><item>
<title>Re: apache::asp maintenance</title>
<description>Tsirkin Evgeny wrote: &amp;gt; I was interested to know what is the apache::asp maintenance status? &amp;gt; Is it still maintained?Is it dead? &amp;gt; I have some appli</description>
<pubDate>18 Jun  2007 20:20:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94072</link>
</item><item>
<title>apache::asp maintenance</title>
<description>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 writte</description>
<pubDate>18 Jun  2007 02:16:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/94050</link>
</item><item>
<title>Re: [Mon May 14 15:58:13 2007] [error] [client X.X.X.X] Can&amp;#039;t locate object method &amp;quot;request&amp;quot; via package &amp;quot;Apache&amp;quot;</title>
<description>Hi Tidal, may be a patch from Maurice Yarrow helps... see http://www.gossamer-threads.com/lists/modperl/asp/89060?search_string=yarrow;#89060 (app</description>
<pubDate>14 May  2007 13:13:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/93616</link>
</item><item>
<title>[Mon May 14 15:58:13 2007] [error] [client X.X.X.X] Can&amp;#039;t locate object method &amp;quot;request&amp;quot; via package &amp;quot;Apache&amp;quot;</title>
<description>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</description>
<pubDate>14 May  2007 02:27:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/93608</link>
</item><item>
<title>Re: &amp;#039; not excluded</title>
<description>On 4/21/07, Angel-SL &amp;lt;angelsl@k9-net.org&amp;gt; wrote: &amp;gt; The character &amp;#039;, which is used as a quote in ASP, such as // in C, is &amp;gt; not excluded. How do I fix</description>
<pubDate>23 Apr  2007 06:26:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/93247</link>
</item><item>
<title>Re: &amp;#039; not excluded</title>
<description>I&amp;#039;m not following your question. Please explain further. Waldo Tumanut Database Analyst</description>
<pubDate>23 Apr  2007 06:22:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/93246</link>
</item><item>
<title>&amp;#039; not excluded</title>
<description>The character &amp;#039;, which is used as a quote in ASP, such as // in C, is not excluded. How do I fix this?  --------------------------------------------</description>
<pubDate>21 Apr  2007 08:15:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/93229</link>
</item><item>
<title>Help! Error..</title>
<description>Help! I get this error when running Apache::ASP [Sat Apr 21 12:26:53 2007] [error] [client 192.168.1.101] Can&amp;#039;t locate object method &amp;quot;get&amp;quot; via packag</description>
<pubDate>20 Apr  2007 21:59:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/93228</link>
</item><item>
<title>XML::LibXSLT violent death</title>
<description>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 us</description>
<pubDate>29 Mar  2007 06:56:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/92924</link>
</item><item>
<title>Re: Can&amp;#039;t call method &amp;quot;item&amp;quot; --&amp;gt; ASP.pm line 1521</title>
<description>Hello, here the output (no error at least): COMSPEC DOCUMENT_ROOT GATEWAY_INTERFACE HTTP_ACCEPT HTTP_ACCEPT_CHARSET HTTP_ACCEPT_ENCODING HTTP_ACCEPT</description>
<pubDate>21 Jan  2007 05:24:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/92218</link>
</item><item>
<title>Re: Can&amp;#039;t call method &amp;quot;item&amp;quot; --&amp;gt; ASP.pm line 1521</title>
<description>Hi Spirit, could you test this script below: ... &amp;lt;% my $variables = $Request-&amp;gt;{&amp;#039;ServerVariables&amp;#039;}; print join &amp;#039;&amp;lt;br&amp;gt;&amp;#039;, sort keys %$variables; ... Wh</description>
<pubDate>20 Jan  2007 11:27:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/92217</link>
</item><item>
<title>Re: Can&amp;#039;t call method &amp;quot;item&amp;quot; --&amp;gt; ASP.pm line 1521</title>
<description>Hello, I don&amp;#039;t have any &amp;#039;PATH_INFO&amp;#039; nor &amp;#039;PATH_TRANSLATED&amp;#039; in my httpd.conf file, I&amp;#039;ve added PerlOptions +SetupEnv but the error is the same, &amp;gt;What a</description>
<pubDate>18 Jan  2007 05:47:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/92184</link>
</item><item>
<title>Re: Can&amp;#039;t call method &amp;quot;item&amp;quot; --&amp;gt; ASP.pm line 1521</title>
<description>Hi Spirit, it is most likely because there exist no Server Variables &amp;#039;PATH_INFO&amp;#039; and &amp;#039;PATH_TRANSLATED&amp;#039; at least on my linux system. But may be on</description>
<pubDate>18 Jan  2007 00:04:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/92182</link>
</item><item>
<title>Re: Users on a web site</title>
<description>Adrian wrote: &amp;gt; Google has yet to help me ... &amp;gt; Sub Session_OnStart Why did you turn to Google before reading the documentation and the FAQ on the w</description>
<pubDate>12 Jan  2007 08:33:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/92045</link>
</item><item>
<title>Users on a web site</title>
<description>Hi  sorry if this has been done many times before but I&amp;#039;m new to this and Google has yet to help me so I hope you can! I had a site on IIS using as</description>
<pubDate>12 Jan  2007 06:51:52 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/92040</link>
</item><item>
<title>Can&amp;#039;t call method &amp;quot;item&amp;quot; --&amp;gt; ASP.pm line 1521</title>
<description>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 Apach</description>
<pubDate>12 Jan  2007 03:57:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/92039</link>
</item><item>
<title>pass mod_perl PerlInitHandler session variable to asp global.asa</title>
<description>Like the title says, I&amp;#039;m wondering how to pass a tied session handle (via PerlInitHandler My::StateInit) to the ASP global.asa file. I&amp;#039;m using Apache</description>
<pubDate>04 Jan  2007 12:05:15 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/asp/91934</link>
</item>
</channel>
</rss>
