Search Discussions
-
It so appears that in the last few years we get less and less mod_perl talks and tutorials at the big (non-YAPC) conferences. And that's a bad trend. It certainly affects the number of mod_perl job ...
Stas Bekman
Jun 4, 2004 at 10:10 pm
Jul 9, 2004 at 5:48 am -
I'm currently in the process of switching from Mod Perl 1.26 to 2.0. One of the programs I use a lot is Apache:Request. Upon attempting to install it from CPAN I found that it only supports up to ...
David Hofmann
Jun 15, 2004 at 11:27 pm
Jun 29, 2004 at 10:10 pm -
Hello, and thanks in advance for your patience as I ask how to do something rudimentary, but I seem to be rather dense and a week up to my eyeballs in documentation has left me no closer than when I ...
Steven Scotten
Jun 17, 2004 at 12:24 am
Jun 27, 2004 at 9:50 pm -
Have someone any idea what I must to do? if I add some IP of server that I can see all domains on the same IP on the server. http://whois.webhosting.info/216.127.92.54 Mario ...
Maxipoint Rep Office
Jun 10, 2004 at 7:37 am
Jun 17, 2004 at 2:07 pm -
Last week I had a problem where I could not get my Apache2/mod_perl2/perl5.8.3 web server to catch a SIGPIPE signal in a timely manner. I was asked to post a description of this problem and solution ...
Jim Albert
Jun 15, 2004 at 9:56 pm
Nov 24, 2004 at 4:59 pm -
Make test does: t/modperl/pnotes........................ok But, when attempting to create a pnotes (which is an APR::Table?) my $hashref = {}; my $pn = $r- pnotes(); my $ret = $pn- set('monkey' = ...
Kreimendahl, Chad J
Jun 17, 2004 at 7:57 pm
Jun 23, 2004 at 9:22 pm -
While we're talking about mod_perl, perhaps I can throw out a few reasons why I have chosen it over other languages and technologies. This might help us figure out where we need to do some intial PR ...
James G Smith
Jun 9, 2004 at 2:39 pm
Jun 9, 2004 at 10:18 pm -
I have enabled mod_perl for apache2, and that appears to be working fine. Now I need to get a mod_perl module called Interchange::Link running. It is supposed to let me access my pages like this: ...
Grant
Jun 28, 2004 at 8:59 pm
Jun 29, 2004 at 4:07 am -
Hi, I've spent quite a bit of time experimenting and reading, but I am unable to make progress with configuring mod_perl on our server. Please bear with me, as I am a mathemtaics teacher, not a ...
David Arnold
Jun 9, 2004 at 8:51 pm
Jun 14, 2004 at 4:10 pm -
I have just installed Apache::VMonitor to measure the memory usage of my mod_perl app. When I run it, it only displays the parent process in the list. None of the children are listed. Any ...
Stuart Johnston
Jun 25, 2004 at 10:17 pm
Jun 30, 2004 at 8:35 pm -
Is using a Perl Authen Handler with Apache AuthGroupFile supported? If not, I'll write an Authz handler, but I didn't see it documented. AuthName test AuthType Basic PerlAuthenHandler My::AuthenOK ...
John D Groenveld
Jun 14, 2004 at 9:31 pm
Jun 23, 2004 at 2:04 pm -
I am trying to install mod_perl on a Linux Box that is running Cpanel. I don't remember if this is running Red Hat or Fedora, as we have both on our servers, and in my list it does not say, it only ...
Richard
Jun 29, 2004 at 9:40 am
Jun 29, 2004 at 7:02 pm -
I admit I have not tried this in mod_perl 1.x but I am really trying to move towards developing and helping out the mod_perl 2.0 movement. Hopefully someone has some pointers. Here's my problem: I am ...
Jesse Stay
Jun 16, 2004 at 2:01 am
Jun 17, 2004 at 3:47 am -
Hi folks, Can amybody help me. After compile and build of modperl only 1 test failed. 99.1% is okay. May it be left alone? -------------8<---------- Start Bug Report ------------8<---------- 1. ...
Alex Oboimov
Jun 11, 2004 at 5:12 am
Jun 15, 2004 at 3:14 pm -
Here goes... -------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: This issue occurs only when using auth and internal_redirects. User request page a.html some ...
Kreimendahl, Chad J
Jun 29, 2004 at 10:02 pm
Jul 13, 2004 at 3:46 pm -
I am trying to approximate a construct that I used heavily in mod_perl 1, namely: my %in = ( $r- content, $r- args ); if ( $in{form_data_key} ) { # ... do something ... } else { $in{form_data_key} = ...
Nicholas Studt
Jun 29, 2004 at 6:43 pm
Jun 29, 2004 at 7:47 pm -
Starting a project expected to be done by Xmas. Its billing software for a small ISP. Will a production release of MP2 be out by then or when does anyone have an idea when one will be out?? Much ...
Bart Simpson
Jun 18, 2004 at 9:08 pm
Jun 20, 2004 at 7:01 am -
Greetings, I am trying to build mod_perl 1.99_13 on Win 2000 (VC 6.0). In mod_perl-1.99_13\lib\ModPerl\BuildOptions.pm around lines 110 - 111 if (Apache::Build::WIN32()) { # MP_AP_PREFIX may not ...
Random Joe
Jun 2, 2004 at 2:28 pm
Jun 2, 2004 at 5:29 pm -
5
Rocks.pm
I wrote the file Rocks.pm as on http://perl.apache.org/docs/2.0/user/intro/start_fast.html. I put it here with these permissions. [darnold@ps-114a-2k MyApache]$pwd ...David Arnold
Jun 19, 2004 at 6:51 pm
Jun 20, 2004 at 8:32 am -
I'm having a problem whereby I can't access POST CGI variables when using an output filter (PerlOutputFilterHandler) alongside mod_proxy. Parameters on the URL (GET) work just fine, its just the POST ...
Eric J. Hansen
Jun 17, 2004 at 10:30 pm
Jun 18, 2004 at 8:47 pm -
I'm migrating a web application from mod_perl 1 to mod_perl 2 [new environment: Apache/2.0.49 (Unix) mod_perl/1.99_14 Perl/v5.8.4]. The problem is that in some places the %ENV variable is used to ...
Hèctor Alòs i Font
Jun 7, 2004 at 10:42 am
Jun 9, 2004 at 9:36 am -
cc'ing the modperl list for the benefit of all Bruno De Fraine wrote: not really. IIRC I went a few rounds with one of the folks from the thread in private, trying to tweak HEADRegistry to work in ...
Geoffrey Young
Jun 5, 2004 at 11:04 pm
Jun 8, 2004 at 7:10 pm -
Apache2 is running great, but I've been trying to set up mod_perl and now I get the following error when running "apache2ctl restart": Syntax error on line 191 of /etc/apache2/conf/apache2.conf: ...
Grant
Jun 26, 2004 at 9:39 pm
Jun 28, 2004 at 2:25 am -
First thank a lot for Geoffrey's reply to my previous question. Here I have a very complicated problem that I want to share with you and seeking some opinion. I am using RedHat 9.0. Somehow, some of ...
Kemin Zhou
Jun 22, 2004 at 9:12 pm
Jun 27, 2004 at 7:04 pm -
Hi All, Recently I are migrating cgi to mod_perl but it is running out of the problem for IO::File. Here are my original codes: my $template_file = new IO::File("templates/quickquote.templ"); ...
Huilli Liu
Jun 16, 2004 at 9:07 pm
Jun 22, 2004 at 4:49 pm -
A little while ago in the thread where we talked about ways to raise the profile of MP, I suggested that we could put together a MP Solutions Guide that would describe discrete groups of modules that ...
Eric Berg
Jun 19, 2004 at 6:16 pm
Jun 20, 2004 at 6:34 pm -
All, We are testing AuthCookieNTLM to secure our Intranet. We are running Apache 1.3, mod_perl, and AuthCookieNTLM. Our requests are also rewritten using mod_rewrite. If we hit the server quickly ...
Brett Beaumont
Jun 2, 2004 at 3:19 am
Jun 18, 2004 at 11:31 am -
Accidentally only sent this to Perrin. --------------------------------- Frank Wiles <frank@wiles.org http://frank.wiles.org --------------------------------- Begin forwarded message: Date: Tue, 8 ...
Frank Wiles
Jun 8, 2004 at 10:08 pm
Jun 13, 2004 at 4:22 pm -
I'm trying to determine how to have my mod_perl apache server properly catch a SIGPIPE signal in a timely manner. My environment is Apache/2.0.49 (Fedora) and mod_perl 2. In my conf.d/perl.conf file ...
Jim Albert
Jun 9, 2004 at 9:33 pm
Jun 11, 2004 at 2:36 pm -
To the Developers, I saw this in the documentation for Apache::Request for file upload tempname [XXX- Does this mesh with brigade API?] Provides the name of the spool file. This method is reserved ...
Kemin Zhou
Jun 29, 2004 at 9:55 pm
Jun 30, 2004 at 6:13 pm -
Hi Everyone, O'Reilly has setup our two BOFs at OSCON. Here is the info: mod_perl Users and Usage (general mod_perl BOF) Wednesday 7-8pm Salon H mod_perl Advocacy and PR Thursday 8-9pm Columbia Room ...
Frank Wiles
Jun 15, 2004 at 3:19 pm
Jun 16, 2004 at 3:53 pm -
Hi I am a mod_perl newbie so apologies if I am missing something obvious here. I am converted some perl scripts and packages into mod-perl using apache 2.049 and mod_perl 1.99 running on Linux RedHat ...
Cadman, Andrew (Contractor)
Jun 16, 2004 at 12:12 pm
Jun 16, 2004 at 3:50 pm -
All, Running: [root@scinux cgi-perl]# /usr/sbin/apachectl -v Server version: Apache/2.0.40 Server built: Nov 27 2003 11:04:06 MOD_PERL=mod_perl/1.99_07-dev I've added these changes to httpd.conf: ...
David Arnold
Jun 15, 2004 at 3:19 am
Jun 15, 2004 at 11:15 am -
All, When I am working on a cgi-script, sometimes I make a change, then "refresh" the script in my browser, only to not see the changes I made in the script. Is there some sort of "caching" going on ...
David Arnold
Jun 13, 2004 at 10:44 pm
Jun 14, 2004 at 4:31 pm -
hi all, preface: I'm not 100% sure that this is a mp2 resp. AuthDBI problem, this might as well be an apache problem or even worse my own blindness. We've a problem with a previously working ...
Tom Schindl
Jun 30, 2004 at 2:40 pm
Sep 20, 2004 at 6:24 pm -
I don't know if this is a bug, or if I don't understand how bucket brigades work. I have some code which does the following: $r- print( "First" ); $r- sendfile( "/any/file" ); $r- print( "Last" ); ...
Nicholas Studt
Jun 29, 2004 at 3:20 pm
Jun 29, 2004 at 10:57 pm -
Sam, This opens an interesting debate as tomcat/mod_jk2 has similar issues, and there development and the user community seem more focused on 2 than 1.3. This makes 2 more attractive. I also get the ...
Greg Cope
Jun 24, 2004 at 6:33 pm
Jun 24, 2004 at 7:26 pm -
Hi all - This is the first time I have gotten an 'unexpectedly succeeded' result from mod_perl's 'make test': ... t/filter/out_str_ctx....................ok t/filter/out_str_declined...............ok ...
Beau E. Cox
Jun 24, 2004 at 10:15 am
Jun 24, 2004 at 5:32 pm -
Hi! Sorry for the offtopic post, but I thought somebody here just has to know the answer to my problem... I want to rewrite URIs (using Apache 1.31) from something like this ...
Thomas Klausner
Jun 21, 2004 at 11:56 am
Jun 21, 2004 at 1:03 pm -
Hello all, what are the do's and don'ts when porting from perl/CGI to mod_perl? I have a 5000 line mysql application to modify ( port ) to mod_perl. what can mod_perl + apache offer me that no other ...
Greger
Jun 21, 2004 at 11:36 am
Jun 21, 2004 at 11:49 am -
All, I am working through: http://perl.apache.org/docs/1.0/guide/porting.html Under "The First Mystery" is the directive: Modify the httpd.conf file in the following way: PerlSetEnv PERLDB_OPTS ...
David Arnold
Jun 18, 2004 at 6:25 pm
Jun 19, 2004 at 11:04 pm -
All, After read section 2.2, pages 47-51, of "Mod_Perl, Developer's Cookbok," I set this in httpd.conf: PerlModule ModPerl::Registry Alias /cgi-perl/ "/usr/local/apache2/cgi-perl/" <Location ...
David Arnold
Jun 19, 2004 at 8:17 am
Jun 19, 2004 at 3:43 pm -
All, I've been encouraged on this list to update my versions of Apache and mod_perl, which I think a good suggestion. However, I am no operating system guru (just a math teacher), so I get quite ...
David Arnold
Jun 15, 2004 at 2:25 am
Jun 15, 2004 at 7:33 am -
The URL http://www.modperlcookbook.org/~geoff/modules/Apache-HEADRegistry-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-HEADRegistry-0.01.tar.gz size: 5507 bytes md5: ...
Geoffrey Young
Jun 11, 2004 at 1:56 am
Jun 11, 2004 at 3:49 am -
I started getting this error sporadically from different pieces of code. Both modules(cached) and scripts(not cached): [error] PerlRun: `Undefined subroutine &Data::Dumper::Dumper perl -MData::Dumper ...
Danny Rathjens
Jun 8, 2004 at 11:30 pm
Jun 9, 2004 at 6:34 pm -
With PerlSetupEnv OFF $cgi- param('foo') returns undef. I'm sure this is suppose to work, so I'm wondering what I'm doing wrong. CGI.pm 3.04, mod_perl 1.29 Here's a test config with a small handler: ...
Bill Moseley
Jun 4, 2004 at 6:50 pm
Jun 4, 2004 at 11:11 pm -
Hello, This is my first question to the mod_perl list so I hope I do it right. I have recently ported Apache::MP3 to work with mod_perl 2 on an apache2 webserver. Everything works right (display, ...
Hhh3
Jun 1, 2004 at 9:50 pm
Jun 2, 2004 at 9:09 pm -
Hi, I am using mod_perl 1.99_13 with httpd 2.0.48. I noticed an unusually high CPU usage on my machine. I tried to figure out with top, and I found out that httpd processes were using a lot of CPU. ...
Batara Kesuma
Jun 2, 2004 at 1:36 am
Jun 2, 2004 at 3:49 pm -
Hi, I am sorry please find the out put that you are asking for. # find /usr/local/apache/lib -name CGI.pm -ls 372763 228 -rwxrwxrwx 1 root system 230097 May 27 16:50 ...
Bheema Rao Merugu, BSC, Ambattur, Chennai
Jun 1, 2004 at 4:57 am
Jun 1, 2004 at 9:43 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 89 |
posts | 449 |
users | 115 |
website | perl.apache.org |
115 users for June 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)