Search Discussions
-
system details are posted as cut-and-paste from t/REPORT output at the end of the email. Background: 1. make test passes 100% with 1.99_08 2. make test fails to start the webservers with 1.99_09 3. ...
Haroon Rafique
Jun 2, 2003 at 8:05 pm
Jun 16, 2003 at 10:37 am -
Yesterday I've finally received a long-waiting book (http://www.modperlbook.org/) written by Stas Bekman and Eric Cholet. In fact, I don't know who is that Eric Cholet, but the presence of the name ...
Slava Bizyayev
Jun 12, 2003 at 7:02 am
Jul 14, 2003 at 2:49 pm -
I'm not able to get *any* variables out from the apache server environment. As you might be able to imagine, this is extremely frustrating, and inhibits my ability to do anything of use with ...
Ryan Muldoon
Jun 9, 2003 at 6:28 pm
Jun 9, 2003 at 8:38 pm -
Hello everyone, I'm having trouble getting Apache::Request installed on my Mandrake 9.0 system. Let me first say that I'm not using the Apache that came with Mandrake 9.0. I downloaded Apache 1.3.27, ...
K Old
Jun 6, 2003 at 4:27 pm
Aug 5, 2003 at 5:52 am -
I ran into some problems trying to get a Perl CGI script to make use of IPC::Sharelite, so I want to understand the Apache and mod_perl threading model in order to be able to use shared memory across ...
Dennis G. Allard
Jun 5, 2003 at 7:30 am
Jun 6, 2003 at 11:26 pm -
I've uploaded 1.03's release candidate. If nobody finds any faults, I'll upload it tomorrow on CPAN. (libapreq needs to rely on 1.03 fixes to release its 1.2's version). Please try it out: ...
Stas Bekman
Jun 18, 2003 at 9:13 am
Jul 14, 2003 at 2:41 pm -
I am baffled! I have a quite complex application. Actually, it's more like a language. (Yes, a language written in Perl... ^_^) I've written it as Perl Modules, and I have a number of front-ends: ...
Trevor Phillips
Jun 13, 2003 at 4:08 am
Jun 18, 2003 at 12:27 pm -
Hello everyone again, This thread is supposed to improve Content Compression FAQ at http://perl.apache.org/docs/tutorials/client/compression/compression.html in order to assist Practical mod_perl as ...
Slava Bizyayev
Jun 17, 2003 at 6:09 am
Jul 22, 2003 at 10:55 am -
I'm finally getting down to trying this out, per Ged's directions. I want to try compiling mod_perl statically - I believe APACI is for DSO only - when I try to run perl Makefile.PL, I get warnings ...
Forrest Aldrich
Jun 9, 2003 at 12:18 am
Jun 11, 2003 at 1:26 am -
All Sorry if this question goes out to the wrong discussion group, but I've been told if anyone could answer this then it'll be someone on this forum :) Ok, here goes... We use Perl 5.6.x and Perl ...
Jaco Greyling
Jun 17, 2003 at 9:15 am
Jul 7, 2003 at 7:26 am -
Hmm, probably well known but ... I have not met any direct warning of this problem so far. our %SOME_CONFIG = ( a = 1, b = 2, c = 3, ); ... while (my($k,$v) = each %SOME_CONFIG) { if( ... ) { return; ...
Marcin Kasperski
Jun 14, 2003 at 9:33 pm
Jun 17, 2003 at 5:24 am -
I'm beginning to develop apps under mod_perl. I'm curious as to how people decide between coding for Apache::Registry vs. mod_perl handlers. It's been suggested to me that content generating apps ...
Peter B. Ensch
Jun 20, 2003 at 4:18 pm
Jul 3, 2003 at 1:16 am -
I am trying to design/implement a fairly simple authentication scheme using cookies and such, but wanted to air my design questions before I run into too many issues. I would like the site to be ...
Michael L. Artz
Jun 4, 2003 at 2:17 am
Jun 12, 2003 at 1:39 am -
How the heck do you get the parameters from a request? I don't see any methods that look right. I'd expect them to be on Apache::RequestRec, but I can't see anything that is close to matching my idea ...
Jack Nerad
Jun 6, 2003 at 9:05 pm
Jun 13, 2003 at 7:55 am -
Apache::WebMessaging I am about ready to release an intraserver web-messaging application for mod_perl. A brief description of the app follows; I'd like to hear some comments from the ...
Adi Fairbank
Jun 30, 2003 at 7:53 pm
Jul 16, 2003 at 10:29 pm -
Now bringing you the second mod_perl 1.28 release candidate. It can be downloaded here: http://www.apache.org/~gozer/mp1/mod_perl-1.27_01-dev-rc2.tar.gz MD5 : 90e339d8d8131df518e7ecb66a45693d SHA1 : ...
Philippe M. Chiasson
Jun 24, 2003 at 2:37 pm
Jun 27, 2003 at 4:20 am -
Hello, I've just compiled Apache 1.3.27 with mod_perl 1.27 from their tarballs on Solaris. perl is 5.8.0 packaged for Solaris. The installation of libapreq with cpan(1) stops here: Running make test ...
Xavier Noria
Jun 13, 2003 at 5:29 pm
Jun 18, 2003 at 2:25 am -
Hi, I'm running into a problem during the make test while installing the current version of Apache::AuthCookie. I'm not sure where to go. I looked at tests 10 and 15: Test 10 is supposed to fail: and ...
Jay Strauss
Jun 10, 2003 at 7:36 pm
Jun 12, 2003 at 3:20 am -
Hi! Just wondering if anyone knows of a perl module that is coded to work with modperl1 and 2? I am hitting a wall in getting my module to do that, and want to cheat a little off of someone who ...
Shannon Eric Peevey
Jun 9, 2003 at 4:14 pm
Jun 10, 2003 at 11:59 pm -
1. Problem Description: 'make' test fails to start httpd: $ make test cd "src/modules/perl" && make -f Makefile.modperl make[1]: Nothing to be done for `all'. /usr/local/bin/perl -Iblib/arch ...
Eric Schwartz
Jun 4, 2003 at 6:30 am
Jun 5, 2003 at 5:17 am -
i have an application that uses CGI and sets the cookie values as a hashref. im then attempting to retreive the values with Apache::Cookie with: $cookies = Apache::Cookie- fetch; $ccokies is a ...
Cap
Jun 2, 2003 at 1:03 pm
Jun 3, 2003 at 7:59 pm -
Please bear with me -- I have recently picked up Apache2 and now trying out mod_perl2 I see Apache::Status listed under the mod_perl2 docs - http://perl.apache.org/docs/2.0/api/Apache/Status.html But ...
WC -Sx- Jones
Jun 3, 2003 at 12:12 am
Jun 3, 2003 at 2:00 am -
Coding in plain CGI I've often require'd files containing data in perl data-structures. The script may write to the file (via Data::Dumper for example) allowing subsequent invokations of the script ...
Peter B. Ensch
Jun 28, 2003 at 7:08 pm
Jul 7, 2003 at 6:08 pm -
Hi all, Excuse me for my poor English because I'm from Russia. I have the problem with url translation. There are 2 scripts to do it. 1st script work perfectly, but 2nd failed. Only difference ...
Sergey V. Stashinskas
Jun 27, 2003 at 10:47 am
Jun 27, 2003 at 3:54 pm -
Anyone got any experience of doing MS SQL Server from mod_perl on Linux (via the FreeTDS drivers)? Any gotchas I should be aware of? I have a very high performance requirements application (millions ...
Matt Sergeant
Jun 18, 2003 at 9:23 am
Jun 20, 2003 at 1:34 am -
From December 2002. I saw no response to this message. Have things stabilized enough yet that there is documentation for these things? * Subject:* [mp2]Kow do I find dovumention on... *Author:* Beau ...
Jack Nerad
Jun 4, 2003 at 1:37 pm
Jun 11, 2003 at 2:04 am -
So, according to the docs, http://perl.apache.org/docs/2.0/user/performance/mpm.html#Work_with_DataBases_under_Threaded_MPM, using Apache::DBI doesn't do anything under mp2+windows2000 ... What is ...
Paul Simon
Jun 10, 2003 at 12:52 am
Jun 11, 2003 at 12:08 am -
I get an Internal Server Error in the browser when trying to access the URI /hello. Apache and modperl version: Sun Jun 01 18:51:42 2003] [notice] Apache/2.0.46 (Unix) mod_perl/1.99_09 Perl/v5.8.0 ...
Arunappa
Jun 1, 2003 at 11:09 pm
Jun 4, 2003 at 10:59 pm -
well, the (long) wait is now over - "Practical mod_perl" is here. weighing in at a whopping 924 pages, "Practical mod_perl" really needs no introduction for those that are already familiar with the ...
Geoffrey Young
Jun 3, 2003 at 6:11 pm
Jun 4, 2003 at 1:43 pm -
Hi! Just wanted to let everyone know that I have just finished porting the Apache-AuthExpire module to work with both modperl1 and 2. It is a: # Small mod_perl handler to provide Authentication phase ...
Shannon Eric Peevey
Jun 19, 2003 at 8:40 pm
Jul 15, 2003 at 7:12 pm -
Hi, I have changed all my CGI scripts to run under Perl Run, and now I notice that the load average of my server (it is a dual CPUs) is very high. It stays around 2.5 all the time. Before, when I was ...
Batara Kesuma
Jun 5, 2003 at 9:23 am
Jun 10, 2003 at 8:14 am -
Hi! In an attempt to simplify the install process for dependencies with my modules, I have been using the ExtUtils::AutoInstall module. (Great module, BTW :) ) But, with the current state of affairs ...
Shannon Eric Peevey
Jun 23, 2003 at 3:22 am
Jul 16, 2003 at 4:31 am -
Hello, I need help in file uploading with mod_perl 2. Apache::Request is not compatible with mod_perl 2, and I want to know how can I upload file widthout using CGI.pm Please send me an example if ...
Alejandro Galue
Jun 18, 2003 at 1:06 pm
Jul 14, 2003 at 6:37 am -
I had a look at the memory usage of my apache/mod_perl 1 processes, and was alarmed to find that only 3Mb of 25Mb processes was being shared (and that's straight after startup) I have gone to great ...
Clinton Gormley
Jun 16, 2003 at 11:12 am
Jul 1, 2003 at 4:11 pm -
I've searched the list archives for relevant postings, and I found a couple of messages with similar problems, but no answers. I think I've included all relevant details. Please let me know if there ...
Tim Howell
Jun 11, 2003 at 5:30 pm
Jun 13, 2003 at 10:28 pm -
Hello! after being a long time away (over 4 years since my last post on this list), I started again with some development with mod_perl for this company that I currently work for. I'm having some ...
Henrique Pantarotto
Jun 3, 2003 at 12:26 pm
Jun 4, 2003 at 5:42 pm -
Hey all, I'm having some trouble with mod_perl and mysql on Win32 and Apache2 (used the all-in-one package to install). Our app stores the user's session data into mysql with Apache::Session, with ...
Joshua Burley
Jun 20, 2003 at 10:43 pm
Jun 26, 2003 at 2:02 am -
I have a opportunity to upgrade and standardize a couple of mod_perl enabled servers to the most stable configuration as of now. Apache 1.3 and mod_perl was easy to choose since it is a production ...
Mithun Bhattacharya
Jun 16, 2003 at 12:02 pm
Jun 17, 2003 at 12:33 am -
Apologies for the cross-posting, but I feel like I'm pulling the loose thread out of a sweater here, and it's getting annoying to see just far things can unravel. To avoid unnecessary cross-posting, ...
Chris Devers
Jun 26, 2003 at 6:43 am
Jul 14, 2003 at 3:49 pm -
Luiz Carlos (Paulista)
Jun 12, 2003 at 4:25 pm
Jun 30, 2003 at 1:44 am -
Hi, this is my first post. I just installed a binary distribution for Win32 of Perl 5.8.0 and Apache 2.046 together with mod_per-1.99 ( by Randy Kobes, May 29, 2003). I installed it on a Windows 98 ...
Lynette Tillner
Jun 20, 2003 at 5:40 pm
Jun 23, 2003 at 3:30 am -
Hi, I would not be surprised if this problem has arisen due to me expecting more from Apache+mod_perl than it's capable of. The server is running Apache 1.3.mumble with mod_perl and mod_php. The site ...
Joel Bernstein
Jun 17, 2003 at 12:12 pm
Jun 20, 2003 at 11:20 pm -
Hello, last week I asked about the problem I had with the partial uploaded files,and how Apache::Request never got the error code correctly. (By the way, thanks for the answer, looks like a bug) ...
Hector Pizarro
Jun 17, 2003 at 4:45 am
Jun 18, 2003 at 4:06 pm -
All, I'm having some problems with Apache giving me grief, or most probably me getting my knickers in a complete twist. I get the following error:- Can't call method "is_initial_req" without a ...
Martin Moss
Jun 17, 2003 at 2:47 pm
Jun 17, 2003 at 4:04 pm -
I have handler that looks like this: sub handler ($$) { my ($class, $apache) =3D @_; Apache::request($apache); $apache- status(200); # Default #..... } The vast majority of the time, this works fine. ...
Matthew Pressly
Jun 13, 2003 at 8:35 pm
Jun 16, 2003 at 8:55 pm -
Last night I have done the mod_perl 1.0 to 2.0 porting presentation at the Melbourne mongers meeting, and I have raised the issue with Apache::compat, asking for input from my audience. Here is the ...
Stas Bekman
Jun 12, 2003 at 4:30 am
Jun 12, 2003 at 11:49 pm -
I'm quite suprised at the limited amount of custom DAV server uses. I mean, here's a protocol for editing content over HTTP, which to me screams as an ideal solution for, say, editing full HTML ...
Trevor Phillips
Jun 10, 2003 at 1:54 am
Jun 11, 2003 at 2:22 pm -
Hi All, Looks like mod_perl is discarding everything past the first 8192 bytes from POST requests. mod_perl 1.99 Perl 5.8.0 Apache 2.0.40 All latest RPMs for Redhat 9. There are some very related ...
Mick Szucs
Jun 5, 2003 at 7:59 pm
Jun 6, 2003 at 11:37 pm -
I want to assign a method handler from within the Apache::ReadConfig namespace. Right now, what I have is some function which somewhat resembles: package My::Object; sub method1 { my $self=shift; ...
Issac Goldstand
Jun 2, 2003 at 3:36 pm
Jun 2, 2003 at 8:07 pm -
I am compiling mod_perl 2.0 on Solaris 9. When I run "make test" for mod_perl 2.0 it fails almost immediately with file vhost.c, line 232, assertion "rv == APR_SUCCESS" failed after it calls ...
ColinB
Jun 25, 2003 at 3:54 pm
Jul 14, 2003 at 7:12 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 153 |
posts | 672 |
users | 160 |
website | perl.apache.org |
160 users for June 2003
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)