<?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 | Embperl</title>
<description>Mailing List Archive by Gossamer Threads</description>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/</link>
<language>en-us</language>
<copyright>(c) Gossamer Threads Inc. All rights reserved.</copyright>
<lastBuildDate>16 May  2008 10:12:13 -0800</lastBuildDate>
<ttl>120</ttl>
<image>
<title>Gossamer Threads | ModPerl | Embperl</title>
<width>75</width>
<height>23</height>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/</link>
<url>http://www.gossamer-threads.com/images/lists/rss_logo.jpg</url>
</image>
<item>
<title>Embperl on Windows</title>
<description>Hello. I have tried to install EmbPerl under Windowsx XP. But not successfully. I installed apache_2.2.8-win32-x86-openssl-0.9.8g.msi ActivePerl-5.</description>
<pubDate>16 May  2008 06:36:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97251</link>
</item><item>
<title>Embperl::Object::Execute syntax question</title>
<description>I have a an Embperl::Object Web site with one .epl file that in some  cases should use the template of the rest of the site, and in other  cases sho</description>
<pubDate>03 May  2008 20:40:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97167</link>
</item><item>
<title>Re: Can&amp;#039;t call method &amp;quot;DeleteSession&amp;quot; on an undefined value</title>
<description>On 02/05/2008, at 9:48 PM, Pete Moran wrote: &amp;gt; Try &amp;gt; &amp;gt; $epreq-&amp;gt;DeleteSession(1); &amp;gt; &amp;gt; $_[0], $_[0] will only contain the epreq object if you havent</description>
<pubDate>02 May  2008 06:54:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97157</link>
</item><item>
<title>Re: Can&amp;#039;t call method &amp;quot;DeleteSession&amp;quot; on an undefined value</title>
<description>Try $epreq-&amp;gt;DeleteSession(1); $_[0], $_[0] will only contain the epreq object if you havent shifted  off the array on the initial page. $epreq is t</description>
<pubDate>02 May  2008 06:48:00 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97156</link>
</item><item>
<title>Can&amp;#039;t call method &amp;quot;DeleteSession&amp;quot; on an undefined value</title>
<description>Embperl&amp;#039;s test document for DeleteSession, to delete the cookie and  session data after it is finished with, uses this syntax: $_[0] -&amp;gt; DeleteSessio</description>
<pubDate>02 May  2008 06:41:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97155</link>
</item><item>
<title>Re: Session handling doesn&amp;#039;t work for me</title>
<description>On 01/05/2008, at 5:36 PM, Jeremy Malcolm wrote: &amp;gt; Nothing ever gets written to /var/www/press/orders. I read in the  &amp;gt; Embperl::Config man page th</description>
<pubDate>02 May  2008 01:12:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97154</link>
</item><item>
<title>Session handling doesn&amp;#039;t work for me</title>
<description>I am trying to get my head around session handling. I have a small  test document like this: &amp;lt;html&amp;gt; &amp;lt;head&amp;gt;Embperl session test&amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; [$ if</description>
<pubDate>01 May  2008 02:36:00 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97147</link>
</item><item>
<title>[Bug] in Embperl with DBD::Interbase</title>
<description>Hi, I get a segmentation fault when I call DBD::InterBase::db::_login($dbh, $dsn, $dbuser, $dbpasswd, $attr) or return undef; in DBD::InterBase.pm.</description>
<pubDate>24 Apr  2008 23:45:12 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/97118</link>
</item><item>
<title>not able to run the test server (example) that comes with embperl 2.3.0</title>
<description>Dear All, I have installed Emperl/2.3.0 with following configurations Apache/2.2.8 (Unix) Embperl/2.3.0 mod_perl/2.0.3 Perl/v5.8.8. The only issue i</description>
<pubDate>10 Apr  2008 08:42:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96922</link>
</item><item>
<title>Re: Apache::ImageMagick for mod_per2</title>
<description>Adam Hasselbalch Hansen napsal(a): &amp;gt; Hey. &amp;gt; &amp;gt; Saw here http://www.gossamer-threads.com/lists/modperl/embperl/17312 &amp;gt; that you got a working copy of A</description>
<pubDate>01 Apr  2008 14:09:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96819</link>
</item><item>
<title>RE: textarea &amp;quot;arrays&amp;quot; initialize incorrectly</title>
<description>Ah, perhaps it&amp;#039;s an Embperl 2.X issue then. We&amp;#039;ve had lots of those... ;)  -----Original Message----- From: Todd White [mailto:tmwhite@merit.edu] S</description>
<pubDate>19 Mar  2008 12:18:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96742</link>
</item><item>
<title>Re: textarea &amp;quot;arrays&amp;quot; initialize incorrectly</title>
<description>Yeah... that&amp;#039;s the workaround I am using, but I was wondering if I could avoid using the workaround.  On Wed, 19 Mar 2008, Frank Wesemann wrote: &amp;gt;</description>
<pubDate>19 Mar  2008 12:16:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96741</link>
</item><item>
<title>Re: textarea &amp;quot;arrays&amp;quot; initialize incorrectly</title>
<description>Todd White schrieb: &amp;gt; &amp;gt; Here&amp;#039;s the very odd result: &amp;gt;  http://www.merit.edu/~tmwhite/textarea.epl &amp;gt;  The same for me with Embperl 2.2.0. &amp;lt;textarea</description>
<pubDate>19 Mar  2008 12:14:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96740</link>
</item><item>
<title>RE: textarea &amp;quot;arrays&amp;quot; initialize incorrectly</title>
<description>The only thing I didn&amp;#039;t share was...  Apache/2.2.6 (Unix)  mod_ssl/2.2.6  PHP/5.2.4  mod_perl/2.0.2  Perl/v5.8.8  Embperl 2.2.0 Now you have t</description>
<pubDate>19 Mar  2008 12:06:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96739</link>
</item><item>
<title>RE: textarea &amp;quot;arrays&amp;quot; initialize incorrectly</title>
<description>I tried the code below in Embperl 1.3, and it works as expected (i.e., each textarea has only one character). Is there something you aren&amp;#039;t telling u</description>
<pubDate>19 Mar  2008 11:58:34 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96738</link>
</item><item>
<title>textarea &amp;quot;arrays&amp;quot; initialize incorrectly</title>
<description>Here&amp;#039;s the code: [.-  $fdat{&amp;quot;WHATEVER_1&amp;quot;} = &amp;quot;a&amp;quot;;  $fdat{&amp;quot;WHATEVER_2&amp;quot;} = &amp;quot;b&amp;quot;;  $fdat{&amp;quot;WHATEVER_3&amp;quot;} = &amp;quot;c&amp;quot;;  $fdat{&amp;quot;WHATEVER_4&amp;quot;} = &amp;quot;d&amp;quot;;  $fdat</description>
<pubDate>19 Mar  2008 11:47:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96737</link>
</item><item>
<title>equivalent to app -&amp;gt; init: app -&amp;gt; cleanup ?</title>
<description>Dear list, is there a equivalent &amp;lt;http://dict.leo.org/ende?lp=ende&amp;amp;p=eL4jU.&amp;amp;search=equivalent&amp;gt; to the init() Method of a Embperl_App_Handler_Class l</description>
<pubDate>29 Feb  2008 09:53:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96614</link>
</item><item>
<title>Embperl Cache monitoring</title>
<description>Hi,   I&amp;#039;d like to do some debugging in embperl. I&amp;#039;d like to monitor the memory used in embperl caching. Does anyone have a way of monitoring this st</description>
<pubDate>29 Feb  2008 08:50:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96613</link>
</item><item>
<title>RE: Preventing selected being added to option tags</title>
<description>Hi Frank, &amp;gt; set Embperl_Syntax to &amp;quot;EmbperlBlocks&amp;quot; to prevent Embperl from &amp;gt; processing HTML-Tags &amp;gt; http://www.ecos.de/embperl/pod/doc/Config.-page</description>
<pubDate>22 Jan  2008 11:40:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96235</link>
</item><item>
<title>Re: Preventing selected being added to option tags</title>
<description>Michael Smith schrieb: &amp;gt; Hi Andrew &amp;gt; &amp;gt; Thanks for the response. &amp;gt; &amp;gt; I ended up (at least for the time being) doing an &amp;gt; undef($fdat{select_field}) whi</description>
<pubDate>22 Jan  2008 10:03:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96234</link>
</item><item>
<title>Re: Preventing selected being added to option tags</title>
<description>Hi Andrew Thanks for the response. I ended up (at least for the time being) doing an undef($fdat{select_field}) which worked but it seems a bit mess</description>
<pubDate>22 Jan  2008 01:37:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96231</link>
</item><item>
<title>RE: Preventing selected being added to option tags</title>
<description>Hi Michael, &amp;gt; Can someone please clarify how I prevent &amp;#039;selected&amp;#039; being &amp;gt; automatically added to selects? Here&amp;#039;s my embperl file: &amp;gt; What happens is</description>
<pubDate>21 Jan  2008 07:32:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96217</link>
</item><item>
<title>Preventing selected being added to option tags</title>
<description>Hi, Can someone please clarify how I prevent &amp;#039;selected&amp;#039; being automatically added to selects? Here&amp;#039;s my embperl file: [.- $optDisableSelectScan=1;</description>
<pubDate>21 Jan  2008 07:10:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96216</link>
</item><item>
<title>Re: Any good and cheap embperl host</title>
<description>I can do that for you.  Ruben On Wed, Jan 16, 2008 at 09:47:19PM +0000, abhishek jain wrote: &amp;gt; Hi friends, &amp;gt; Looking for a good embperl host which i</description>
<pubDate>19 Jan  2008 11:23:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96204</link>
</item><item>
<title>statically-linked embperl</title>
<description>Hi, Can someone please tell me how to build a statically-linked copy of embperl with mod_perl 2.0.3? The old embperl 1.3.6 FAQ describes the steps bu</description>
<pubDate>18 Jan  2008 21:35:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96203</link>
</item><item>
<title>Any good and cheap embperl host</title>
<description>Hi friends, Looking for a good embperl host which is cheap , Also it should has the facility to install CPAN modules, Or if i get a shell account pro</description>
<pubDate>16 Jan  2008 13:47:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96186</link>
</item><item>
<title>Re: Re: Re: Re: Process exists - Segmentation fault</title>
<description>Hi Gerald, Sorry for a late reply , no make test did not worked correctly, it did tested the modperl part and gave error like an error on line 21. I w</description>
<pubDate>14 Jan  2008 17:14:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96173</link>
</item><item>
<title>RE: Re: Re: Re: Process exists - Segmentation fault</title>
<description>Hi, Maybe we should go one step back: Does &amp;quot;make test&amp;quot; works correctly for you? Does it also test the mod_perl part? Gerald  &amp;gt; -----Original Mes</description>
<pubDate>09 Jan  2008 05:56:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96116</link>
</item><item>
<title>Re: Embperl logging &amp;quot;out of control&amp;quot;</title>
<description>Assuming you haven&amp;#039;t found a resolution to the issue yet... Have you tried running running Apache with a single child (MaxClients 1) to try to help i</description>
<pubDate>07 Jan  2008 16:27:34 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96109</link>
</item><item>
<title>Re: Re: Strange behavior in Embperl</title>
<description>Hi Its me again, But still the things are not working right. I tried to recompile Embperl and put PerlModule Embperl after LoadModule embperl_module .</description>
<pubDate>06 Jan  2008 18:01:05 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96092</link>
</item><item>
<title>Re: Re: Strange behavior in Embperl</title>
<description>Hi, I think i found part of the problem, actually i also see an entry into httpd.conf that says segmentation fault when the blank page appears, may be</description>
<pubDate>02 Jan  2008 19:51:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96062</link>
</item><item>
<title>RE: Re: Strange behavior in Embperl</title>
<description>One important thing to note when using Apache::DBI to share connections is that you should not create a connection pool when apache starts up, otherwi</description>
<pubDate>02 Jan  2008 16:25:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96061</link>
</item><item>
<title>Re: Re: Strange behavior in Embperl</title>
<description>Thanks again Gerald, appreciated. What about the problem , at times i observe a blank page, i believe that $r = shift does not give me the value of $r</description>
<pubDate>02 Jan  2008 14:58:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96060</link>
</item><item>
<title>RE: Re: Strange behavior in Embperl</title>
<description>Hi, I would suggest using Apache::DBI, which will take care of shareing db handles Gerald  &amp;gt; -----Original Message----- &amp;gt; From: abhishek jain [ma</description>
<pubDate>02 Jan  2008 00:49:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96052</link>
</item><item>
<title>Re: Strange behavior in Embperl</title>
<description>Hi Gerald, Thanks it did worked , now another problem :) At times when i click on a url running on embperl either correct page will come, or an error</description>
<pubDate>01 Jan  2008 19:19:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96051</link>
</item><item>
<title>RE: Strange behavior in Embperl</title>
<description>Hi, $row has a special meaning in Embperl (see http://perl.apache.org/embperl/pod/doc/Embperl.-page-3-.htm#sect_8) So in your case, replace $row by</description>
<pubDate>01 Jan  2008 06:42:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96050</link>
</item><item>
<title>Strange behavior in Embperl</title>
<description>Hi Friends, I have installed embperl on my VPS and i am experiencing strange behavior of it. 1. The errors located by it is not in same line number as</description>
<pubDate>31 Dec  2007 21:48:00 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/96049</link>
</item><item>
<title>RE: Error using Syntax::SSI and Syntax::EmbperlBlocks at the same time</title>
<description>Hi, Sorry for my late reply. Does it change anything if you exchange the order i.e. EMBPERL_SYNTAX &amp;quot;EmbperlBlocks SSI&amp;quot; Gerald   &amp;gt; -----Original</description>
<pubDate>26 Dec  2007 23:05:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95993</link>
</item><item>
<title>RE: RE: embperl checbox checked attribute not inserted</title>
<description>Hi, How do you pass %fdat. The correct way would be: Embperl::Execute ({inputfile =&amp;gt; &amp;#039;/path/to/some/file&amp;#039;, fdat =&amp;gt; \%custom_fdat}) ; Did you do it</description>
<pubDate>26 Dec  2007 22:57:52 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95992</link>
</item><item>
<title>Any further example with Embperl</title>
<description>Hi group, I am struggling to understand embperl, can anyone here pass me an example on Embperl, i have the example from the example site but can anyon</description>
<pubDate>24 Dec  2007 04:49:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95970</link>
</item><item>
<title>Re: Embperl logging &amp;quot;out of control&amp;quot;</title>
<description>&amp;gt;We had an incident like that back in our development of our pages. We &amp;gt;tracked it down to someone having set EMBPERL_DEBUG to -1 in one of &amp;gt;their pa</description>
<pubDate>13 Dec  2007 10:14:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95873</link>
</item><item>
<title>RE: Embperl logging &amp;quot;out of control&amp;quot;</title>
<description>Thanks to everyone for the replies. I&amp;#039;ll get to them all, but I can answer Sherman Culler&amp;#039;s questions now. &amp;gt;Just curious - why not upgrade Apache/Emb</description>
<pubDate>12 Dec  2007 14:11:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95866</link>
</item><item>
<title>Re: Embperl logging &amp;quot;out of control&amp;quot;</title>
<description>We had an incident like that back in our development of our pages. We tracked it down to someone having set EMBPERL_DEBUG to -1 in one of their pages</description>
<pubDate>12 Dec  2007 11:10:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95864</link>
</item><item>
<title>Embperl logging &amp;quot;out of control&amp;quot;</title>
<description>Folks, We run Embperl 1.3.6 under mod_perl 1.29 and Apache/1.3.31. Recently we&amp;#039;d noticed that Embperl seems to be logging &amp;quot;everything.&amp;quot; So much stuff</description>
<pubDate>12 Dec  2007 10:27:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95863</link>
</item><item>
<title>RE: EMBPERL_SESSION_HANDLER_CLASS = no</title>
<description>I didn&amp;#039;t try that, however I did try this, which should be the same thing: $ENV{&amp;#039;EMBPERL_SESSION_HANDLER_CLASS&amp;#039;} = &amp;#039;no&amp;#039;; require Embperl; which didn</description>
<pubDate>04 Dec  2007 07:24:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95807</link>
</item><item>
<title>RE: embperl checbox checked attribute not inserted</title>
<description>So upon further investigation I have found that if I pass fdat into Embperl::Execute , Embperl::fdat is undefined, so I cannot access Embperl::fdat. I</description>
<pubDate>03 Dec  2007 10:59:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95800</link>
</item><item>
<title>RE: EMBPERL_SESSION_HANDLER_CLASS = no</title>
<description>Hi Jon, &amp;gt; I&amp;#039;ve read up on this a bit, and it seems that I should be &amp;gt; able to do this: &amp;gt; &amp;gt; $ENV{&amp;#039;EMBPERL_SESSION_HANDLER_CLASS&amp;#039;} = &amp;#039;no&amp;#039;; &amp;gt; &amp;gt; In my</description>
<pubDate>02 Dec  2007 13:51:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95775</link>
</item><item>
<title>EMBPERL_SESSION_HANDLER_CLASS = no</title>
<description>I&amp;#039;m getting this garbage in my logs:   --- snip --- ERR: 66: Embperl Session handling DISABLED because of the following error: Can&amp;#039;t locate Apac</description>
<pubDate>30 Nov  2007 14:35:12 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95761</link>
</item><item>
<title>embperl checbox checked attribute not inserted</title>
<description>We are using Embperl 2.2.0 , we have a custom Apache Handler which in turn prebuilds fdat and calls Embperl::Execute, passing fdat, I have found that</description>
<pubDate>29 Nov  2007 06:27:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95755</link>
</item><item>
<title>Re: 30 second timeout</title>
<description>Hi Andrew, This doesn&amp;#039;t seem to be related to the httpd Timeout config -- it&amp;#039;s failing well before the five minute cut off. That it happens after al</description>
<pubDate>27 Nov  2007 08:15:34 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95723</link>
</item><item>
<title>RE: 30 second timeout</title>
<description>Hi Matthew, &amp;gt; I&amp;#039;ve got an .epl script that is failing to run past 30 &amp;gt; seconds. Here&amp;#039;s a very simple example: [snip] &amp;gt; When I hit that it times o</description>
<pubDate>26 Nov  2007 15:33:56 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95714</link>
</item><item>
<title>30 second timeout</title>
<description>Hi Folks, I&amp;#039;ve got an .epl script that is failing to run past 30 seconds. Here&amp;#039;s a very simple example: [$ var $foo $] [- $foo = &amp;quot;Hello&amp;quot; -] [+ $f</description>
<pubDate>26 Nov  2007 15:05:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95713</link>
</item><item>
<title>RE: embperl</title>
<description>Hi, &amp;gt; &amp;gt; Thanks for reviatalizing this project.  It looks like some &amp;gt; of the install steps for HTML::EmbperlObject require the &amp;gt; Apache2 source. I</description>
<pubDate>13 Nov  2007 20:39:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95580</link>
</item><item>
<title>RE: Embperl app. no longer works after linux upgrade; namespace issue &amp;amp; seg fault]</title>
<description>Hi, For me this looks like you did not have a LoadModule and PerlModule for Embperl in your httpd.conf. If this is not clear please mail your httpd</description>
<pubDate>12 Nov  2007 11:14:48 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95544</link>
</item><item>
<title>RE: Authentication &amp;amp; session handling</title>
<description>Hi, I am not aware of a ready framework. The Embperl web sites (which you can find as an example under eg/web in the Embperl distribution), impleme</description>
<pubDate>12 Nov  2007 11:11:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95543</link>
</item><item>
<title>RE: Re: Embperl 2.3.0 coredump</title>
<description>Hi, Embperl 2.3 works with Apache 1.3 and 2.0 and 2.2. Embperl 1.3.x is not maintains anymore, so there is a good chance that it does not work with</description>
<pubDate>12 Nov  2007 11:09:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95542</link>
</item><item>
<title>Re: Embperl 2.3.0 coredump</title>
<description>Ian VanDerPoel &amp;lt;Ian.VanDerPoel@transportregulator.nsw.gov.au&amp;gt; writes: &amp;gt; I believe you need version 1.3.6 &amp;gt; That still works on Apache 1 Ok but the te</description>
<pubDate>02 Nov  2007 02:27:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95436</link>
</item><item>
<title>Re: Embperl 2.3.0 coredump</title>
<description>Dave, I believe you need version 1.3.6 That still works on Apache 1 &amp;gt;&amp;gt;&amp;gt; Dave Hayes &amp;lt;dave@jetcafe.org&amp;gt; 02/11/07 3:56 pm &amp;gt;&amp;gt;&amp;gt; cliff rayman &amp;lt;___cliff&amp;gt;</description>
<pubDate>01 Nov  2007 22:24:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95435</link>
</item><item>
<title>Re: Embperl 2.3.0 coredump</title>
<description>cliff rayman &amp;lt;___cliff&amp;gt; writes: &amp;gt; Embperl 2.3 only works with Apache 2.0.x and mod_perl 2.x Is there an Embperl that works with Apache 1.x? ------ Da</description>
<pubDate>01 Nov  2007 21:56:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95434</link>
</item><item>
<title>Re: Embperl 2.3.0 coredump</title>
<description>Embperl 2.3 only works with Apache 2.0.x and mod_perl 2.x Dave Hayes wrote: &amp;gt; Greetings. I&amp;#039;m afraid I&amp;#039;m having a problem getting Embperl &amp;gt; 2.3.0 to wo</description>
<pubDate>01 Nov  2007 20:41:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95433</link>
</item><item>
<title>Embperl 2.3.0 coredump</title>
<description>Greetings. I&amp;#039;m afraid I&amp;#039;m having a problem getting Embperl 2.3.0 to work with Apache 1.3.37, mod_perl, and perl 5.8.8. Upon serving the first page,</description>
<pubDate>01 Nov  2007 15:58:05 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95430</link>
</item><item>
<title>seg fault follow-up # 2</title>
<description>I just noticed this in my dmesg: httpd[2252]: segfault at 0800303c eip b7c6a6ab esp bfc2d7b0 error 4 I&amp;#039;ve had hundreds of httpd segfaults today but</description>
<pubDate>24 Oct  2007 05:25:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95354</link>
</item><item>
<title>seg fault follow-up</title>
<description>by the way, this is from my httpd.conf: &amp;lt;Directory &amp;quot;/home/httpd/htdocs&amp;quot;&amp;gt; # # Possible values for the Options directive are &amp;quot;None&amp;quot;, &amp;quot;All&amp;quot;, # or any c</description>
<pubDate>24 Oct  2007 04:33:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95353</link>
</item><item>
<title>Embperl app. no longer works after linux upgrade; namespace issue &amp;amp; seg fault]</title>
<description>Dear Gerald and others, I was happily developing an application with Embperl and it was going great, but now my application doesn&amp;#039;t work and I&amp;#039;m bang</description>
<pubDate>24 Oct  2007 04:27:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95352</link>
</item><item>
<title>Authentication &amp;amp; session handling</title>
<description>Hi! I wonder if there is a &amp;quot;out of the box&amp;quot; Embperl solution for the common login/authentication/session scenario: 1. User accesses the web area whi</description>
<pubDate>18 Oct  2007 01:24:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95276</link>
</item><item>
<title>Re: use and Execute differences</title>
<description>Understood and yes Embperl::Object logic is very useful indeed. Villu</description>
<pubDate>10 Oct  2007 07:39:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95177</link>
</item><item>
<title>Re: Re: Re: Problems customizing selected form elements output</title>
<description>Thank you for the information. VIllu On 10/10/07, Gerald Richter - ECOS GmbH &amp;lt;richter@ecos.de&amp;gt; wrote: &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thank you very much. Will be trying</description>
<pubDate>10 Oct  2007 07:34:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95176</link>
</item><item>
<title>RE: use and Execute differences</title>
<description>Hi, &amp;gt; &amp;gt; Searched through the documentation and mailing lists but &amp;gt; could not find the exact information. &amp;gt; What are the most important differences</description>
<pubDate>10 Oct  2007 05:42:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95171</link>
</item><item>
<title>RE: Re: Re: Problems customizing selected form elements output</title>
<description>&amp;gt; &amp;gt; Thank you very much. Will be trying it as soon as I get the time. &amp;gt; &amp;gt; Could you tell me which files are responsible for the &amp;gt; generation of the</description>
<pubDate>10 Oct  2007 05:38:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95170</link>
</item><item>
<title>Re: ANNOUNCE: Embperl 2.3.0</title>
<description>Great news indeed and big thanks to Gerald. Just pointing out that this information is not yet in web page http://www.ecos.de/embperl/. At least not</description>
<pubDate>10 Oct  2007 01:22:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95166</link>
</item><item>
<title>use and Execute differences</title>
<description>Hello, Searched through the documentation and mailing lists but could not find the exact information. What are the most important differences between</description>
<pubDate>10 Oct  2007 01:18:13 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95165</link>
</item><item>
<title>Re: Re: Problems customizing selected form elements output</title>
<description>Thank you very much. Will be trying it as soon as I get the time. Could you tell me which files are responsible for the generation of the (x)html. Is</description>
<pubDate>10 Oct  2007 01:03:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95163</link>
</item><item>
<title>RE: virtualhosts with same Docroots - workaround or solution?</title>
<description>Hi, &amp;gt; That&amp;#039;s true, but maintenance becomes are little more complicated. I simply use the same httpd.conf, with some &amp;lt;ifdefine &amp;gt; inside, to make mai</description>
<pubDate>09 Oct  2007 21:49:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95161</link>
</item><item>
<title>virtualhosts with same Docroots - workaround or solution?</title>
<description>&amp;gt; Hi, &amp;gt; &amp;gt; I guess the problem is that Embperl is not aware of these two Perl &amp;gt; interpreters. There are some structures that are process global inside</description>
<pubDate>08 Oct  2007 05:25:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95137</link>
</item><item>
<title>RE: virtualhosts with same Docroots steal Request object and Session</title>
<description>Hi, &amp;gt; I have this scenario: &amp;gt; Two virtual servers ( A and B ) share the same DocumentRoot, &amp;gt; due to the fact that every server needs some special &amp;quot;g</description>
<pubDate>07 Oct  2007 04:44:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95115</link>
</item><item>
<title>Re: virtualhosts with same Docroots steal Request object and Session</title>
<description>I am very sorry, I forgot to supply the credentials: It is Embperl 2.2.0 with an Apache 2.0.52 ( preforking ) Perl is 5.8.5 all that running under Red</description>
<pubDate>05 Oct  2007 13:48:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95096</link>
</item><item>
<title>virtualhosts with same Docroots steal Request object and Session</title>
<description>Dear list, I have this scenario: Two virtual servers ( A and B ) share the same DocumentRoot, due to the fact that every server needs some special &amp;quot;gl</description>
<pubDate>05 Oct  2007 13:28:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95095</link>
</item><item>
<title>RE: RE: RE: ANNOUNCE: Embperl 2.3.0</title>
<description>Hi! &amp;gt; &amp;gt; It seems that the debian installed mod_perl 2.02 and the &amp;gt; cpanplus installed mod_perl 2.03 conflicted. &amp;gt; On the production box the upgrade</description>
<pubDate>04 Oct  2007 05:19:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95065</link>
</item><item>
<title>RE: RE: ANNOUNCE: Embperl 2.3.0</title>
<description>Hi!  It seems that the debian installed mod_perl 2.02 and the cpanplus installed mod_perl 2.03 conflicted. On the production box the upgrade was fl</description>
<pubDate>04 Oct  2007 03:13:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95064</link>
</item><item>
<title>RE: html::embperl is not supported?</title>
<description>Hi, Embperl 1.3.x is not supported anymore and will not work with Apache 2.x You need to upgrade to Embperl 2.3. Please make sure to read the hints</description>
<pubDate>04 Oct  2007 02:44:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95063</link>
</item><item>
<title>RE: RE: ANNOUNCE: Embperl 2.3.0</title>
<description>&amp;gt; &amp;gt; [-1]/usr/sbin/apache2: symbol lookup error: &amp;gt; /usr/local/lib/perl/5.8.8/auto/Apache2/RequestUtil/RequestUtil &amp;gt; .so: undefined symbol: modperl_pn</description>
<pubDate>04 Oct  2007 02:42:12 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95062</link>
</item><item>
<title>Re: Raising error early</title>
<description>Hello my friend ;-) Nice to see an answer from you ! kolikov a écrit : &amp;gt; &amp;gt; site, I have modified my _base.epl and send the file &amp;gt; &amp;gt; &amp;quot;by hand&amp;quot; :  &amp;gt;</description>
<pubDate>02 Oct  2007 13:29:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95029</link>
</item><item>
<title>Re: Raising error early</title>
<description>embperl@thefreecat.org a écrit : &amp;gt; Hi, &amp;gt; &amp;gt; In order to do some tracking on the PDF downloaded on our &amp;gt; site, I have modified my _base.epl and send</description>
<pubDate>02 Oct  2007 12:37:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95028</link>
</item><item>
<title>Raising error early</title>
<description>Hi, In order to do some tracking on the PDF downloaded on our site, I have modified my _base.epl and send the file &amp;quot;by hand&amp;quot; : if (open(PDF,$ENV{DOC</description>
<pubDate>01 Oct  2007 19:53:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95024</link>
</item><item>
<title>RE: Re: $cnt doesn&amp;#039;t work for me as advertised</title>
<description>Thank you, Gerald! That work-around works perfectly! Here is the link to prove it:  http://www.merit.edu/~tmwhite/test/cnt.epl And here is the up</description>
<pubDate>01 Oct  2007 09:33:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95021</link>
</item><item>
<title>Re: WORKING!!!!!</title>
<description>On Sun, Sep 30, 2007 at 10:29:38PM +0200, Jan Kyncl wrote: &amp;gt; Hi all, &amp;gt; for GENTOO users &amp;gt; &amp;gt; combination: &amp;gt; Apache 2.2.6. &amp;gt; Mod_perl/2.0.3 &amp;gt; Perl/v5.8.</description>
<pubDate>30 Sep  2007 13:55:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95011</link>
</item><item>
<title>Re: WORKING!!!!!</title>
<description>Hi all, for GENTOO users combination: Apache 2.2.6. Mod_perl/2.0.3 Perl/v5.8.8 Embperl 2.3.0 is working !!!! There were several problems: 1) It w</description>
<pubDate>30 Sep  2007 13:29:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95010</link>
</item><item>
<title>RE: WORKING!!!!!</title>
<description>Hi, Great to hear that it is finaly working :-) Gerald  ------------------------------------------------------------------------ Besuchen Sie unser</description>
<pubDate>30 Sep  2007 11:20:56 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95009</link>
</item><item>
<title>WORKING!!!!!</title>
<description>Gerald. Sorry about the thousands of emails. This is so important to me. I code everything with Embperl. I have got everything working perfectly.</description>
<pubDate>30 Sep  2007 09:50:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95008</link>
</item><item>
<title>Re: Error installing Embperl 2.2.0</title>
<description>Hi Gerald, I have finally found the difference between a working conf and a non-working conf: I get seg faults with this setup:  .....     Core</description>
<pubDate>30 Sep  2007 09:31:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95007</link>
</item><item>
<title>Re: Error installing Embperl 2.2.0</title>
<description>Hi again, Looking further into the seg faults on my Virtuozzo virtual server: Just backtraced a core file to find: (gdb) bt full #0 0x0000002a9a23</description>
<pubDate>30 Sep  2007 07:47:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95006</link>
</item><item>
<title>Re: Error installing Embperl 2.2.0</title>
<description>Hi Gerald, Still getting these in the apache logs.... [Sun Sep 30 16:04:57 2007] [notice] child pid 28490 exit signal Bus error (7) [Sun Sep 30 16:0</description>
<pubDate>30 Sep  2007 07:09:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95005</link>
</item><item>
<title>Re: Error installing Embperl 2.2.0</title>
<description>Gerald, Thanks for your recent reply. I have now successfully installed V2.3.0 with no errors. Still getting seg faults.... Although I am new to b</description>
<pubDate>30 Sep  2007 07:01:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/95004</link>
</item><item>
<title>RE: Error installing Embperl 2.2.0</title>
<description>Hi, Can you please retry with the just uploaded Embperl 2.3.0. If you still get segfaults, please send me a stack backtrace. Gerald P.S. Please us</description>
<pubDate>29 Sep  2007 05:16:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/94995</link>
</item><item>
<title>RE: Re: Problems customizing selected form elements output</title>
<description>Hi, Please try to use the just uploaded Embperl 2.3.0 and set output mode 1 (xml). This should do the trick without the need of your custom syntax</description>
<pubDate>29 Sep  2007 05:14:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/94994</link>
</item><item>
<title>ANNOUNCE: Embperl 2.3.0</title>
<description>The URL   ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-2.3.0.tar.gz has entered CPAN as  file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.3.0.ta</description>
<pubDate>29 Sep  2007 05:13:12 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/94993</link>
</item><item>
<title>RE: Revitalizing Embperl</title>
<description>Hi, It will not work to put mod_perl and Embperl together. Both have different focus and users. Mod_perl people will never fix themself to one fram</description>
<pubDate>28 Sep  2007 15:09:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/94986</link>
</item><item>
<title>RE: Re: $cnt doesn&amp;#039;t work for me as advertised</title>
<description>Hi, $cnt is not (yet) implement in Embperl 2.x (it was in 1.x). Documentation is a little bit out of date on this. It should work to use [+ $arr[.</description>
<pubDate>28 Sep  2007 15:05:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/94985</link>
</item><item>
<title>RE: Problem with Apache 2.2.6</title>
<description>&amp;gt; &amp;gt; I&amp;#039;ve just upgraded Apache and Embperl won&amp;#039;t compile. &amp;gt; &amp;gt; Embperl 2.2.0 &amp;gt; GenToo Linux &amp;gt; Apache 2.2.6 &amp;gt; apr 1.2.8 &amp;gt; libapreq2 2.08 &amp;gt; &amp;gt; These are</description>
<pubDate>28 Sep  2007 15:00:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/94984</link>
</item><item>
<title>Re: $cnt doesn&amp;#039;t work for me as advertised</title>
<description>I shouldn&amp;#039;t have to use $row and $col. And I shouldn&amp;#039;t have to be working with an array of an array. --Todd  On Wed, 26 Sep 2007, Ben Kim wrote: &amp;gt;</description>
<pubDate>27 Sep  2007 05:22:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/modperl/embperl/94967</link>
</item>
</channel>
</rss>
