Search Discussions
-
Hello all, I am totally new to mod_perl mailing list so maybe i am not posting in the right place. I recently installed a debian woody on a pentium based box. I also managed to install Apache 2 (with ...
MARTIN Pierre
Oct 11, 2004 at 5:13 pm
Oct 22, 2004 at 12:12 am -
I'm currently building a system at home to start learning modperl, and would like to get your advice as to what version and flavor of Linux you recommend. ie: RedHat, SuSe, etc... Please state the ...
Steve silvers
Oct 13, 2004 at 3:14 pm
Oct 14, 2004 at 12:50 am -
Hi All, I have looked high and low to work out how to avoid the 'Constant subroutine redefined' warnings in the error log, followed by the 'Prototype missmatch:' error upon subsequent hits to the ...
David Radunz
Oct 4, 2004 at 6:09 am
Oct 26, 2004 at 12:10 am -
12
$0 ?
Hi, perl allows to modify $0. Then top, ps & co would display the new process title. Can the process title of a mod_perl modified apache be set this way? Torsten -- Report problems: ...Torsten Förtsch
Oct 29, 2004 at 5:38 pm
Dec 30, 2004 at 11:04 pm -
a release candidate for mod_perl 1.99_17 is now available for testing. please grab the candidate from http://www.apache.org/~gozer/mp2/mod_perl-1.99_17/mod_perl-1.99_17-RC1.tar.gz and report back ...
Philippe M. Chiasson
Oct 19, 2004 at 10:03 pm
Oct 21, 2004 at 6:32 pm -
A problem with mod_perl 1.99 et DBD::Oracle. I cannot set the value of NLS_LANG If I set it to any value different from '' then I cannot connect, having this log in Apache : [Tue Oct 26 12:48:30 ...
Jean-Paul COGNET
Oct 26, 2004 at 11:35 am
Nov 3, 2004 at 11:17 pm -
All, I have an interesting issue. I'm in the process of whitelabeling a website, but part of the process I need to whitepabel is hosted by an outsourced company. Rather than get the outsource company ...
Martin Moss
Oct 6, 2004 at 12:51 pm
Oct 13, 2004 at 2:39 pm -
Hi Compiling mod_perl-1.99_16 on OpenBSD 3.4 on x86 hardware with apache 2.0.52 # perl Makefile.PL MP_APXS=/var/www2/bin/bin/apxs MP_INST_APACHE2=1 completes # make fails after several minutes of ...
Kristian Elof Sørensen
Oct 6, 2004 at 4:31 pm
Oct 11, 2004 at 6:18 pm -
#!/usr/bin/perl -w use strict; print "Content-type: text/html\r\n\r\n"; print "It worked!!!\n"; No matter what I run, even that, I get document contains no data. It works from the command line. If it ...
Sam Wilkins
Oct 2, 2004 at 1:14 am
Oct 2, 2004 at 5:23 pm -
Hi, I know one can specify the handler invocation order of the request phases. But how to do it? My problem is, I want to know if a request came in over http or https in the fixup phase. With mp1 I ...
Torsten Förtsch
Oct 8, 2004 at 12:44 pm
Nov 3, 2004 at 3:16 pm -
Hi everybody, I am using: - mod_perl-1.99_16 / mod_perl-1.99_17-dev - Apache 2.0.52 (prefork MPM) - Net::LDAP (perl-ldap-0.3202) - Perl 5.6.1 (hint=recommended, useposix=true, d_sigaction=define ...
Samuel Tran
Oct 11, 2004 at 7:33 pm
Oct 12, 2004 at 1:53 am -
Dear mailing list, When following instructions for mod_perl 2.0 on the website: Just enters and leaves a few directories first .... make[1]: Leaving directory ...
Steven
Oct 31, 2004 at 9:14 pm
Nov 2, 2004 at 11:40 pm -
Hi MP2 users, I haven't kept up with mod_perl development for a little while so I apologize in advance. I did a lot of RTFM, searching of mailing list archives and some soul searching before posting ...
Haroon Rafique
Oct 21, 2004 at 2:27 pm
Oct 27, 2004 at 10:50 pm -
Hi, the attached patch makes Apache::Filter::remove work also for nativ filters. Why do I need this? First, from a users point of view it is not very understandable why a mod_perl filter can be ...
Torsten Förtsch
Oct 21, 2004 at 7:23 pm
Oct 27, 2004 at 10:04 pm -
Hello, I've been enjoying the performance benefits of mod_perl, and appreciate the help of the contributors here. Now I'm investigating why our production code is producing zombies. I'll post the key ...
Mark Stosberg
Oct 4, 2004 at 7:13 pm
Oct 15, 2004 at 3:45 pm -
Hi, I am getting such errors: [Tue Oct 19 18:36:28 2004] [error] a content filter was added without a request: includes for _every_ request when using PerlSetOutputFilter instead of SetOutputFilter I ...
Torsten Förtsch
Oct 19, 2004 at 6:13 pm
Nov 24, 2004 at 9:18 pm -
Hi, I've been converting some old CGI scripts for use with mod_perl and Apache::DBI. These scripts access a Postgres database through DBI. I didn't have any trouble until I began writing a new script ...
Brian Dimeler
Oct 26, 2004 at 5:39 pm
Oct 27, 2004 at 3:52 pm -
Hello, I'm fiddling with Mason on apache2 (NetBSD 1.6.2 & 2.0RC's) and I'd like to use mp2 in native mode, not compat. I found : http://www.masonhq.com/?ApacheModPerl2 And the hack in there I haven't ...
Carl Brewer
Oct 25, 2004 at 5:10 am
Oct 26, 2004 at 4:08 am -
I have a linking problem error message: /usr/local/bin/gecods: error while loading shared libraries: libpq++.so.4: cannot open shared object file: No such file or directory === I compiled a simple ...
Kemin Zhou
Oct 17, 2004 at 8:38 pm
Oct 18, 2004 at 3:42 am -
In the 1.0 documentation there is a section on ways to confirm the version of mod_perl being run: checking the error_log, viewing /perl-status, telnetting in and getting the environmental variables ...
Greg Matheson
Oct 3, 2004 at 1:14 am
Nov 24, 2004 at 10:16 pm -
Hi, Currently, Apache::DBI's connect_on_init method requires that Apache::compat be loaded or it carps "Apache.pm was not loaded" and returns. Find attached a patch for Apache::DBI which gets rid of ...
Haroon Rafique
Oct 22, 2004 at 4:39 pm
Oct 22, 2004 at 6:40 pm -
Hello everyone, This could be a bit off topic, please kindly forgive me if it is so, I am seeking for tips on debugging perl script that is running under mod_perl. We use mod_perl heavily here, and ...
Victor Tsang
Oct 14, 2004 at 8:23 am
Oct 18, 2004 at 10:33 am -
Hello everyone, This might be a bit off topic, please kindly forgive me, I am seeking some tips on debuging mod_perl script, I have a mod_perl enabled apache server running all kinds of perl scripts. ...
Victor
Oct 14, 2004 at 9:14 am
Oct 18, 2004 at 10:32 am -
Hi, I am using mod_perl 1.99_13, with Apache 2.0.49. When I start the processes, free shows me that about 17 MB of swap is used. And ps -aux, shows me that each httpd process eats up to 1.1 %MEM. But ...
Batara Kesuma
Oct 14, 2004 at 3:29 am
Oct 15, 2004 at 12:58 pm -
Hi, I'm looking for a solution to the following problem. I have an engine library MySite which is a common base of code used to build a new site upon. Site1, Site2, and Site3 each have a copy of ...
Ryan Underwood
Oct 3, 2004 at 3:06 am
Oct 5, 2004 at 12:38 am -
Hi, I have a question I'm sure some of you know the answer to. I cannot find any explaination on how to use sessions with mod_perl 2. Can any of you send a little sample code? I would like to be able ...
Xpnospam-modperl
Oct 28, 2004 at 11:24 am
Nov 11, 2004 at 4:46 am -
I'm quit puzzled here.... I use mod_perl to perform some database lookups from my httpd.conf and build up all directives and create all vhost's. That part works ok, apache works with the vhosts like ...
M.v.Buytene
Oct 28, 2004 at 9:12 am
Nov 1, 2004 at 5:58 pm -
I've got several applications running under mod_perl 1.99. Two of my scripts need to be secured using mod_ssl. I think that I have things mostly setup correctly, and my server now allows me to ...
Tim Howell
Oct 27, 2004 at 10:39 pm
Oct 27, 2004 at 11:26 pm -
Hi all, I'm currently hosting a site which is to be hosted elsewhere. It's got a small mod_perl gadget embedded that does a little magic with charsets and the Template Toolkit. The site runs to about ...
David Hodgkinson
Oct 25, 2004 at 10:46 am
Oct 25, 2004 at 7:55 pm -
Hi All I have to read a domain cookie set by a ColdFusion Web Server on a different host. CF sets a cookie value like user@domain.com|2004-10-22 16:16:41|70DC39BB99CB4CB826E3F30AA25D97FE I can read ...
Dan Horne
Oct 22, 2004 at 3:29 am
Oct 22, 2004 at 5:51 am -
Apache 2.0.52 mod_perl 1.99_16 Perl 5.8.5 OpenSSL 0.9.7d Solaris 8 Greetings! I am building a load test environment that simulates responses from a large database, with all I/O in an XML payload. ...
Scot Martin
Oct 15, 2004 at 2:29 pm
Oct 22, 2004 at 12:04 am -
Hi Everyone, I've been trying to reach the maintainer of Apache::Singleton with very little success. His name is Tatsuhiko Miyagawa <miyagawa@bulknews.net I supplied him with a patch that makes the ...
Frank Wiles
Oct 18, 2004 at 5:34 pm
Oct 19, 2004 at 5:28 pm -
Greetings. Following reading Stas's last email to Scot, I poked around on the configuration directives page and saw that PerlSwitches -I/foo is a convenient replacement for 'use lib'. I removed 'use ...
Colin Wetherbee
Oct 16, 2004 at 7:01 am
Oct 18, 2004 at 8:40 pm -
Greetings. Seems I'm confused about how to get mod_perl to send status codes other than 200 OK. I want to have my Perl script, upon getting the wrong CGI parameters, to give a status 404. Then, the ...
Colin Wetherbee
Oct 15, 2004 at 7:08 pm
Oct 17, 2004 at 7:02 pm -
Hi, 1. Problem Description: I can't build mod_perl on some machines. The "make test" results in the following error: ----------------------------------- /usr/sbin/httpd -d ...
Christian Krause
Oct 14, 2004 at 12:37 am
Oct 15, 2004 at 7:27 pm -
can anyone point me in the direction of good hosting sites for dedicated mod-perl, mysql apache hosting companies.... ours just isnt cutting it anymore... location of host isnt a thuge issue but ...
Sean T Allen
Oct 7, 2004 at 6:41 am
Oct 9, 2004 at 4:44 am -
Hi, I am having 2 instances of my appplication one in non mod_perl and other in mod_perl environment, and the mod_perl is configured with Apache::Registry . When I browse through the pages I dont ...
Jamsheed
Oct 7, 2004 at 7:06 am
Oct 7, 2004 at 4:49 pm -
Hi! Because "perl Makefile.PL" did not find LWP::UserAgent and HTML::HeadParser in my Debian box, I did "apt-get install libapache-mod-perl". Then I did "dpkg -P libapache-mod-perl" to remove that ...
CN
Oct 29, 2004 at 4:20 am
Oct 31, 2004 at 7:35 pm -
Hi every body. I have installed apache 1.3.31 and mod_perl 1.28 and I have used PerlModule Apache::DBI http://localhost/index.pl apache says : "The requested URL /index.pl was not found on this ...
Mahboobeh soleimani
Oct 27, 2004 at 1:23 pm
Oct 27, 2004 at 1:57 pm -
mod_perl 1.99_17 is out: http://apache.org/dist/perl/mod_perl-1.99_17.tar.gz <http://apache.org/dist/perl/mod_perl-1.99_16.tar.gz http://apache.org/dist/perl/mod_perl-1.99_17.tar.gz.asc (gpg sig) ...
Philippe M. Chiasson
Oct 22, 2004 at 9:52 pm
Oct 22, 2004 at 10:07 pm -
Hi, list i have encountered with inclusion error while attempt to use module HTML::TableExtract <code part use HTML::TableExtract; </code part and i'm using this in mod_perl. when i checked error log ...
Siyad Ahmed Naina
Oct 16, 2004 at 5:31 am
Oct 17, 2004 at 6:58 pm -
This is not a technical question, but now that more-than-600MHz PDA are just attacking our wallets it is curious to know if there is any plan to port both apache and modperl to palmOs / pocketPc ...
Eps com estem
Oct 15, 2004 at 9:51 am
Oct 15, 2004 at 4:48 pm -
I have been programming Perl for a number of years now, but mainly on a Win32 platform. I recently purchased a hosting package with Perl, Linux, Apache, MySQL, etc, and they say that the servers are ...
Steve silvers
Oct 12, 2004 at 7:47 pm
Oct 12, 2004 at 8:16 pm -
Hello folks, =20 I have some problems with Apache::DBI using multiples databases. hope = some of you can help because I tried everything I could. =20 I have a web application using 3 different ...
Lawrence Waterhouse
Oct 5, 2004 at 6:36 pm
Oct 12, 2004 at 9:08 am -
Hello, I'm working on a PerlHandler that will potentially handle the root of my webserver. The code works fine if I set it to handle a sub-directory (<Location /my-location ), but if I say <Location/ ...
Arne Skjaerholt
Oct 6, 2004 at 10:33 pm
Oct 11, 2004 at 11:51 am -
Hi all. First up - I'm not a programmer. I'm researching for an online survey and data analysis tool for Monash University, Australia. Our developers are keen on a Perl solution. So far MOD_Survey ...
George Vidalis
Oct 5, 2004 at 6:30 am
Oct 6, 2004 at 11:08 pm -
I am having a problem with using a cleanup handler where it seems that the CleanupHandler is blocking the client browser from a redirect connection is closed. I am using the cleanup handler to do ...
Sean Scanlon
Oct 1, 2004 at 5:18 pm
Oct 3, 2004 at 12:01 am -
I am trying to compile mod_perl on SuSE 9.0 with: apache_1.3.33 mod_perl-1.29 mod_ssl-2.8.22-1.3.33 php-4.3.9 It all works except when I inclue mod_perl my header has the tag: Content-Length: 0 ...
Stuart Scharf
Oct 31, 2004 at 7:15 pm
Nov 2, 2004 at 7:53 pm -
Hi, I need to write a TEST.PL that starts an apache with mod_ssl loaded and run the tests and then starts an apache without mod_ssl loaded and runs the tests again. How can I do that? How can the ...
Torsten Förtsch
Oct 31, 2004 at 5:40 pm
Oct 31, 2004 at 5:56 pm -
In my apache config file I'm using a PerlTransHandler call to do URL rewriting. Basically I want to map all URL's beginning with http://testhost.lenio.net to internally to go to: ...
Eric Lenio
Oct 30, 2004 at 4:31 pm
Oct 31, 2004 at 12:23 am
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 87 |
posts | 344 |
users | 101 |
website | perl.apache.org |
101 users for October 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)