Search Discussions
-
How long should apache (and Embperl) be caching pages? When does Embperl decide to recompile (apart from when a page source changes)? I ask because I have been watching my server, and notice that at ...
Neil Gunton
Mar 22, 2001 at 12:19 am
Mar 27, 2001 at 11:08 pm -
I am trying to integrate a spell checker into my website, and the Lingua::Ispell CPAN module looks like it will do what I need. I can successfully test the module offline, in a perl script, but when ...
Neil Gunton
Mar 9, 2001 at 5:37 pm
Aug 16, 2001 at 12:24 am -
Hello, I'm trying to get running Apache, mod_perl and embperl, but no success. This night I got segmentation faults, and I thought that maybe the mailing list could help me. I'm sorry for the long ...
Aivo Kalu
Mar 20, 2001 at 11:25 pm
Mar 26, 2001 at 11:42 am -
I often find myself with code like this: <br [+ $set[$row]{organization_name} +] <br [+ $set[$row]{address1} +] <br [+ $set[$row]{address2} +] <br [+ $set[$row]{address3} +] <br [+ $set[$row]{city} ...
Kee Hinckley
Mar 24, 2001 at 8:19 pm
Mar 26, 2001 at 3:38 pm -
I've got a weird problem that I haven't been able to fix... This behaviour exhibits on the 2 boxes I have that have Apache 1.3.14, ModPerl 1.24 (compiled in). One is Solaris 2.6, one is 7. Both run ...
goEbusiness.com
Mar 16, 2001 at 7:01 pm
Mar 17, 2001 at 2:10 pm -
Hi Gerald, quick question: I am installing Embperl on the server of a small company for whom I am doing some consulting. The server is running FreeBSD, and the setup is a virtual server environment ...
Neil Gunton
Mar 20, 2001 at 11:50 am
Mar 22, 2001 at 5:17 am -
(Quite) a while back I complained about the problems of debugging a module that's in use by an Embperl page. [- use mylib; -] ... The problem is that Embperl cashes mylib the first time it loads it, ...
Kee Hinckley
Mar 17, 2001 at 3:40 pm
Mar 20, 2001 at 9:36 am -
Hi. I'm trying to use embperl sessions from a mod_perl authentication handler (subclass of Apache::AuthCookie). My code looks like this: sub touch_session { my $r = Apache- request or die "no ...
Michael Stevens
Mar 28, 2001 at 12:15 pm
Mar 29, 2001 at 2:52 pm -
Dear All, I'm using embperl in the authentication phase, via Apache::AuthCookie to produce a login page. It actually works pretty well but I'm experiencing one problem that I can't seem to get round ...
Michael Smith
Mar 23, 2001 at 4:39 pm
Mar 27, 2001 at 9:50 am -
Hello friends, A small problem - Any one know how to set the embperl Log file path for embpcgi.pl script. I have installed it on freeBSD 4.2 and it keeps filling my / (root) file system, as the ...
Mustafa Mahudhawala
Mar 14, 2001 at 4:42 pm
Mar 23, 2001 at 5:11 am -
Dear Gerald, et al; There's a good thing about Template Toolkit which Embperl seems to be missing and that is: OUTPUT_PATH. This is similar to EMBPERL_PATH aka 'path' key for Execute param, but for ...
Ilia Lobsanov
Mar 20, 2001 at 9:21 pm
Mar 22, 2001 at 2:40 am -
Hi, I am running into a problem where an embperl page with the code below hangs during the while loop reading data from a remote socket. This function works fine as a standard perl script called cgi ...
Khoward
Mar 19, 2001 at 11:34 am
Mar 19, 2001 at 1:06 pm -
I'm just full of problems, now it's a flaky %udat. First the setup. I have 8 developers that are developing off of 1 server, but are using their own apache processes on different ports. I had to do ...
John Walstra
Mar 7, 2001 at 11:20 pm
Mar 8, 2001 at 5:13 am -
Hi, I noticed this weird behaviour when I upgraded from 1.3b6 to 2.0b1. HTML Comments like this: <!--BEGIN NAVIGATION TOP-- Are outputed like this: <<!-- It looks to me like Embperl surrounds the ...
Nicolas Parody
Mar 5, 2001 at 8:07 pm
Mar 6, 2001 at 1:48 pm -
Hi all, i want to try the following action in HTML document parsed by EMBPERL 1.2.1 : [- open(MEM,'/proc/meminfo'); while (<MEM ) { $tmp = <MEM ; }; close(MEM); -] But my apache process doesn`t do ...
Bjoern
Mar 26, 2001 at 11:32 pm
Mar 27, 2001 at 3:37 am -
Hello there... I have a doubt regarding the session management in perl. The entries that I saw in the mailing list were speaking of mod_perl which I did not understand. I am not using mod_perl. I use ...
Tom joseph
Mar 23, 2001 at 6:39 pm
Mar 25, 2001 at 1:18 pm -
The following form: <form Search: <input type=text name=search <input type=submit name=Search </form when submitted to itself with the argument: "foobar" results in: <form Search: <input type=text ...
Kee Hinckley
Mar 12, 2001 at 2:26 pm
Mar 12, 2001 at 3:11 pm -
I am trying to upload a file. I am following the example presented in the apache.org/embperl site. As in the example, if the file handle isn't defined, I accept the file name from the user. print ...
Jim Hamer
Mar 7, 2001 at 6:20 pm
Mar 7, 2001 at 8:25 pm -
Hi, I'm trying to set EMBPERL_OPTIONS to some reasonable system-wide and then change it for virtual hosts as necessary. My httpd.conf looks like this PerlSetEnv EMBPERL_OPTIONS 8208 <VirtualHost xx ...
Robert
Mar 1, 2001 at 10:59 am
Mar 2, 2001 at 12:44 am -
I thought that by being declared inside [- -], the subroutine would be recompiled on every request, thus losing any reference to @fields. Jonny J -----Original Message----- J From: ...
Jonny Cavell
Mar 1, 2001 at 3:32 pm
Mar 2, 2001 at 12:37 am -
Hi everybody, Afther a few tries installing Embperl with Postgres as its session management database I came out with the following configuration directives: PerlSetEnv EMBPERL_SESSION_CLASSES ...
Stéphane Peiry
Mar 29, 2001 at 9:24 pm
Mar 30, 2001 at 8:25 am -
Using the following code ( EPL 1.3.1 ) : ..... my $fh = new FileHandle( $fdat{filename}, 'r'); $req_rec- content_type( 'binary/octet-stream' ); $req_rec- header_out( 'Content-Disposition', "inline; ...
Aldo Letellier
Mar 27, 2001 at 1:47 am
Mar 27, 2001 at 3:45 am -
I wrote an embperl script that uploads a file to a web server. It works fine on Linux and Macs but not on Windows. When I upload a file from a browser using Windows 95/98, the file is uploaded to the ...
Jeremy Le
Mar 26, 2001 at 10:38 am
Mar 26, 2001 at 12:00 pm -
<form <table <tr <td [+ $set[$row]{name} +]</td <td <input name=foo value='Y' </td </tr </table </form If I submit this form, $fdat{foo} will contain a tab-separated string of 'Y' and '' values. ...
Kee Hinckley
Mar 25, 2001 at 9:08 pm
Mar 26, 2001 at 3:28 am -
let's say you have a page A that defines subroutine Do another page B includes page A but is later included by page C. How can you utilize the subroutine defined in A from page C? Thanks ...
Conark
Mar 23, 2001 at 6:38 am
Mar 23, 2001 at 1:55 pm -
Why, when execute a code embperl from a code html, in my /var/log/httpd/error_log, i see: Can't locate auto/HTML/Embperl/handler.al in @INC (@INC contains: (........) i have in my startup.pl: use lib ...
Vjts
Mar 22, 2001 at 1:35 am
Mar 22, 2001 at 5:19 am -
Has anyone else found these tests failing? I've commented them out in test.pl. All the other tests succeed so I assume the test is faulty rather than Embperl. Running perl, v5.6.1 built for ...
Gary Ashton-Jones
Mar 15, 2001 at 10:59 pm
Mar 16, 2001 at 5:00 am -
Dear all, when i´m trying to get an index of a folder, e.g.: www.some.dom/embperl/site/ and there is no "index.html" - file in it i get a 403 - forbidden. i need to get the content (index) of the ...
Gerhard Egger
Mar 5, 2001 at 2:33 pm
Mar 5, 2001 at 6:35 pm -
I'm use my module which work with DBI. I exproted functions in the header this module. Second page which I make Exec({inputfile = "email.epl"}) don't see functions from my module but this functions I ...
Sergey Merkuriev
Mar 30, 2001 at 9:20 pm
Mar 30, 2001 at 9:20 pm -
Hi, I am just about to leave to the ApacheCon, so I am not able to answer any questions at the moment. I hope I have email access at the conference and see what has happened inbetween on the list. ...
Gerald Richter
Mar 30, 2001 at 7:31 am
Mar 30, 2001 at 7:31 am -
Hello, I have a problem (who doesn't, huh). I've got 2 servers, one running FreeBSD with Apache 1.3.14 and Embperl 1.3.0, other Linux with Apache 1.3.19 and same Embperl, only mod_perl is somewhat ...
Viljo Marrandi
Mar 29, 2001 at 9:26 pm
Mar 29, 2001 at 9:26 pm -
The second beta of Embperl 2.0 is now available from ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b2.tar.gz The main news are the support for interactive debuggers and the possibility to ...
Gerald Richter
Mar 29, 2001 at 5:35 am
Mar 29, 2001 at 5:35 am -
Hi, those of you who are not able to come to the ApacheCon 2001 and those who just want to read some words about Embperl 2.0 can now download my talk from ...
Gerald Richter
Mar 24, 2001 at 11:54 pm
Mar 24, 2001 at 11:54 pm -
With a few changes the above code works. The parameter you pass to Execute are passed to the page with the @params array (similar to the @_ array that Perl uses for parameter passing to subroutines). ...
Gerald Richter
Mar 24, 2001 at 9:28 pm
Mar 24, 2001 at 9:28 pm -
alexthumb.jpg larry.gif sam.gif - Gavin "People are the worst drivers in the world" http://www.singlespeedsanonymous.com/ Join PayPal and get FIVE FREE DOLLARS (no joke!): ...
Gavin Spomer
Mar 20, 2001 at 12:47 am
Mar 20, 2001 at 12:47 am -
Hi, what OS you are running on ? Maybe you can send the output of perl -V Gerald P.S. Please send any futher mail via the Embperl mailing list ...
Gerald Richter
Mar 15, 2001 at 6:54 am
Mar 15, 2001 at 6:54 am -
Anybody who thought about attending to the ApacheCon in April in Santa Clara, maybe intersted to hear that I will give a talk about Embperl, especialy EmbperlObject and Embperl 2.0 (including the XML ...
Gerald Richter
Mar 8, 2001 at 5:25 am
Mar 8, 2001 at 5:25 am
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 37 |
posts | 182 |
users | 40 |
website | perl.apache.org |
40 users for March 2001
Archives
- October 2014 (2)
- September 2014 (3)
- July 2014 (3)
- June 2014 (3)
- May 2014 (8)
- April 2014 (2)
- January 2014 (10)
- December 2013 (1)
- November 2013 (2)
- October 2013 (3)
- August 2013 (3)
- July 2013 (7)
- June 2013 (2)
- May 2013 (11)
- February 2013 (2)
- November 2012 (5)
- October 2012 (20)
- September 2012 (44)
- May 2012 (6)
- April 2012 (16)
- March 2012 (26)
- December 2011 (4)
- November 2011 (1)
- September 2011 (4)
- June 2011 (4)
- May 2011 (3)
- January 2011 (13)
- December 2010 (9)
- November 2010 (3)
- October 2010 (7)
- September 2010 (5)
- July 2010 (31)
- June 2010 (6)
- May 2010 (5)
- April 2010 (22)
- March 2010 (25)
- February 2010 (23)
- October 2009 (16)
- September 2009 (17)
- June 2009 (1)
- May 2009 (9)
- April 2009 (3)
- March 2009 (3)
- February 2009 (2)
- December 2008 (2)
- November 2008 (1)
- October 2008 (18)
- September 2008 (10)
- August 2008 (7)
- July 2008 (40)
- June 2008 (1)
- May 2008 (7)
- April 2008 (3)
- March 2008 (6)
- February 2008 (2)
- January 2008 (19)
- December 2007 (10)
- November 2007 (14)
- October 2007 (24)
- September 2007 (43)
- August 2007 (14)
- July 2007 (17)
- June 2007 (44)
- May 2007 (44)
- April 2007 (35)
- March 2007 (8)
- February 2007 (7)
- January 2007 (17)
- December 2006 (9)
- November 2006 (31)
- October 2006 (27)
- September 2006 (49)
- August 2006 (57)
- July 2006 (12)
- June 2006 (28)
- May 2006 (41)
- April 2006 (91)
- March 2006 (60)
- February 2006 (58)
- January 2006 (52)
- December 2005 (67)
- November 2005 (22)
- October 2005 (50)
- September 2005 (53)
- August 2005 (45)
- July 2005 (66)
- June 2005 (82)
- May 2005 (53)
- April 2005 (53)
- March 2005 (89)
- February 2005 (50)
- January 2005 (50)
- December 2004 (72)
- November 2004 (65)
- October 2004 (33)
- September 2004 (47)
- August 2004 (67)
- July 2004 (92)
- June 2004 (43)
- May 2004 (88)
- April 2004 (146)
- March 2004 (99)
- February 2004 (75)
- January 2004 (92)
- December 2003 (92)
- November 2003 (129)
- October 2003 (47)
- September 2003 (97)
- August 2003 (91)
- July 2003 (111)
- June 2003 (98)
- May 2003 (37)
- April 2003 (55)
- March 2003 (79)
- February 2003 (88)
- January 2003 (175)
- December 2002 (125)
- November 2002 (134)
- October 2002 (182)
- September 2002 (189)
- August 2002 (126)
- July 2002 (163)
- June 2002 (80)
- May 2002 (166)
- April 2002 (140)
- March 2002 (227)
- February 2002 (133)
- January 2002 (113)
- December 2001 (145)
- November 2001 (163)
- October 2001 (134)
- September 2001 (114)
- August 2001 (193)
- July 2001 (115)
- June 2001 (119)
- May 2001 (177)
- April 2001 (136)
- March 2001 (182)
- February 2001 (179)
- January 2001 (79)
- December 2000 (95)
- November 2000 (198)
- October 2000 (137)
- September 2000 (98)
- August 2000 (249)
- July 2000 (128)
- June 2000 (196)
- May 2000 (184)
- April 2000 (211)
- March 2000 (116)