Search Discussions
-
Hi, I am new to this list, but I have tried looking through the docs at CPAN and googling for people with similar problems to no avail. We have upgraded our server to apache2 + mod_perl2. I used to ...
Pete Smith
Jan 16, 2004 at 9:08 am
Feb 13, 2004 at 8:16 pm -
Hello, -------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: It appears, it is still finding a 1.3 Apache install somewhere, and is using this binary, as I have ...
Steve larson
Jan 9, 2004 at 10:01 pm
Jan 20, 2004 at 2:03 am -
while i understand the difference between these two i am unsure how to handle these back and forth. let me explain: I have an upload module with the handler using an Apache::Request my $r = ...
Clayton Cottingham
Jan 21, 2004 at 9:48 pm
Feb 10, 2004 at 6:17 pm -
Hi, We're using ithreads with modperl to run some complicated robots concurrently ( in a commercial environment ) - there is however an issue. Huge memory usage ... each ithread uses about 10M of ram ...
Simon Clewer
Jan 9, 2004 at 1:28 am
Jan 10, 2004 at 11:33 am -
You were right, now i have this that works PerlModule Apache2 ----------------------------------- <Perl $Location{'~ .*log$'} = { SetHandler = "perl-script", PerlResponseHandler = "Blogum::UserLog", ...
Gerard uolaquetalestem
Jan 17, 2004 at 1:11 pm
Jan 21, 2004 at 12:03 am -
from .tgz on 2.0.48 from src on RH7.3: -------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: mod_perl 1.99_12 fails test, yada yada, see subject line 2. Used ...
Jay R. Ashworth
Jan 8, 2004 at 3:50 am
Jan 11, 2004 at 9:34 pm -
Hi All, My mod_perl 2 script is not sending back the contents of the GIF I'm trying to print. Running it locally, it does, or if I go:- print "foo"; ... I get "foo" - but when I print the GIF - I ...
Chris Drake
Jan 24, 2004 at 2:06 am
Mar 3, 2004 at 8:26 am -
I have the configuration of a number of virtual hosts in a database. Only those virtual hosts are handled by the Apache 2 server. Basically, all requests are handled by the same Perl code. And ...
Elizabeth Mattijsen
Jan 26, 2004 at 12:11 am
Jan 27, 2004 at 11:49 pm -
So I wrote the code I needed, and I'd like to release it. I'm thinking of calling it Apache::Quota, since it does limits of total amount downloaded, as opposed to speed limits. OTOH, with the right ...
Dave Rolsky
Jan 17, 2004 at 5:59 pm
Jan 18, 2004 at 3:26 am -
Has anyone ever had trouble with SDBM_File not being able to open dbm files created under mod_perl from a command line script? I noticed that apache 1.x seems to include an sdbm library, and I wonder ...
Perrin Harkins
Jan 30, 2004 at 11:46 pm
Feb 2, 2004 at 4:09 am -
hello, t/TEST -start failes to start server for some reason. The apache error log file is empty. i am running freebsd 5.1-RELEASE. please help me to resolve this. konstantin marina# t/TEST -start *** ...
Konsu
Jan 27, 2004 at 8:17 pm
Feb 18, 2004 at 12:52 am -
Hi! I'm suffering from the following problem: When I'm using the request-object in a subroutine without having passed it to the sub as a parameter, the apache child processes die with a segmentation ...
Alexander Bergolth
Jan 8, 2004 at 4:01 pm
Jan 20, 2004 at 12:15 am -
Hi, I have been trying to figure out a way to limit the massive amount of bandwidth that search bots (Googlebot/2.1) consume daily from my website. My problem is that I am running Apache::ASP and ...
Shawn
Jan 26, 2004 at 6:16 pm
Jan 29, 2004 at 4:48 am -
When I call update_mtime I seem to get set_etags done automatically as well (or perhaps it's set_last_modified that does it?). This is *BAD*. It's also not documented anywhere I can find online or in ...
David Dyer-Bennet
Jan 21, 2004 at 6:11 am
Jan 22, 2004 at 7:20 pm -
This is an Authen module that's letting everything through at the moment (it was ported from a 1.0 routine that worked) I even tried an incorrect password and it didn't catch it! I'm going "Okay. ...
Curtis Jewell
Jan 13, 2004 at 9:47 pm
Jan 14, 2004 at 12:40 pm -
Does someone know what the problem might be. This is compiling mod_perl-current (1.x) in Apache 1.3.29 on FreeBSD-4.9, with either Perl 5.8.2 or Perl 5.8.3. I can get the compile/linking to work when ...
Forrest Aldrich
Jan 29, 2004 at 9:53 pm
Jan 30, 2004 at 3:59 am -
I am trying to build mod_perl-1.99_08 on a RH 9 system. The make errors. Below is my attempt. Can anyone give me an idea of what is wrong and how to fix it? [x@mod_perl-1.99_08]$ perl Makefile.PL ...
Mike NoLast
Jan 27, 2004 at 3:54 pm
Jan 28, 2004 at 12:19 am -
I am trying to upgrade perl on a RH 9 Linux system using Fedora src.rpms. I built perl and perl_suid from Fedora 5.8.1 src.rpms without problems and installed same (had to use --force because the ...
Mike NoLast
Jan 27, 2004 at 3:53 pm
Jan 27, 2004 at 10:32 pm -
Hi! I'm trying to track down a memory leak, but when I try PerlModule B::TerseSize(0.05) with Apache::Status, apache gives me an internal server error with nothing but: [Wed Jan 21 11:29:55 2004] ...
Ask Solem Hoel
Jan 21, 2004 at 10:42 am
Jan 24, 2004 at 10:59 pm -
In going through the porting document for porting to modperl2 and following the Apache::mp3 example, there appears to be some missing code in both http source and the pdf versions of the document: ...
Reuben Fischman
Jan 21, 2004 at 1:18 pm
Jan 23, 2004 at 3:19 am -
Better yet here's the complete error message: commmand: perl Makefile.PLAPACHE_SRC=/home/cmcmillo/src/apache_1.3.29 DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 error: ======== Error Output for sanity check ...
Craig McMillon
Jan 19, 2004 at 11:06 pm
Jan 20, 2004 at 6:10 am -
If you build apache with ./configure \ --prefix=/kinnetics/component/httpd make install DESTDIR=/tmp/apache-kinnetics-$USER then when you try compiling mod_perl you get: perl Makefile.PL \ ...
Matthew Darwin
Jan 12, 2004 at 10:34 pm
Jan 20, 2004 at 12:28 am -
We are moving to a new web server and we have installed apache 2.0.48 with mod_perl 1.99_12. We are running perl 5.8.1 on a Sun Solaris machine. One of the applications that we run on our web server ...
Malka Cymbalista
Jan 7, 2004 at 7:28 am
Jan 19, 2004 at 1:15 pm -
I used to use Apache::Resource to stop runaway apache daemons from impacting the system, but stopped using it when I made some pretty major mods to my Apache config (involving replacing large chunks ...
Trevor Phillips
Jan 9, 2004 at 2:45 am
Jan 14, 2004 at 7:42 am -
For referance the problem i am seeing, is that even though i have configured a load of modules to be preloaded, they are not being preloaded, or at least not being shared. This happened after moving ...
Daniel Wilson
Jan 5, 2004 at 5:37 am
Jan 8, 2004 at 6:24 am -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: I am porting a mod_perl 1.x system ( Mason ) to 2.0. This is a totally unofficial effort, more for me to ...
Beau E. Cox
Jan 29, 2004 at 11:11 am
Jan 29, 2004 at 10:35 pm -
The file Apache-AuthCookie-3.05.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MS/MSCHOUT/Apache-AuthCookie-3.05.tar.gz size: 31025 bytes md5: 4288575a1eedb52b2fb774324cd63ec8 Changes: Version: ...
Michael Schout
Jan 27, 2004 at 10:24 pm
Jan 28, 2004 at 5:36 pm -
Hello, Everyone. I'm pretty sure it's a stupid question and I'll be ashamed when I hear the answer, but every once in a while we all get stuck with such. I'm debugging my mod_perl/Mason application ...
Egor Shipovalov
Jan 27, 2004 at 6:05 am
Jan 28, 2004 at 12:21 pm -
Running RH9, I have apache 1.3 (latest version that's not 2) and mod_perl 1.29 installed, both successfully, as far as I can tell I'm trying to install Apache::Request for Bricolage, I couldn't find ...
Admanb
Jan 23, 2004 at 6:16 pm
Jan 23, 2004 at 10:39 pm -
When using LWP::UserAgent module, I get following error : /opt/ora9/product/9.2/Apache/Apache/bin/httpd: relocation error: ...
S D
Jan 22, 2004 at 8:18 am
Jan 22, 2004 at 8:23 pm -
Hallo, I do have problems running Apache::AuthenNTLM i am running the folowing config in httpd.conf <Location /ntlm PerlAuthenHandler Apache::AuthenNTLM AuthType "ntlm" AuthName testntlm require ...
Shannon Eric Peevey
Jan 6, 2004 at 5:59 pm
Jan 15, 2004 at 11:18 am -
Hi, I´m using a GD-based Module (Bio::Graphics) to generate png-graphics on the fly with a Modperl Content Handler. Now I encounter the following problem: The first request(after httpd restart), is ...
Daniel Lang
Jan 13, 2004 at 2:27 pm
Jan 14, 2004 at 3:03 pm -
I finally got around to assemble most of the patches sent in the last few months and make a new package: http://develooper.com/code/Apache::DBI/Apache-DBI-0.93.tar.gz Unless anyone finds a critical ...
Ask Bjørn Hansen
Jan 10, 2004 at 1:59 am
Jan 14, 2004 at 4:11 am -
Hi, I'm suddenly getting "Free to wrong pool 12857d8 not 17d8ce0 during global destruction" when stopping the httpd (after requesting a certain "script" of mine; I've narrowed the problem down to a ...
Kurt George Gjerde
Jan 12, 2004 at 5:06 pm
Jan 13, 2004 at 5:25 pm -
Hey All, I'm trying to have my MP2 script that displays HTML run when someone hits the docroot (http://www.mydomain.com).. It may be considered somewhat off-topic, but when using standard CGI I ...
Chris Faust
Jan 10, 2004 at 6:46 pm
Jan 12, 2004 at 11:26 am -
Hi, still in the process of building an Input Connection Filter I noticed something wrong with all Connection Filter examples I could find (including HTTPHeadersFixup), in case the connection is ...
Mathias Herberts
Jan 9, 2004 at 12:34 pm
Mar 2, 2004 at 3:57 am -
Could anyone explain me why having perl files like : printf ("<HTML blahblahb"); printf ("My name is %s",$name); Is a wrong idea? :-) Steve Hemond Programmeur Analyste / Analyst Programmer ...
Hemond, Steve
Jan 27, 2004 at 8:59 pm
Jan 27, 2004 at 10:51 pm -
Hi again! After taking too much time at debugging my Mason bugs (unsuccessfully) , I decided to abandon the idea of embedding perl code in my web pages. I will setup ONE handler that will only ...
Hemond, Steve
Jan 27, 2004 at 5:00 pm
Jan 27, 2004 at 8:37 pm -
DBIx::Recordset relies on the ability to return typeglobs from tied hashes. This appears to have gone away at some point. Take the following program below and try it under 5.6 and 5.8. Here is the ...
Kee Hinckley
Jan 24, 2004 at 9:57 pm
Jan 24, 2004 at 11:35 pm -
Hi again, i have been looking for modules who control bandwith in apache2, but i've seen most of them are not actuallized to apache v2. After spending little time, i've wondered if there is any way ...
Gerard uolaquetalestem
Jan 23, 2004 at 10:01 am
Jan 23, 2004 at 2:12 pm -
I would like to use a certain module (Apache::Traffic) to log traffic on a per UID, but since we are a web hosting, we do not want our clients to be able to use mod_perl. Is there a nice solution ...
Sagi
Jan 22, 2004 at 8:57 pm
Jan 22, 2004 at 11:57 pm -
Hi, I am writing an Input Connection Filter for Apache 2.0.48 using mod_perl 1.99_12 to allow mod_dav to work behind a reverse proxy. My filter works well except for the fact that it seems to miss a ...
Mathias Herberts
Jan 9, 2004 at 10:19 am
Jan 20, 2004 at 1:05 am -
I looked for a flexible bandwidth limiting solution that would let me apply limits to a location, vhost, the whole server, and on either a per-client or global basis. I couldn't find one, but I may ...
Dave Rolsky
Jan 17, 2004 at 12:00 am
Jan 19, 2004 at 7:38 pm -
I'm trying to install libapreq2-2.02-dev on FreeBSD 4.9 with Perl 5.6.1 and Apache 2.048 mod_perl2-1.99r12 all installed from ports. Things that needs to be changed: Build with gmake - not the ...
Martin Nilsson
Jan 16, 2004 at 12:57 pm
Jan 18, 2004 at 7:20 pm -
Hello There. 1. In the mp2 documentation (http://perl.apache.org/docs/2.0/api/index.html) there is one module with "No Title" title. Please fix it. 2. In the handlers lists, please include the name ...
Semuel
Jan 10, 2004 at 6:41 pm
Jan 12, 2004 at 9:05 am -
I don't know if this is possible or not, but I took parts of DBILogger and wanted to extend what I could do with it. What I would like to do is for a given request to a cgi program (or mason) if the ...
Ben Carlson
Jan 9, 2004 at 9:51 pm
Jan 11, 2004 at 5:00 am -
Hi, I want to write a Perl handler that pokes into the content of a request in order to see if a certain parameter is present and if so to change the request method. Ok, I am finally aware that ...
Jan Algermissen
Jan 2, 2004 at 7:11 pm
Jan 2, 2004 at 8:22 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: I am trying to port Mason to mod_perl2 w/libapreq2. It seems I have munged it up. When 'stressing' the site ...
Beau E. Cox
Jan 31, 2004 at 3:44 am
Feb 2, 2004 at 9:45 pm -
I've looked at the mod_perl documentation on how to eliminate the problem of values being remembered when a named inner subroutine accesses a lexical symbol. I *thought* I was doing things correctly, ...
Will Stranathan
Jan 29, 2004 at 3:35 am
Jan 29, 2004 at 12:57 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 115 |
posts | 496 |
users | 112 |
website | perl.apache.org |
112 users for January 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)