Search Discussions
-
Ok, a while ago Baiju Thakkar asked me about the feasibility of creating our own mod_perl conference. It took me a while to relate on this issue, but I didn't wasted time and over the last ApacheCon ...
Stas Bekman
Mar 30, 2000 at 8:07 pm
Apr 20, 2000 at 6:45 pm -
It seems a common question, bu i was unable to find the answer in the archive. I've an environment based on apache and cgi scripts and i want to switch to mod_perl. Everything works fine, except that ...
Alessandro Zummo
Mar 8, 2000 at 2:02 pm
Mar 15, 2000 at 4:42 am -
I need to enable my web-database application with SSL for world-wide consumption. There seems to be several options. mod_ssl ApacheSSL Stronghold Covalent Raven SSL What do you recommend as a ...
Franco Finstad
Mar 7, 2000 at 1:51 am
Mar 8, 2000 at 10:59 pm -
good morning all... here is a proposal for yet another module - again, not so much new or novel functionality as making mod_perl more accessible to newer folks. accepting all (constructive) comments ...
Geoffrey Young
Mar 14, 2000 at 4:39 pm
Mar 15, 2000 at 10:49 am -
I am a C/C++ programmer. Presently I am learning Perl and reading the book "Writting Apache Modules with Perl and C" from O'Reilly. I do believe that Apache is compiled correctly. From everything I ...
Sam Carleton
Mar 21, 2000 at 12:14 pm
Mar 29, 2000 at 5:29 am -
Hi, How do you make perl script (either on Linux+Apache+Mod_perl or in NT+IIS4 environment) make a "Connection: Keep-Alive". On both environment, the connections always closes after the perl script ...
Jaime Teng
Mar 31, 2000 at 10:11 pm
Apr 3, 2000 at 8:08 am -
When including "PerlModule Apache::DBI" in httpd.conf and then starting the server using apachectl start all the child server processes die. No messages in error logs. OS Linux Red Hat 6.0 error_log ...
Peter Bonifacio
Mar 3, 2000 at 3:20 am
Mar 8, 2000 at 8:58 pm -
Hi, "What SSL solution should I use..." got me wondering. I do most of my work by telnet from a PC, but I've got a P133 PC with Slackware on it, too. It needs to be rebuilt, so I'm wondering what the ...
Bill Moseley
Mar 9, 2000 at 1:42 am
Mar 16, 2000 at 4:21 pm -
This issue has hit me 3 times from different clients this week alone. $SIG{__DIE__} is dangerous. Unfortunately it not only traps normal die()'s. It also traps die()'s that are contained within ...
Matt Sergeant
Mar 3, 2000 at 9:17 pm
Mar 5, 2000 at 8:49 pm -
Many messages on this list perpetuate the notion that usage of CGI.pm and Apache::Registry is for beginners. Popular opinion is that you're not a leet mod_perl h@x0r until you wean yourself from ...
Matt Arnold
Mar 30, 2000 at 3:34 am
Apr 3, 2000 at 4:13 pm -
ok, this isn't all that clever, but recently I got tired of writing loops of warnings to debug headers_in and headers_out over and over again... all this one does is spit out headers_in in the init ...
Geoffrey Young
Mar 28, 2000 at 2:37 pm
Mar 31, 2000 at 12:21 pm -
Hi All, I experience a trouble with Perl script using DBI running under Mod_perl and Registry If you have an idea from where the problem may come.... Here is the error : DBI- connect failed: ...
Jerome MOUREAUX
Mar 29, 2000 at 6:17 pm
Mar 30, 2000 at 7:46 am -
thanks to all who made suggestions and comments - I think it may be a bit more robust now :) stuff still in the air... file uploads have been disabled. MaxPostSize is set from within httpd.conf and ...
Geoffrey Young
Mar 14, 2000 at 8:01 pm
Mar 15, 2000 at 9:52 pm -
I'm having a very strange problem. I'm running a very large application under apache/mod_perl (100+ modules; httpd children grow to 40+MB). The application uses Apache::DBI (DBD::Oracle) & CGI.pm, so ...
Robert Jenks
Mar 30, 2000 at 4:07 pm
Apr 4, 2000 at 9:35 pm -
Has anyone tried to use mod_perl with perl 5.6 yet? If so, how did it go? Oh, are we still at 1.21 for mod_perl? If so, when's the next release? I hear that there are some important memory leak fixes ...
Jeff Stuart
Mar 31, 2000 at 4:49 am
Apr 3, 2000 at 8:23 am -
Folks, please refrain from posting in HTML. Some of us use email clients that post and read email in the old good text mode. When I don't have enough time on my hands I delete such emails since I ...
Stas Bekman
Mar 30, 2000 at 7:38 pm
Mar 30, 2000 at 8:55 pm -
11
newbie
I have this problem with my mod_perl application using Apache::File. The application aborts with an "Can't locate loadable object for module Apache::File in @INC". @INC has the path that holds ...Hodigere Kumar
Mar 23, 2000 at 5:16 pm
Mar 24, 2000 at 6:59 pm -
Is there any way to build a mutithreaded version of mod_perl, much like you (experimentally) can with Perl? I cannot seem to find any mention of it in the various configuration options one can feed ...
Jason Simms
Mar 16, 2000 at 9:58 pm
Mar 17, 2000 at 6:24 pm -
This seems odd to me. I started using Sys::Signal to localize $SIG{ALRM} (instead of just local $SIG{ALRM}), and now the FIRST request to an Apache child gives me this warning. Subsequent requests do ...
Bill Moseley
Mar 8, 2000 at 12:46 am
Mar 15, 2000 at 3:22 am -
tom, my direct reply to you bounced, but this should probably be on the list anyhow... ----- Transcript of session follows ----- ... while talking to mail.perl.com.: <<< 550 Your site is blacklisted ...
Doug MacEachern
Mar 31, 2000 at 10:39 pm
Apr 24, 2000 at 4:40 pm -
Hi. We got /.'ed last week for Neil Sloane's number sequencer. Unfortunately, his code calls several subprocesses (such as grep) which overall take up a large chunk of CPU. Since Apache can't ...
Christian Gilmore
Mar 2, 2000 at 9:09 pm
Mar 15, 2000 at 10:58 pm -
Have a look at Lincoln Stein's user_manage program. I think he does it somehow, but I haven't gotten around to verifying if that is really so or seeing how he does it. -- Bruce A. Johnson ...
Bruce Johnson
Mar 2, 2000 at 4:49 pm
Mar 4, 2000 at 5:24 pm -
Hi, I am trying to find a way of setting DocumentRoot (and possibly Alias) directly from modperl in order to implement dynamically generated virtual hosting. The thing is that my virtualhost ...
Serge <Serge Barbosa Da Torre
Mar 28, 2000 at 9:24 pm
Apr 4, 2000 at 11:09 pm -
Since I had no reply to my previous problem (re-directing STDOUT in system() calls), I thought I would try using Perl 5.6.0 instead of 5.005_03 (probably a good idea anyway) to see if that helped. ...
Steve Hay
Mar 30, 2000 at 10:57 am
Apr 3, 2000 at 8:49 pm -
The URL http://perl.apache.org/dist/mod_perl-1.21_01.tar.gz has entered CPAN as file: $CPAN/authors/id/DOUGM/mod_perl-1.21_01.tar.gz size: 344456 bytes md5: 0b09fd1768a8a102aa01b07045f9dd84 this ...
Doug MacEachern
Mar 6, 2000 at 1:55 am
Mar 13, 2000 at 2:01 am -
Introducing a new tag :) [NewSW] == New SoftWare http://www.jabber.org/ is an open-source IMS (Instant Messaging System) that uses XML. it has multiply interfaces. There is a perl team ...
Stas Bekman
Mar 1, 2000 at 9:27 pm
Mar 6, 2000 at 8:39 am -
I've installed perl 5.6.0 + Apache 1.3.12 + modperl 1.22. An arbitrary request causes the httpd to core dump: $ telnet localhost 80 Trying 127.0.0.1... Connected to localhost. Escape character is ...
Tobias Brox
Mar 31, 2000 at 3:09 pm
Apr 3, 2000 at 5:07 am -
I have been trying to install mod_perl for the last couple of weeks and I still have not been successful. I am new to Linux and have installed RedHat 6. I used the Custom set-up and installed ...
Annette
Mar 31, 2000 at 3:33 am
Mar 31, 2000 at 7:54 pm -
Hello, The Apache::Registry handler may malfunction when called for a URI which contains file names starting with `0'. In particular, it fails when a file name part of the URI starts with `0' ...
Peter Deister
Mar 9, 2000 at 8:00 am
Mar 22, 2000 at 8:34 am -
Hi all, I'm in the process of setting up a new site and I have a configuration question. Most of my scripts will be run under Apache::Registry. However, I have a couple other scripts that will run ...
Drew Taylor
Mar 17, 2000 at 2:02 pm
Mar 21, 2000 at 9:48 pm -
ok, the mod_perl list's BOF session has been scheduled for Friday, 12pm as per the general consensus... http://www.apachecon.com/html/sessions.html//#OR112 thanks to Stas for the title and abstract ...
Geoffrey Young
Mar 1, 2000 at 1:13 pm
Mar 15, 2000 at 11:37 am -
i'm getting the following error msgs from Apache::ASP... Errors Output (in cleanup) Not a HASH reference at /usr/lib/perl5/site_perl/5.005/i386-linux/opal.pm line 117. (in cleanup) Not a HASH ...
Joel Reed
Mar 23, 2000 at 7:21 pm
Mar 24, 2000 at 2:41 pm -
Hi, When parsing request parameters of a POSTed form, the Apache::Request param() and parms() methods return both the actual parameters from the form AND the parameters from the form action query ...
Ville Skyttä
Mar 16, 2000 at 8:59 am
Mar 23, 2000 at 5:19 am -
I am having a problem. I installed Mod_Perl, and I believe it is working. I am trying to setup "HelpDesk", which requires mod_perl. I have added thefollowing entries into the apache httpd.conf. I ...
Devon P. Hubner
Mar 14, 2000 at 4:10 pm
Mar 16, 2000 at 7:50 pm -
list, first of all, sorry for the OTness of this post. Hope you can delete it without feeling too distressed if you're not interested or short of time. the short question is: Is anyone on this list ...
Martin A. Langhoff
Mar 15, 2000 at 1:51 am
Mar 16, 2000 at 4:42 pm -
in the modperl book, it states that using the parse/unparse methods in Apache::URI will resolve relative uri's and use $r to fill in a relative uri and all that good stuff. however, i've noticed that ...
Chris Grau
Mar 13, 2000 at 8:10 pm
Mar 15, 2000 at 6:00 am -
I am having problems with the just introduced call to ap_os_dso_unload. This call is used to unload xs modules, but these modules are not loaded by Apache but by the perl dynamic loader. I am having ...
Jens-Uwe Mager
Mar 6, 2000 at 12:33 am
Mar 6, 2000 at 1:45 am -
In my application I allow the user to download a text file of database information. Right now, what I do is set the header 'type' in CGI.pm's header function to something like 'text/mydownloadtype'. ...
Joseph R. Junkin
Mar 1, 2000 at 7:02 pm
Mar 1, 2000 at 8:39 pm -
I just installed mod_perl using these instructions (from INSTALL.apaci): $ gunzip <apache_1.3.X.tar.gz | tar xvf - $ gunzip <mod_perl-1.X.tar.gz | tar xvf - $ cd mod_perl-1.X $ perl Makefile.PL \ ...
R Joseph Wright
Mar 31, 2000 at 9:36 pm
Apr 2, 2000 at 3:10 pm -
The URL http://perl.apache.org/dist/mod_perl-1.22.tar.gz has entered CPAN as file: $CPAN/authors/id/DOUGM/mod_perl-1.22.tar.gz size: 344615 bytes md5: 5ec093c3b11c5b411d28aa1447b4a0bc Changes since ...
Doug MacEachern
Mar 23, 2000 at 7:07 am
Mar 29, 2000 at 5:20 am -
Howdy, I'm working on adding several first class config directives for my mod_perl project and as a consequence am having to use MakeMaker for the first time. My project directory is shared through ...
Keith Anderson
Mar 18, 2000 at 1:02 am
Mar 23, 2000 at 5:12 am -
The URL http://perl.apache.org/dist/mod_perl-1.21_02.tar.gz has entered CPAN as file: $CPAN/authors/id/DOUGM/mod_perl-1.21_02.tar.gz size: 342233 bytes md5: fcb243aed6c7ce25a380850f2ce54c0c i was ...
Doug MacEachern
Mar 7, 2000 at 8:08 am
Mar 15, 2000 at 10:16 am -
http://www.caucho.com/articles/benchmark.html Regards /Alex
Alex Farber
Mar 14, 2000 at 12:50 pm
Mar 15, 2000 at 8:14 am -
hi again, I'm still having problem ?! I changed (RH6.1- apache1.3.9-mod_perl-1.21) with new one..(apache-1.3.6 -- mod_perl-1.21 - staticly linked (the link on the perl.apache.org)), but now insead of ...
Raptor
Mar 13, 2000 at 2:55 pm
Mar 14, 2000 at 3:32 pm -
hi there, I'm getting the following error when I'm tring to make connection to Sybase DB via ASP.pm module, when I'm using pure CGI no problems. /var/log/httpd/error_log - (LogLevel = debug) ...
Raptor
Mar 10, 2000 at 5:25 pm
Mar 11, 2000 at 10:17 pm -
Hi all! I'd like to do the following, I want to give a page and insert some php stuff into it. I.e: someone asks for www.myhost.com/test and I should insert www.myhost.com/add.phtml at the bottom. ...
Luis Calero
Mar 9, 2000 at 6:40 pm
Mar 11, 2000 at 3:14 pm -
HTML::Template - a Perl module to use HTML Templates CHANGES 1.6 - New Feature: double_cache combines shared memory and local memory caching for twice the speedup! - New Feature: ESCAPE=URL does ...
Sam Tregar
Mar 5, 2000 at 9:13 pm
Mar 7, 2000 at 4:46 am -
I'm having trouble getting ASP to work properly. I inatalled mod_perl and ASP support on a Debian Linux system, running through the instruction (perl Makefile.PL, make, make test, make install, move ...
Paul Kemp
Mar 1, 2000 at 11:28 pm
Mar 5, 2000 at 2:29 am -
my($tmpnam, $fh) = Apache::File- tmpfile; Is $tmpname a physical file or does it live in RAM? --------------------------------------------------------------------- Best regards, Karyn Ulriksen Chief ...
Karyn Ulriksen
Mar 3, 2000 at 7:55 pm
Mar 4, 2000 at 3:15 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 337 |
posts | 1,361 |
users | 328 |
website | perl.apache.org |
328 users for March 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)