Search Discussions
-
Hi Pete, Yeah, it's crap. They keep on changing things w/o considering back-compat. Moreover 2.6.0 shipped with mandrake is crippled. But try this version [1], it may work for you if your distro is ...
Stas Bekman
Apr 26, 2004 at 8:48 am
Apr 29, 2004 at 10:02 am -
Hello All, This isn't so much a development question as it is one about deployment. I've built an application which runs with the latest and greatest mod_perl and apache 2. It's just a run of the ...
Raf
Apr 26, 2004 at 9:25 am
Apr 28, 2004 at 12:49 am -
-------------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 -
Hoping there might be another FreeBSD user here who may have been through this already... For reasons I don't want to trouble you with, I had to install the latest perl freebsd port into ...
Andy Harrison
Apr 19, 2004 at 6:53 pm
Apr 22, 2004 at 9:05 pm -
Hi Fred - Sorry you are having problems installing. Here are my thoughts: 1) First do a perl -V and check the @INC array (at the bottom). 2) Note that your libapreq2 had been installed under Apache2. ...
Beau E. Cox
Apr 16, 2004 at 6:00 am
Apr 20, 2004 at 4:23 pm -
Hello group! Super mod_perl newbie here :) I was wondering if its possible to setup mod_perl in httpd.conf with a File Extension Configuration instead of a Path Configuration. IE - everything with ...
JupiterHost.Net
Apr 29, 2004 at 9:26 pm
May 4, 2004 at 5:07 pm -
Hello folks! I've run into an horrible problem. When i put $r- uri('/awstats/awstats.pl'); $r- args("config=$name"); into my authen handler, the result is /awstats/awstats.pl/?config=$name, and not ...
Petr Duchon
Apr 15, 2004 at 8:08 am
Apr 17, 2004 at 10:23 pm -
Hi, I am just getting started with mod_perl. Can someone tell me what versions of Apache and mod_perl I should run together? I am setting up a 1U server and a laptop. I have been debating RH9 or ...
Ian harisay
Apr 8, 2004 at 4:44 pm
Apr 8, 2004 at 7:34 pm -
I recently built and got up and running apache 1.3.19 with mod_perl and mod_ssl. I'm not receiving any error messages, but I cannot get any output from a test page. Apache.conf for the directory is ...
Bram Whillock
Apr 5, 2004 at 9:06 pm
Apr 5, 2004 at 9:57 pm -
hi all, I have a stange problem whith mod_perl 2. The script behing have a diferent result in perl/cgi than in mod_perl so i don't know if i make a mistake whith perl/cgi or if it's a bug. # in ...
Arnaud Blancher
Apr 29, 2004 at 9:15 am
May 3, 2004 at 7:41 pm -
I'm trying to port AuthenCache to MP2, but hitting a wall, the stacked handler behavior differences. <URL:http://perl.apache.org/docs/2.0/user/handlers/intro.html#toc_C_RUN_FIRST_ Is there an easy ...
John D Groenveld
Apr 15, 2004 at 6:51 pm
Apr 16, 2004 at 11:38 pm -
1. Problem Description: While trying to load compiled DSO modperl in Apache, I got the following error : Syntax error on line 223 of /opt/hpws/apache2/conf/httpd.conf: Cannot load ...
Olivier blanc
Apr 29, 2004 at 3:38 pm
Apr 30, 2004 at 8:39 pm -
Hello, I'm having a hard time figuring out a approach to what I thought would be a simple thing, but after reading a bit through the docs I'm more confused now and was hoping to get some advise. What ...
Chris Faust
Apr 18, 2004 at 2:27 pm
Apr 19, 2004 at 1:07 pm -
Hello All, I am tying into someone's API, and their API calls a URL on my server when it wants to send a message, it does this by posting an entry like: ...
Simran
Apr 14, 2004 at 7:56 am
Apr 15, 2004 at 11:43 pm -
I'm having a problem with Mod_perl 2.0 that I cannot seem to find any help on. I found some help on Mod Perl's caching (http://bulknews.net/lib/mod_perl_guide/porting.html) and tested some of his ...
Jeremy Silva
Apr 7, 2004 at 9:04 pm
Apr 14, 2004 at 6:20 pm -
Hi Everyone, I've ported Apache::DB to work with mp1 and mp2. I've done some initial testing, but would appreciate anyone interested to give it a whirl. Let me know if you run into any problems. Note ...
Frank Wiles
Apr 7, 2004 at 6:42 pm
Apr 11, 2004 at 10:47 pm -
Hi, on the top of my mod_perl 1 script I have: package Taskit; BEGIN { delete @ENV{qw(PATH IFS CDPATH ENV BASH_ENV)}; } use Apache; use Apache::Constants qw(OK); use Apache::Request; use Net::LDAP; ...
Alexander Farber
Apr 29, 2004 at 1:50 pm
Apr 30, 2004 at 6:39 pm -
Hello All, I´m using mod_perl2 and Apache2 over Fedora Core 1. I have a handler that need to call an external program to complete the request. This program put its output to a file, and then I read ...
Alejandro Galue
Apr 28, 2004 at 7:23 pm
Apr 29, 2004 at 6:37 pm -
Using the default installation of Mac OSX 10.3/Apache 1.3.29/mod_perl-1.26/Perl 5.8.1RC1, the following script: #!/usr/bin/perl -w use strict; use CGI qw(:standard); print header(), start_html(), ...
Garry Heaton
Apr 25, 2004 at 8:23 pm
Apr 26, 2004 at 8:33 am -
The uploaded file Apache-DB-0.08.tar.gz has entered CPAN as file: $CPAN/authors/id/F/FW/FWILES/Apache-DB-0.08.tar.gz size: 7212 bytes md5: f1e3bd78d56a3b7861e3d838f2068b80 Changes since 0.06 - Ported ...
Frank Wiles
Apr 15, 2004 at 4:17 pm
Apr 15, 2004 at 7:52 pm -
Whilst trying to debug a script running under mp2/Apache::Registry I was getting failures where the script would just exit in the middle with no warnings, error messages or other indication to say ...
MJH
Apr 13, 2004 at 9:54 pm
Apr 14, 2004 at 7:50 pm -
/lurk :) we're having trouble translating a standard httpd.conf setup into a <Perl section when there's a directive that can be legally repeated multiple times, such as PerlSetVar -- objective: ...
Will Trillich
Apr 2, 2004 at 3:39 am
Apr 5, 2004 at 4:58 pm -
Krang v1.017 is now available. Notable changes in this release: - A major performance speedup for previewing and publishing is now in place. Links to stories and media which are unchanged since their ...
Sam Tregar
Apr 30, 2004 at 7:03 pm
Apr 30, 2004 at 9:58 pm -
Joe: Thanks so much for taking the time to answer... I'll look into the segfault backtrace next... When I do this: my $q = Apache::Request- new($r); my @uploads = $q- upload; warn 'Number of uploads: ...
Ken Burcham
Apr 8, 2004 at 2:14 pm
Apr 23, 2004 at 4:26 pm -
We have noticed some "strange" behavior when stress-testing one of our perl modules and we haven't managed to find an explanation or workaround in the mod_perl documentation. We have reproduced this ...
Pascal Felber
Apr 8, 2004 at 3:49 pm
Apr 13, 2004 at 4:44 pm -
Hi List, I've spent the last several hours trying to figure out the following error message that I receive with Apache 1.3.29 and mod_perl 1.29: /usr/local/apache/bin/httpd: relocation error: ...
William McKee
Apr 7, 2004 at 7:33 am
Apr 7, 2004 at 8:12 pm -
is there any way currently to take the content of a request (say, from a POST or PUT), modify it an arbitrary way, then somehow put it back into the request object to make it available to handlers ...
Dorian
Apr 6, 2004 at 8:44 pm
Apr 7, 2004 at 6:06 pm -
Hello, I'm running Apache 1.3.29 and installed mod_perl 1.29 too but when I try to run a configtest : [Mon Apr 5 17:55:01 2004] [error] Can't locate loadable object for module Apache::Constants in ...
FF.ST Administration
Apr 5, 2004 at 4:04 pm
Apr 6, 2004 at 5:47 pm -
System: * PowerMac silver with dual G4 533MHz CPUs' * YDL-3.0.1 * perl-5.8.3 * httpd-2.0.40-21.3b * mod_perl-1.99_xx =============================================== I am having problems building ...
Joseph E. Sacco, Ph. D.
Apr 5, 2004 at 3:21 pm
Apr 5, 2004 at 10:45 pm -
Anyone know of examples of mod_perl Object persistance across multiple servers or of availble Mod_perl object application servers? -tr
Tyler Rorabaugh
Apr 28, 2004 at 6:40 pm
May 28, 2004 at 8:04 pm -
The uploaded file Apache-Syntax-Highlight-Perl-1.00.tar.gz has entered CPAN as file: $CPAN/authors/id/E/EN/ENRYS/Apache-Syntax-Highlight-Perl-1.00.tar.gz size: 5890 bytes md5: ...
Enrico Sorcinelli
Apr 23, 2004 at 3:31 pm
Apr 26, 2004 at 12:06 pm -
I'm trying to alter the Apache configuration from within a module, in code. Ideally, instead of having a number of these sections in a config file: <Location /sl/foo SetHandler perl-script ...
Ydnar
Apr 24, 2004 at 7:03 pm
Apr 25, 2004 at 6:51 pm -
Hi, all. Okay here's one I'm curious about... don't need it immediately, I think, but it would be nice to undesatand ahead of time. According to the mod_perl documentation, it says: ----- To run a ...
Dodger
Apr 16, 2004 at 5:34 pm
Apr 16, 2004 at 7:00 pm -
I'm running Apache 1.3.29 and mod_perl-1.27 because I'm also using Mason. I have written a custom module for use in my mod_perl/Mason scripts, but when I make changes, I have to restart Apache so the ...
Andrew Gaffney
Apr 14, 2004 at 5:21 pm
Apr 14, 2004 at 6:05 pm -
I have been trying to get rid of this problem for over a year -- HTTP and mod_perl upgrades haven't helped. My CGI programs occasionally screws up its output by a couple of bytes. I'd say it happens ...
Thomas Hilbig
Apr 7, 2004 at 3:30 pm
Apr 7, 2004 at 11:25 pm -
I keep on getting this same error in the logs: ModPerl::Registry: 103:Software caused connection abort at /path/to/script line number I am running mod_perl 1.99_09 with Apache 2.0.47 I have no idea ...
Ziafeli
Apr 28, 2004 at 4:09 pm
Apr 28, 2004 at 6:51 pm -
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 24, 2004 at 9:49 pm -
http://www.hirnfrei.org/~simon/hirnfrei.pictures/perl.jpg Regards. -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: ...
Fco. Valladolid
Apr 15, 2004 at 12:17 am
Apr 16, 2004 at 3:33 am -
For some reason I keep getting a commit error. commit ineffective with AutoCommit enabled at /usr/lib/perl5/site_perl/5.6.1/Apache/Session/Store/Postgres.pm line 92. Here how I'm tieing, I have tried ...
David Hofmann
Apr 14, 2004 at 8:31 pm
Apr 15, 2004 at 5:56 am -
I'm interested in implementing a one-per-child caching module for other applications (XML::LibXML comes to mind), similar to how Apache::DBI overloads DBI::connect(). I can't seem to derive an ...
Dorian
Apr 15, 2004 at 12:21 am
Apr 15, 2004 at 5:33 am -
Hello, I just compiled new versions of apache and mod_perl (worker mpm) and when I run extended status I get: [root@bidtxt-5 opt]# /etc/init.d/httpd extendedstatus Apache Server Status for ...
Richard F. Rebel
Apr 14, 2004 at 7:00 pm
Apr 14, 2004 at 9:04 pm -
Hi All, I'm writing a connection filter handler and have started with the example underrun filter from the mp2 doc's. I basically want to read all the data from the bucket brigades until I receive ...
Greg Balmer
Apr 13, 2004 at 5:41 pm
Apr 13, 2004 at 8:55 pm -
okay. we're trying to use <perl to configure virtual hosts -- here's Data::Dumper showing the %VirtualHost hash: %VirtualHost = { '*:80' = [ { 'PerlSetVar' = [ 'SiteName', 'one' ], 'Directory' = { ...
Will Trillich
Apr 5, 2004 at 5:15 pm
Apr 11, 2004 at 10:59 pm -
Guruiers, I've been reading and trying things all day to no avail which usually means I'm doing something stupid. I have a perl apache module running under Apache 2.0.48/Mod_perl ...
Ken Burcham
Apr 7, 2004 at 9:07 pm
Apr 8, 2004 at 1:18 pm -
I am trying to build mp2 against apache 2.0.48 and perl 5.8.1-RC4. I am using the standard options to build: perl Makefile.PL \ MP_APXS=/usr/local/apache2/sbin/apxs \ MP_INST_APACHE2=1 Everything ...
Gary C. New
Apr 6, 2004 at 9:01 pm
Apr 6, 2004 at 11:52 pm -
Hi, I am trying out Apache::Dynazip. All is well using the IE browser. However, when I use curl (a nice commandline web client), there are no contents coming back. I have traced the cause of the ...
Richard Chen
Apr 5, 2004 at 4:30 pm
Apr 6, 2004 at 2:11 am -
Currently I'm in the process of converting from Perl to Mod Perl. My server is Redhat Running Apache 1.3.27, Mod Perl 1.26, and Postgre SQL 7.2.4. I have about 31-35 active process running during the ...
David Hofmann
Apr 1, 2004 at 7:53 pm
Apr 1, 2004 at 8:13 pm -
with httpd.conf directives, these virtualhosts work just fine. but trying to use perl to make them more universally configurable, we get the "no virtualhosts error": %VirtualHost = ( '*:80' = [ { ...
Will Trillich
Apr 25, 2004 at 4:47 am
Apr 30, 2004 at 7:50 pm -
Hello We're developing an application which returns large files depending on the URL provided. For cleanliness and easier updates we do not want to set an Apache Alias for each file, instead we're ...
Cristóvão B. B. Dalla Costa
Apr 29, 2004 at 8:47 pm
Apr 30, 2004 at 4:25 pm -
I tried to upgrade to 5.8.4 but it did not work. I have to downgrade to perl 5.8.3. Upon recompiling, I run into the following: Script started on Mon Apr 26 11:18:54 2004 ...
The Doctor
Apr 27, 2004 at 1:49 am
Apr 27, 2004 at 4:32 am
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 101 |
posts | 455 |
users | 102 |
website | perl.apache.org |
102 users for April 2004
Archives
- October 2014 (25)
- September 2014 (48)
- August 2014 (19)
- July 2014 (12)
- June 2014 (65)
- May 2014 (35)
- April 2014 (22)
- March 2014 (17)
- February 2014 (60)
- January 2014 (14)
- December 2013 (5)
- November 2013 (27)
- October 2013 (35)
- September 2013 (13)
- August 2013 (14)
- July 2013 (18)
- June 2013 (35)
- May 2013 (50)
- April 2013 (52)
- March 2013 (36)
- February 2013 (40)
- January 2013 (17)
- December 2012 (38)
- November 2012 (72)
- October 2012 (46)
- September 2012 (39)
- August 2012 (36)
- July 2012 (49)
- June 2012 (51)
- May 2012 (38)
- April 2012 (79)
- March 2012 (68)
- February 2012 (80)
- January 2012 (98)
- December 2011 (56)
- November 2011 (59)
- October 2011 (44)
- September 2011 (25)
- August 2011 (35)
- July 2011 (159)
- June 2011 (113)
- May 2011 (113)
- April 2011 (31)
- March 2011 (75)
- February 2011 (123)
- January 2011 (80)
- December 2010 (90)
- November 2010 (55)
- October 2010 (67)
- September 2010 (82)
- August 2010 (46)
- July 2010 (31)
- June 2010 (40)
- May 2010 (84)
- April 2010 (125)
- March 2010 (99)
- February 2010 (113)
- January 2010 (145)
- December 2009 (70)
- November 2009 (110)
- October 2009 (142)
- September 2009 (235)
- August 2009 (133)
- July 2009 (85)
- June 2009 (97)
- May 2009 (72)
- April 2009 (129)
- March 2009 (220)
- February 2009 (128)
- January 2009 (221)
- December 2008 (151)
- November 2008 (160)
- October 2008 (190)
- September 2008 (134)
- August 2008 (139)
- July 2008 (127)
- June 2008 (186)
- May 2008 (196)
- April 2008 (234)
- March 2008 (175)
- February 2008 (218)
- January 2008 (179)
- December 2007 (212)
- November 2007 (275)
- October 2007 (296)
- September 2007 (262)
- August 2007 (188)
- July 2007 (250)
- June 2007 (340)
- May 2007 (343)
- April 2007 (284)
- March 2007 (340)
- February 2007 (169)
- January 2007 (351)
- December 2006 (252)
- November 2006 (314)
- October 2006 (218)
- September 2006 (302)
- August 2006 (491)
- July 2006 (192)
- June 2006 (266)
- May 2006 (291)
- April 2006 (214)
- March 2006 (346)
- February 2006 (538)
- January 2006 (348)
- December 2005 (401)
- November 2005 (340)
- October 2005 (376)
- September 2005 (491)
- August 2005 (647)
- July 2005 (414)
- June 2005 (392)
- May 2005 (609)
- April 2005 (600)
- March 2005 (429)
- February 2005 (566)
- January 2005 (522)
- December 2004 (671)
- November 2004 (561)
- October 2004 (344)
- September 2004 (407)
- August 2004 (551)
- July 2004 (480)
- June 2004 (449)
- May 2004 (482)
- April 2004 (456)
- March 2004 (643)
- February 2004 (535)
- January 2004 (496)
- December 2003 (616)
- November 2003 (728)
- October 2003 (527)
- September 2003 (437)
- August 2003 (567)
- July 2003 (807)
- June 2003 (672)
- May 2003 (664)
- April 2003 (668)
- March 2003 (551)
- February 2003 (566)
- January 2003 (637)
- December 2002 (440)
- November 2002 (652)
- October 2002 (690)
- September 2002 (410)
- August 2002 (704)
- July 2002 (650)
- June 2002 (1,057)
- May 2002 (746)
- April 2002 (943)
- March 2002 (937)
- February 2002 (757)
- January 2002 (743)
- December 2001 (705)
- November 2001 (641)
- October 2001 (718)
- September 2001 (536)
- August 2001 (895)
- July 2001 (701)
- June 2001 (649)
- May 2001 (667)
- April 2001 (678)
- March 2001 (739)
- February 2001 (796)
- January 2001 (1,075)
- December 2000 (1,399)
- November 2000 (1,093)
- October 2000 (845)
- September 2000 (963)
- August 2000 (1,128)
- July 2000 (1,254)
- June 2000 (1,251)
- May 2000 (1,363)
- April 2000 (1,381)
- March 2000 (1,361)
- February 2000 (816)