Search Discussions
-
Forget for a second what Apache is. Think outside the box with me. Go a little crazy. Apache 2 (especially with mod_perl) opens up a whole new world of possibilities. There are people turning apache ...
JT Smith
Dec 19, 2005 at 3:19 am
Dec 31, 2005 at 10:25 pm -
I've compiled and (apparently) successfully installed libapreq2. However, I have two problems that are possibly related: 1) When I try to call Apache::Request methods (like new() ), I get an error to ...
Joshua H
Dec 31, 2005 at 12:35 am
Jan 3, 2006 at 3:39 pm -
Hi all, I've been searching like mad through the docs for how to do something that I know must be really simple. Let's say that I've added something like that to httpd.conf: PerlModule ...
Curtis Poe
Dec 30, 2005 at 6:31 pm
Jan 2, 2006 at 6:50 pm -
Hi all, I'm having problems setting up the apache + mod_perl + Apache::DBI in order to get persistent db connections. I've added the following line in my httpd.conf: PerlRequire /home/xxx/startup.pl ...
Albert Vila
Dec 13, 2005 at 5:18 pm
Dec 18, 2005 at 9:51 pm -
PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE 548 httpd 73.3% 0:45.79 62 91 404 26.5M 44.6M 32.4M 110M 547 httpd 0.0% 0:00.00 1 9 231 5.81M 39.1M 708K 59.6M This is the status aprox. ...
Fredrik Lindmark
Dec 6, 2005 at 5:36 am
Dec 7, 2005 at 10:21 pm -
I'm trying to tweak a custom Apache Connection handler. The short description of what I want to do is this: I receive a connection from an application. I read the message which tells me what work I ...
Ivan Heffner
Dec 20, 2005 at 12:50 am
Dec 21, 2005 at 8:34 pm -
The problem: I have a <Location /foo/bar directive which appears to be ignored. While digging into this, I found the following was happening when I used lwp-request to fetch the page... ...
Josh Narins
Dec 9, 2005 at 11:08 pm
Dec 15, 2005 at 6:23 pm -
Is there a way that I can find out how a user has requested a page? Everything I have read suggests that I can do it by $r- parsed_uri- scheme, but this always seems to yeild undef. thanks in ...
Tom Kirkpatrick
Dec 8, 2005 at 10:42 am
Dec 10, 2005 at 1:14 am -
List TO WHO IT MAY CONCERN GET ME OFF THIS LIST Gordon
Gordon Stewart
Dec 23, 2005 at 11:49 am
Dec 30, 2005 at 8:22 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: Summary ============ Calling "local %ENV" from anywhere inside a mod_perl handler will terminally flaw the ...
Peter Walsham
Dec 13, 2005 at 4:47 pm
Dec 16, 2005 at 9:33 pm -
Greetings, I have some questions about optimizing memory usage. I could probably get some of these answers myself with more study of the mod_perl / perl source, but I was hoping someone might just ...
Chase Venters
Dec 15, 2005 at 7:15 am
Dec 18, 2005 at 12:07 pm -
Hi, I think I have the signs of a bug somewhere. I'm building a mod_per2 application and lately the apache2 process has started to sigfault. It seems to be after I started "use"ing MIME::Lite. I've ...
Peter Mogensen
Dec 21, 2005 at 10:21 am
Jan 31, 2006 at 3:49 pm -
Folks, I am finding it hard to correctly interpret the Apache2::Cookie documentation: The docs say: @names = $j- cookies(); # all cookie names When I do this, for the following cookies: c1 = 'v1', c2 ...
Jeff
Dec 26, 2005 at 6:33 pm
Dec 28, 2005 at 6:44 pm -
Hello, When last I checked, mod_perl is not that great for a shared hosting environment. Now I see that v.2 has accommodations for Apache vhosts, but it still looks like each site needs it's own full ...
Pbdgny
Dec 18, 2005 at 7:31 pm
Dec 23, 2005 at 5:59 pm -
Hi. I think it makes sense to use Apache filtering to seperate the presentation layer. The idea is to have an application layer that outputs xml and a template engine attached by filtering that ...
Joachim Zobel
Dec 26, 2005 at 1:15 pm
Dec 28, 2005 at 3:56 pm -
Hello, I'm trying to build apache 1.3.34 and mod_perl 1.29 on a debian 3.1 machine and whenever mod_perl is loaded apache segfaults at any type of request. I've followed the steps at ...
Jon Keller
Dec 16, 2005 at 3:09 am
Dec 16, 2005 at 10:42 pm -
Hello, Is there a way how to install mod_perl packages into different location than it chooses by default? For example on my system it always tries to instal into "/usr/lib/perl5/5.8.6/" but I want ...
Jozef Kosoru
Dec 3, 2005 at 12:18 am
Dec 3, 2005 at 7:23 pm -
Hi. I have a leak somewhere and I'm trying to find it using Apache2::Status. Individual usage of memory in the packages and functions doesn't grow, and I'm unable to use the "memory usage" of ...
Francesc Guasch
Dec 23, 2005 at 12:55 pm
Jan 11, 2006 at 7:16 am -
Hello Everyone, I'm using a two server system. Front end Apache 1.33/php4 uses mod_proxy and mod_rewrite to proxy to the back end Apache2/MP2 system. I was wondering if $ENV{HTTP_X_FORWARDED_HOST} is ...
Boysenberry Payne
Dec 17, 2005 at 10:51 pm
Dec 18, 2005 at 7:07 pm -
I just upgraded my dev box to Apache 2.0.55 and mod_perl 2.0.2 from Apache 2.0.54 and mod_perl 2.0.1 (not a big upgrade). Anyway, since the upgrade when I have Apache2::Reload enabled I get an ...
JT Smith
Dec 2, 2005 at 11:30 pm
Dec 3, 2005 at 3:45 pm -
hi all, im facing a problem with mod_perl2 on apache 2 as, in the multiuser environment, everyone login to the page and their respective profile gets displayed. after every click, other user's data ...
Senthil Nathan
Dec 1, 2005 at 9:16 pm
Dec 1, 2005 at 9:56 pm -
Here is mybugreport: -------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: [DESCRIBE THE PROBLEM HERE] When running make test Get the following errror [Thu Dec ...
Kent, Mr. John \(Contractor\)
Dec 22, 2005 at 5:33 pm
Dec 23, 2005 at 7:53 pm -
Hi all, I have been working with mod_perl for a while now and want to start expanding into doing mod_perl only contract work. What is the going hourly rate for projects done in mod_perl? I know rates ...
Chris
Dec 20, 2005 at 5:21 pm
Dec 21, 2005 at 9:57 am -
I've got some code that gets away with a lot of circular references because of the "magic load order" in the startup.pl file(s). Are they are CPAN modules i.e. Module::ScanDeps that might be able to ...
Philip M. Gollucci
Dec 19, 2005 at 8:12 pm
Dec 19, 2005 at 8:24 pm -
So I'm looking at a library update, and my shelves are tragically thin on MP2 books. Since an early New Year's resolution is to start delving heavily into MP2, I'd love some recommendations on what ...
Peter Leonard
Dec 14, 2005 at 11:11 pm
Dec 15, 2005 at 4:37 pm -
Hi, just because I came across it are there any plans to use mod_dbd-connection of Apache-2.2? http://httpd.apache.org/docs/2.1/mod/mod_dbd.html Tom
Tom Schindl
Dec 3, 2005 at 12:09 am
Dec 3, 2005 at 4:33 pm -
Hi - This is not in your bug report format, but look how strange it is: 1) Standard test gives these failures: $ make test ... Failed Test Stat Wstat Total Fail Failed List of Failed ...
Beau E. Cox
Dec 31, 2005 at 2:57 am
Jan 20, 2006 at 1:18 pm -
Hi all, Apache with mod_perl starts and stops normaly from a linux console. Commands: /usr/sbin/apache2 -k start /usr/sbin/apache2 -k stop But when i am logged in in the system by ssh from a remote ...
Helmut Zeilinger
Dec 21, 2005 at 6:45 pm
Dec 28, 2005 at 1:07 am -
List Who ever is in charge of this list please REMOVE me. Thanks Gordon Stewart
Gordon Stewart
Dec 21, 2005 at 9:26 pm
Dec 25, 2005 at 7:31 pm -
Hi list, I recently transferred our application to a more powerful server running debian 3.1. As always I compiled the important parts (perl 5.8.7 without threads and apache 1.3.34/mod_perl plus a ...
Tobias
Dec 22, 2005 at 3:00 pm
Dec 22, 2005 at 3:48 pm -
Hello, This seems be a rather basic problem but I haven't found the solution in the last several hours and have run out of ideas. I am using MP2 with Apache::Session 1.80. I have created a session ...
Michael Greenish
Dec 18, 2005 at 7:31 pm
Dec 21, 2005 at 9:55 am -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: I am trying to build mod_perl 2.0.2 against httpd 2.0.55 (static mod_perl and worker MPM). Everything runs ...
Albert Vernon Smith
Dec 19, 2005 at 4:09 am
Dec 19, 2005 at 6:38 pm -
This is a rare situation I accidentally ran across. This is the test script: #!perl -w use strict; use CGI; use Apache::DBI; my $q = CGI- new; print $q- header(); my $dsn = 'dbi:mysql:test'; ...
Nikolay Ananiev
Dec 17, 2005 at 2:01 am
Dec 19, 2005 at 12:52 am -
Hello, What is the current status of mod_perl 2? Is it considered stable enough for production use? Thanks, David
Pbdgny
Dec 18, 2005 at 7:35 pm
Dec 18, 2005 at 9:51 pm -
I'm upgrading a server to MP 2.0.2 -- the first one I'm using since the renaming. I use the two modules in the subject, and wondered if updated versions are available, or if I should do the changes ...
Barry Hoggard
Dec 16, 2005 at 6:33 pm
Dec 17, 2005 at 5:40 am -
After my sql server goes off line, Apache::DBI consistently fails, even after the sql server comes back online: null DBI connect('server=10.0.0.10;database=SCD','user01',...) failed: null: ...
Jeremy Kister
Dec 15, 2005 at 9:50 am
Dec 15, 2005 at 2:13 pm -
Mod_perl2 too greedy on memory We have installed Apache2 with Mod_perl2 on a Suse 9 Linux distribution. Compared with out usual setup with mod_perl-1.29 and Apache1.3, the new installation with ...
Rasmus Solmer Eriksen
Dec 9, 2005 at 3:28 pm
Dec 9, 2005 at 5:06 pm -
I hope that someone will take the time to read this and help. I'm a bit stumped. If I've posted this to the incorrect list, please advise. This seems to be some combo of mod_perl, apache and Mason. ...
Diona Kidd
Dec 7, 2005 at 10:58 pm
Dec 8, 2005 at 6:23 pm -
I'm headed out for the day, so I apologize for the email-and -un. I posted this last night to PerlMonks, and I'll post it to the EU::MM list when I get home: http://perlmonks.org/?node_id=513773 Long ...
Christopher H. Laco
Dec 3, 2005 at 4:05 pm
Dec 8, 2005 at 3:33 pm -
Hello all, Once in a while I get "Out of memory" errors on our mod_perl servers. They look like this: Out of memory during request for 77000 bytes, total sbrk() is 14952448 bytes! [Mon Nov 7 00:08:01 ...
Len Kranendonk
Dec 3, 2005 at 1:57 pm
Dec 3, 2005 at 10:58 pm -
The config files for my application are very detailed. So detailed in fact that they contain everything necessary to generate a virtual host from the preloader script. The question is, can I do that? ...
JT Smith
Dec 1, 2005 at 6:57 am
Dec 2, 2005 at 7:55 am -
I'm trying to set up modperl on Windows XP. Instead of executing the file, I get this returned to my browser: #!/usr/bin/perl5.8.0 print "Content-type: text/html\n\n"; print "Hello World!\n"; 1; Here ...
Peter1 Alvin
Dec 31, 2005 at 3:37 am
Dec 31, 2005 at 4:07 am -
2
ModPerl
How come in ModPerl 2, we don't have to send the http headers and print versus $r- print() compared to ModPerl1 ? ## ModPerl 2 sub handler { my $r = shift; $r- content_type('text/plain'); print ...Paul Harrison
Dec 30, 2005 at 9:04 pm
Dec 30, 2005 at 11:09 pm -
Hello mod_perl list, I'm trying to sort out my keep-alive issues. It would seem to me (can't get my hands on some of my reference materials right now to confirm) that it's better to have keep-alive ...
Boysenberry Payne
Dec 28, 2005 at 7:59 pm
Dec 29, 2005 at 2:23 pm -
Hi all, My 'make test' had a couple of test failures. Not being familiar with mod_perl 2.0, I'm not sure how to resolve them. Cheers, Curtis "Ovid" Poe Software Engineer Kineticode, Inc. -- 1. ...
Curtis Poe
Dec 27, 2005 at 11:27 pm
Dec 28, 2005 at 6:55 pm -
All of a sudden, I've started getting strange error messages when I use Apache2::AuthCookie under modperl2. Apache refuses to start, logging the error message: "StackedHandlers" is not exported by ...
Geoffrey Ferrari
Dec 28, 2005 at 12:37 am
Dec 28, 2005 at 1:22 am -
Currently a page is accessed like this: /user/profile?id=X I'm trying to get url schemes like this to map to that page /users/X /users/X/profile I tried doing it in mod_rewrite. there i ran into 2 ...
Jonathan Vanasco
Dec 24, 2005 at 5:44 am
Dec 24, 2005 at 6:33 pm -
===http.conf=== LoadModule perl_module modules/mod_perl.so PerlRequire "/usr/local/perlmods/startfile.pl" ===startfile.pl=== use Compress::Zlib; The two type of code will work.But what is the proper ...
LUKE
Dec 21, 2005 at 4:27 am
Dec 21, 2005 at 4:37 pm -
List How do you unsubscribe from this list? Thanks Gordon
Gordon Stewart
Dec 20, 2005 at 10:25 pm
Dec 21, 2005 at 8:58 am -
Hi perlites, I'm getting my brain twisted here... [FYI: Apache 2.0.51, MP 2.0.1, Linux 2.6.5] still debugging but it *seems* like $r- pnotes is being preserved between requests (I'm storing a hash ...
John ORourke
Dec 19, 2005 at 11:46 am
Dec 19, 2005 at 12:25 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 78 |
posts | 401 |
users | 113 |
website | perl.apache.org |
113 users for December 2005
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)