Search Discussions
-
Well as you've probably figured out, based on the load of email from me, I've dropped my last job, in order to finally finish the mod_perl book, have some rest and make a push to mod_perl. Yesterday ...
Stas Bekman
Dec 5, 2000 at 2:49 pm
Dec 11, 2000 at 11:19 pm -
I would tend to agree with this on several points, but I have a few things to add (I didn't want this to be a "Me Too!" post.) A lot of the mindshare for this space has been taken over by Java. While ...
Michael Nachbaur
Dec 5, 2000 at 3:54 pm
Dec 17, 2000 at 3:27 pm -
Jeff, I was looking around Stas' site and found a discussion in which you stated that you taught some underlings about mod_perl in 2 five hour sessions. What is the story on these tutorials? Is it ...
J. J. Horner
Dec 13, 2000 at 5:41 pm
Dec 15, 2000 at 11:32 pm -
65
Fwd: [speedycgi] Speedycgi scales better than mod_perl with scripts that contain un-shared memory
FYI -- Sam just posted this to the speedycgi list just now. Gunther Birznieks (gunther.birznieks@extropia.com) eXtropia - The Web Technology Company http://www.extropia.com/Gunther Birznieks
Dec 21, 2000 at 6:20 am
Jan 23, 2001 at 4:58 am -
On our intranet server I have a page that allows the user to start a long running process. In order not to hang a httpd child I fork off the process and detach it from the calling process. This works ...
Kees Vonk 7249 24549
Dec 14, 2000 at 3:51 pm
Dec 21, 2000 at 1:25 pm -
I think it would be cool to have an email Apache module. I was thinking that if the URL was something like: http://www.site.com/user/mail it would activate the module. The module would allow the ...
George Sanderson
Dec 15, 2000 at 3:52 am
Dec 18, 2000 at 7:05 pm -
Hi everyone, I have been going over the modperl tuning guide and the suggestions that people on this list sent me earlier. I've reduced MaxClients to 33 (each httpd process takes up 3-4% of my ...
Philip Mak
Dec 23, 2000 at 2:06 am
Dec 28, 2000 at 7:11 pm -
Hey, Still very rough, the hello world benchmark suite is available for download at: http://www.chamas.com/bench/hello.tar.gz You may run it like: # to get started, see what tests will run, note you ...
Joshua Chamas
Dec 16, 2000 at 10:16 pm
Jan 7, 2001 at 9:45 pm -
Greetings, I have been using Perl extensively over the last couple years, mostly in the form of CGI applications/libraries/scripts that run under Apache servers. I am currently migrating my code to ...
Darren Duncan
Dec 15, 2000 at 4:08 am
Dec 15, 2000 at 4:54 pm -
Being seduced by the proud anouncements Matt made here, and seeing the axkit and take23 sites, I decided to play with AxKit myself. I have installed AxKit according to the AxKit(3) manpage, and (I ...
Khachaturov, Vassilii
Dec 14, 2000 at 3:11 pm
Dec 16, 2000 at 12:15 am -
I think the 100% Java idea has had its day. Microsoft's .NET is a tacit admission that in the real world Microsoft will never own 100% of the market, so let's make things work better together. In ...
Nathan Torkington
Dec 13, 2000 at 2:56 am
Dec 14, 2000 at 7:32 pm -
Do you think I should include the scenario of making Apache run in chroot enviroment in the guide? Check out the last section of this article: Installing and Securing the Apache Webserver with SSL by ...
Stas Bekman
Dec 10, 2000 at 2:33 pm
Dec 12, 2000 at 11:27 am -
Today I discovered a strange behaiviour of perl, and I wonder if anybody can tell me what to do with it. The matter is that perl DOES NOT REUSE MEMORY allocated for intermediate calculation results. ...
Ivan E. Panchenko
Dec 7, 2000 at 4:54 pm
Jan 12, 2001 at 6:29 am -
Hi all, With all of the advocacy talk on the ML right now I've been mulling around the idea of having a "peer review" forum where one could post code that you are currently working on w/an ...
Homsher, Dave V.
Dec 14, 2000 at 2:56 pm
Dec 16, 2000 at 3:17 am -
11
STDERR
Hi, I am writing a module that launches a perl script. I would like the user to see the error cenerated by the script in the browser. So far I either get the errors sent to the apache error_log or ...Aleksandr Vladimirskiy
Dec 8, 2000 at 10:16 pm
Dec 9, 2000 at 8:04 pm -
Something like half a year ago I've posted a benchmark of different printing techniques. Only now I've absorbed all the comments and here is a new benchmark based on these comments. use Benchmark; ...
Stas Bekman
Dec 26, 2000 at 8:31 pm
Jan 12, 2001 at 11:37 am -
I think that this item from the guide is not relevant anymore. Can I kill it? =head3 The Morning Bug Relational database server keeps a connection to the client open for a limited period of time. ...
Stas Bekman
Dec 14, 2000 at 12:06 am
Dec 18, 2000 at 5:18 pm -
Does anyone have any mod_perl vs. mod_php benchmarks? Jimi
Jimi Thompson
Dec 12, 2000 at 8:50 pm
Dec 18, 2000 at 2:53 am -
Hey, I have automated a portable Hello World test suite, but its not CPAN ready, so if any would like to contribute, run, and comment on the sources, give me a holler & I'll send them to you. What it ...
Joshua Chamas
Dec 11, 2000 at 10:14 am
Dec 11, 2000 at 8:04 pm -
Since we have already started working on mod_perl-2.0, I wanted to get in early and provide the base for the one and only source of mod_perl documentation. These are the things that I see important: ...
Stas Bekman
Dec 5, 2000 at 1:54 pm
Dec 5, 2000 at 11:44 pm -
Hello everyone, I was hoping someone could give me a hand with file uploads in mod perl. Everytime I try to upload a file, the browser will stall a couple of times, and the file ends up on the server ...
Cbell
Dec 28, 2000 at 6:22 pm
Dec 29, 2000 at 5:41 pm -
I have created a new module that I called, Apache::FileMan.pm. FileMan provides a file manager for a web sites through a web browser. It is a extensive rewrite of the Apache::AutoIndex.pm module ...
George Sanderson
Dec 13, 2000 at 9:08 pm
Dec 19, 2000 at 4:07 am -
Ok, it seems that my startup.pl is being run twice on server start. Startup init running startup.pl - loading templates into memory --- Loaded template file user_reg.tmpl Startup init running ...
Jamie Krasnoo
Dec 20, 2000 at 11:21 pm
Dec 22, 2000 at 4:08 pm -
hi, im trying 2 call the "handler" function in Apache::asp from a perl module (in apache with mode_perl), i need 2 pass parameters 2 that function like the filename, and i tried 2 modify the handler ...
Eran Keshet
Dec 10, 2000 at 1:41 pm
Dec 21, 2000 at 8:56 pm -
Does anyone have problem with Apache 1.3.12 / Mod_perl 1.24 making it's childs do segmentation faults whenever the server requested to execute a perl module? If I request a piece of graphics, it ...
Per Moeller
Dec 12, 2000 at 10:49 pm
Dec 15, 2000 at 3:57 pm -
As it was said before, successfull projects are self-fueled once they get to the press. Look at this article dated Nov 7, 2000. http://www.WebDevelopersJournal.com/articles/why_php.html The article ...
Stas Bekman
Dec 11, 2000 at 7:40 pm
Dec 12, 2000 at 1:28 am -
Deal All. This is really starting to pick away at my patience. I simple cannot get mod_perl installed. Installed Apache 1.3.14 easy peasy. I am making mod_perl with EVERYTHING=1 and ...
Richard
Dec 28, 2000 at 9:32 pm
Dec 28, 2000 at 10:28 pm -
Ok, essentially I want all but one directory on the server to be password protected. I want 1 directory to have the "I forgot my password" functionality. I am using Mason..... and setting SetHandler ...
Jeff Sheffield
Dec 18, 2000 at 10:50 pm
Dec 21, 2000 at 12:25 am -
I have written a awsome mod_perl module for Apache and now my companie wants to transform it to Java (ik). Nothing personal against java but 95% of the program is regular expressions. Perl is king in ...
Jleidigh
Dec 13, 2000 at 1:24 pm
Dec 13, 2000 at 8:08 pm -
--- Jim Woodgate wrote: [...] Is there no Apache::SharedMemory (or some such)? If not, does anyone think it would be worth the time for someone (like me) to sit down and write it? (Couldn't it be ...
Paul
Dec 6, 2000 at 8:42 pm
Dec 7, 2000 at 11:05 pm -
here is another one =head2 Global vs. Fully Qualified Variables It's always a good idea to avoid using global variables where it's possible. Some variables must be either global, such as C<@ISA or ...
Stas Bekman
Dec 26, 2000 at 9:32 pm
Jan 12, 2001 at 7:00 am -
With a flash of fireworks and champagne I'd like to announce to the world our new mod_perl news and advocacy web site: http://modperl.sergeant.org/ We hope to be able to bring to you all the latest ...
Matt Sergeant
Dec 5, 2000 at 10:42 am
Dec 31, 2000 at 9:58 pm -
I posted something like this a week ago, but typos in my message kept anyone from understanding the issue. I am trying to return each row to the client as it comes from the database, instead of ...
Quagly
Dec 23, 2000 at 5:37 pm
Dec 24, 2000 at 8:31 am -
Hi, I've been catching up on the modperl list archives, and would just like to recommend "mathopd" as an image web server. After having difficulties with the sheer number of front end apache ...
Justin
Dec 20, 2000 at 4:03 am
Dec 20, 2000 at 6:02 pm -
I read in the guide about Apache::LogSTDERR, but I don't seem to be able to find it on CPAN. Can anyone tell where I can find this? Kees
Kees Vonk 7249 24549
Dec 15, 2000 at 12:06 pm
Dec 20, 2000 at 5:19 pm -
Hey, I'd like some comments on the Hello World 2000 benchmark that I am creating. One of the great failings of the Hello World benchmark is that it doesn't address the runtime execution of various ...
Joshua Chamas
Dec 17, 2000 at 11:53 pm
Dec 18, 2000 at 9:49 pm -
Hi all, I've been having the following problem with my machine (400MHz, 192 MB RAM, 8.4 GB SCSI disk): 1:27am up 3 days, 7:33, 8 users, load average: 24.07, 14.76, 9.20 Every once in a while, the ...
Philip Mak
Dec 17, 2000 at 6:43 am
Dec 17, 2000 at 11:06 pm -
Hi there, i wonder if any one knows which is a good mailing list for perl developer to ask questions. i have a question that how do i represent the contents of two dimensional array in CSV in perl. ...
Bari
Dec 13, 2000 at 7:17 pm
Dec 14, 2000 at 1:56 am -
FYI-- here are some Apache::Session benchmark results. As with all benchmarks, this may not be applicable to you. Basically, though, the results show that you really ought to use a database to back ...
Ed Park
Dec 12, 2000 at 7:51 am
Dec 12, 2000 at 9:21 pm -
Hi, I feel bad insisting because I know most of you are probably at least as busy as I am. I posted a message a few days ago (http://www.geocrawler.com/lists/3/Web/182/200/4787953/) and didn't get a ...
Robin Berjon
Dec 9, 2000 at 12:52 am
Dec 10, 2000 at 6:44 pm -
The enterprise mod_perl architectures idea that I posted earlier has evolved into a slightly modified idea: a 'scaling mod_perl' site: http://www.lifespree.com/modperl. The point of this site will be ...
Ed Park
Dec 8, 2000 at 10:48 am
Dec 8, 2000 at 7:16 pm -
I am trying to build apache v.1.3.14 with Mod_perl v. 1.24 using APACI I am using Perl 5.6 build 620 - the latest I ran perl Makefile.PL under mod_perl-1.24 directory The system created Makefile in ...
Wang, Pin-Chieh
Dec 5, 2000 at 10:01 pm
Dec 6, 2000 at 3:55 pm -
The URL http://morpheus.laserlink.net/~gyoung/modules/Apache-RequestNotes-0.06.tar.g z has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-RequestNotes-0.06.tar.gz size: 4800 bytes md5: ...
Geoffrey Young
Dec 27, 2000 at 3:27 pm
Feb 10, 2001 at 3:54 am -
Hi all, I still didn't solve the problem of the Apache::DBI. It can not be loaded into the apache's startup.pl file because happens a error during the starting of the apache, the child processes are ...
Edmar Edilton da Silva
Dec 3, 2000 at 3:06 am
Jan 11, 2001 at 9:55 am -
Hi, My name is Peter. I am trying to configure my mod_perl for my Linux 6.2. I have encountered the problems with carrying out: perl Makefile.PL APACHE_SRC=../apache_1.3.6/src \ DO_HTTPD=1 ...
Yung Kwong Wing
Dec 29, 2000 at 6:07 pm
Dec 30, 2000 at 10:53 am -
Where can I find documentation on the how to use all the values that appear in Apache::Constants The obviously do something, but what??? I figured out what OK, DECLINED do by reading the source, but ...
Michael
Dec 28, 2000 at 10:32 pm
Dec 29, 2000 at 6:57 pm -
Howdy, So, I am running a mod_perl/mod_ssl enabled Apache web server. The home page (and several other unprotected pages) need to listen on both the encrypted port 443 and non-encrypted port 80. ...
Joshua Gerth
Dec 27, 2000 at 7:06 pm
Dec 28, 2000 at 4:26 am -
Hello again, Thats for the suggestions on my last question. This one is completely unrelated. I am doing a 100% fresh install. I just downloaded mod_perl-1.24.tar.gz apache_1.3.14.tar.gz I then ran: ...
Joshua Gerth
Dec 27, 2000 at 10:05 pm
Dec 28, 2000 at 12:04 am -
hi all... I was wondering if anyone has found a good way around persistent connections and package recompiles. With Apache::DBI, on occasion when someone recompiles a package and doesn't tell me, I ...
Geoffrey Young
Dec 22, 2000 at 2:44 pm
Dec 22, 2000 at 7:24 pm -
Hi there. I've been trying to write a system to perform authentication using the www-authenticate (http authenatication) method. However, I need a client visiting the page and having been ...
Apache
Dec 19, 2000 at 6:28 pm
Dec 19, 2000 at 11:36 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 266 |
posts | 1,399 |
users | 300 |
website | perl.apache.org |
300 users for December 2000
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)