Search Discussions
-
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: When I do a modperl 'make test' and have Embperl enabled, the test does not start: console log: ... waiting ...
Beau E. Cox
Apr 6, 2004 at 6:49 am
Apr 8, 2004 at 7:25 am -
12
Segfaults
Hi I have two 'identical' boxes, one test, one production, running: Linux 2.6.6-rc1 gcc 3.3.3 glibc 2.3.2 perl 5.8.4 (new last night) Apache 2.1 cvs mod_perl 2 cvs libapreq2 cvs Embperl cvs The test ...Beau E. Cox
Apr 23, 2004 at 10:17 pm
Apr 29, 2004 at 5:44 am -
Now I'm having problems with my configuration setup. I put: PerlModule Embperl immediately after I loaded mod_perl. However, by the time the config file gets down to my VirtualHost, it fails because ...
Derrick Spell
Apr 21, 2004 at 3:16 pm
Apr 26, 2004 at 8:51 pm -
Hi, Apache::ImageMagick 20b7 doesn't work with Apache2/modperl2 as Honza reported couple of weeks ago. I am able to run it with Apache::compat and +GlobalRequest, but it is *very* slow. Quick glance ...
Robert Germic
Apr 30, 2004 at 4:35 am
May 2, 2005 at 8:41 pm -
from the debian unstable distribution, I am using the apache-perl ( version 1.3.29.0.2-4 ) libapache-mod-perl ( version 1.29.0.2-4 ) libembperl-perl ( version 2.0b10-1 ) packages mod-perl works on ...
Marco
Apr 14, 2004 at 6:06 pm
Apr 15, 2004 at 7:33 pm -
We have quite a few pages using embperl, and sometimes fixing one at the site module (pm) level breaks others, which we won't know until a certain combination of things happen together. We'd like to ...
Ben Kim
Apr 13, 2004 at 10:29 pm
Apr 17, 2004 at 2:41 pm -
Hi - I am using cvs Embperl on cvs Apache2.1/cvs mod_perl 2 and perl 5.8.4. If I put this in my httpd.conf: Embperl_Options optReturnError httpd 'loops' (top shows 99+ percent cpu for httpd). But ...
Beau E. Cox
Apr 23, 2004 at 8:18 am
Apr 23, 2004 at 9:48 am -
Hi - I don't understand how Execute works. I've been through the docs and checked out eg/x/Execute.pl, but still it's not clicking. I have a perl object in my document root - 'document.pl'. It ...
Beau E. Cox
Apr 16, 2004 at 6:50 am
Apr 22, 2004 at 12:58 pm -
Hi Gerald, I am writing in reference to the problem stated above in some emails from early in 2003. The last message I found on the list was this: ...
Dan Manley
Apr 20, 2004 at 2:53 pm
Apr 21, 2004 at 6:32 pm -
Hi, I have a component, and inside component I am calling another component like this Component1: ------------------ <a href="/component2?arg1=[+ $fdat{arg1} +];arg2=[+ $fdat{arg2} +];arg3=[+ ...
Sreeram_bazaru
Apr 7, 2004 at 2:36 pm
Apr 11, 2004 at 12:13 pm -
OK, I've switched everything over to using SetEnv, and I'm still not getting the behavior I expect. In particular, the Log file is being written to /tmp, even though I have it set to go elsewhere as ...
Gerardo Schimpf
Apr 26, 2004 at 6:13 pm
May 13, 2004 at 7:16 am -
Hello, I have a module which gets some data from a file and displays that data. The problem is the data in the file contains some embedded HTML tags such as <a href and others. When I get and display ...
Sreeram_bazaru
Apr 29, 2004 at 6:37 pm
May 1, 2004 at 10:51 pm -
Setup : My setup : redhat entrerprise V3 apache : httpd-2.0.46-32.ent mod_perl : mod_perl-1.99_09-10.ent During the installation we have the following error : Starting httpd... pid = 16333 ok Testing ...
Dist-List
Apr 22, 2004 at 7:29 pm
Apr 23, 2004 at 7:28 am -
I can't get the make test to run correctly. I get the following error: Testing mod_perl mode... #0 ascii... ok #1 pure.htm... ok #2 nooutput.htm... ok #3 nooutput.htm... ok #4 plain.htm... ok #5 ...
Derrick Spell
Apr 19, 2004 at 7:27 pm
Apr 21, 2004 at 3:08 pm -
Hi guys, does anyone have an updated pats file for nedit for Embperl syntax. The one in the nedit contrib fails to load for nedit 5.4. If it's not out there already, I'll tinker with the 5.1 version ...
Dan Manley
Apr 28, 2004 at 1:12 pm
Jun 9, 2004 at 11:17 am -
I had a few pages outputting csv files which used to work. (caused the browsers to ask if to open or save) I had this header. $http_headers_out{"Content-type"} = "application/vnd.ms-excel"; But from ...
Ben Kim
Apr 28, 2004 at 2:52 am
Apr 28, 2004 at 1:43 pm -
Hi All, I have an web app that creates simple graphs. In one of the scripts I need to sort the data returned from the DB query numerically. I have a sub for this sort. I converted the script shown ...
Wschroed
Apr 27, 2004 at 4:51 pm
Apr 28, 2004 at 4:08 am -
On this page : http://perl.apache.org/embperl/pod/intro/Intro.-page-8-.htm#sect_17 it says : For debugging, you can tell Embperl to display a link at the top of each page to your log file. If you ...
Marco Scoffier
Apr 26, 2004 at 10:23 pm
Apr 27, 2004 at 5:39 am -
Greetings! We're trying to get embperl 1.4 working on apache 1.3 with mod_perl. We'd been using it as a cgi before. We're having a few problems regarding some of the settings that used to be done ...
Gerardo Schimpf
Apr 22, 2004 at 11:32 pm
Apr 26, 2004 at 5:04 pm -
Embperl::Object does not seem to be recognizing my directory index.html files. I have the DirectoryIndex directive set for the VirtualHost, but going to www.mydomain.com gives a 404 Not found. Same ...
Derrick Spell
Apr 22, 2004 at 7:16 pm
Apr 24, 2004 at 12:03 pm -
Hi all, I've been developing a big project using Embperl as tool to build web based user interface. So, I have some places where called log-running functions. I'd like to show to user some helpful ...
Michael Stepanov
Apr 19, 2004 at 12:58 pm
Apr 22, 2004 at 2:29 pm -
Hello, I have a base.epl in the document root which has header and footer. Inside the document root I have another sub directory. I want to specify a parent for the all files in this sub-directory ...
Sreeram_bazaru
Apr 14, 2004 at 1:58 pm
Apr 20, 2004 at 7:23 pm -
We have the following error, is there a way to find where apache is trying to write ? Could not open dbm file: Permission denied at /usr/lib/perl5/site_perl/5.8.0/Apache/Session/Store/DB_File.pm line ...
Frederic Medery
Apr 27, 2004 at 6:56 pm
Apr 28, 2004 at 4:11 am -
Hi - The XSBuilder part of the make for cvs Embperl fails when the latest ExtUtils::XSBuilder-0.25 is used. Gerald - I didn't have time to investigate further - I simply droped back to 0.23 (which ...
Beau E. Cox
Apr 23, 2004 at 4:19 pm
Apr 23, 2004 at 5:45 pm -
Hello all :-) My setup : redhat entrerprise V3 apache : httpd-2.0.46-32.ent emb_perl : install from CPAN mod_perl : mod_perl-1.99_09-10.ent the site below works fine with embperl and apache 1.x but ...
Dist-List
Apr 22, 2004 at 6:20 pm
Apr 23, 2004 at 7:26 am -
Hi - Please understand, I'm not trying to be rude. I understand that most of us open-source folks have other 'real' jobs and time for our real calling (open-source playing) is sometimes extremely ...
Beau E. Cox
Apr 21, 2004 at 9:42 pm
Apr 22, 2004 at 5:06 am -
Hi, I am getting the [1122538]ERR: 9999: Error (no description) Unstrutured forward jump error without any other information with the following code. displayContents is a method. <table border="0" ...
Sreeram_bazaru
Apr 15, 2004 at 2:22 pm
Apr 21, 2004 at 4:19 am -
I'm coming across many odd problems with E2.011b. I'm trying to do this: [$ foreach $item (keys %fdat) $] [+ $item +] : [+ $fdat{$item} +]<BR [$ endforeach $] Pretty simple, eh? However, the <BR tag ...
William Barrett Simms
Apr 15, 2004 at 4:41 pm
Apr 21, 2004 at 4:16 am -
I'm having trouble installing Embperl 2. I have Apache 2.0.49 and mod_perl installed. Apache was built with the standard Apache layout (i.e. everything is under /usr/local/apache2). When I run perl ...
Derrick Spell
Apr 18, 2004 at 7:42 pm
Apr 19, 2004 at 3:12 pm -
Hello all, In the HTML Tags section of Embperl documentation, there is a line Examples: (see eg/x/table.htm for more examples). Where can I see these examples..? I searched the google, the search ...
Sreeram_bazaru
Apr 5, 2004 at 4:37 pm
Apr 5, 2004 at 8:28 pm -
Hello Gerald and all - I have been testing with Apache2.1/mod_perl 2 and found that the following two patches are necessary for Embperl to run under Apache2.1. Both patches have been sucessfully ...
Beau E. Cox
Apr 1, 2004 at 9:36 pm
Apr 3, 2004 at 12:20 pm -
ok, now embperl is installed thanks :-) my config is now : My setup : redhat entrerprise V3 apache : httpd-2.0.46-32.ent mod_perl : mod_perl-1.99_09-10.ent Embperl-2.0b11 No error with the same ...
Dist-List
Apr 22, 2004 at 8:07 pm
Apr 22, 2004 at 8:07 pm -
DUH, if I fail to assign a value to the parameter the page will never know about it. Sorry, I should have gone for coffee sooner. Will ---------------------------- Original Message ...
Wschroed
Apr 14, 2004 at 9:00 pm
Apr 14, 2004 at 9:00 pm -
HI, I have a form that dis.plays different HTML output based on selections from a list of dropdown menus. All but the very last work fine. The code is shown below. I have removed the last if ...
Wschroed
Apr 14, 2004 at 5:32 pm
Apr 14, 2004 at 5:32 pm -
if you say Embperl_Object_Reqpath /a:/b:/c and you request /x/index.epl it will try /x/index.epl /a/index.epl /b/index.epl /c/index.epl and take the first one that is found Gerald ...
Gerald Richter
Apr 5, 2004 at 8:28 pm
Apr 5, 2004 at 8:28 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 36 |
posts | 146 |
users | 25 |
website | perl.apache.org |
25 users for April 2004
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)