Search Discussions
-
I am trying to create a website with predominantly dynamic content (mod_perl + DBI + mySQL) for an online community. I can manage Perl and mySQL fairly proficently, however I've no idea how to ...
Jonathan E. Paton
Nov 14, 2001 at 6:09 pm
Nov 29, 2001 at 12:27 pm -
This may seem off subject but, If you bare with me, I don't think it is. I am interested in using the cookie based system referred to in the programming the apache api book but oftend wonder this. ...
John Michael
Nov 15, 2001 at 8:04 pm
Nov 19, 2001 at 4:33 pm -
This is the boilerplate for the new mod_perl site: http://www.apache.org/~stas/site/boilerplate/ It actually includes a lot of content, which I've ported from the old site and added some new stuff. ...
Stas Bekman
Nov 13, 2001 at 5:31 pm
Nov 15, 2001 at 2:23 pm -
Hi....I know this is not the lawyers hang-out, but it is seasoned contractor's hangout and as such I need some legal advice...May I? I did some work (about $25000 worth) for a customer and I'm having ...
Medi Montaseri
Nov 21, 2001 at 10:28 pm
Nov 26, 2001 at 5:27 am -
Hi all, I have a problem with HTTP head requests and mod_perl. I have been looking at the docs, searching google newsgroup archive but I couldn't find anything thus you are my very last hope ;-) In ...
Jean-Michel Hiver
Nov 23, 2001 at 11:44 am
Nov 23, 2001 at 5:24 pm -
Hi, <verbose I'm looking for a little discussion on selecting a data storage method, and I'm posting here because Cache::Cache often is discussed here (along with Apache::Session). And people here ...
Bill Moseley
Nov 8, 2001 at 5:01 pm
Nov 11, 2001 at 5:40 am -
How does this work in an environment with two (or more) computers with the exact same configuration, and probably the same HTTP_USER_AGENT behind the same proxy? How do you know that one user isn't ...
Joe Breeden
Nov 15, 2001 at 10:58 pm
Dec 10, 2001 at 11:31 pm -
Hello, I hate to keep banging this old drum, but since I was able to reproduce this problem (but not solve it), I figured I'd recycle it again. Perrin said earlier that this was fixed in 1.26, but I ...
David Pisoni
Nov 20, 2001 at 10:32 pm
Nov 21, 2001 at 7:46 pm -
Does anyone know why search.cpan.org is always the s-l-o-w-e-s-t site on the internet? I can't believe it always busy. I've had trouble hitting it at 3 AM. Maybe it's just me... Rob -- "Only two ...
Robert Landrum
Nov 27, 2001 at 8:46 pm
Dec 5, 2001 at 12:49 am -
In the wide and wonderful world of Microsoft and Linux, I'm in the need of an interesting soloution. I'm presenting this to the list because I've ran out of good ideas. The campus phone system has a ...
Ian
Nov 29, 2001 at 10:32 pm
Dec 1, 2001 at 8:34 am -
I'm very interested in making a modular site design but haven't found the tools yet to allow this with the twist I'm looking for. Say I have a page that encapsulates some functionality, such as ...
Scott Chapman
Nov 15, 2001 at 4:43 pm
Nov 16, 2001 at 2:11 am -
Hello Gurus, please help me to get update for mod_perl. I have good run apache 1.3, which has got by default on Installing the Linux 6.2 (Redhat) Now I install perl 5.6.1 and To extend an already ...
SubbaReddy M
Nov 9, 2001 at 7:32 am
Nov 10, 2001 at 2:09 pm -
Hi, Does anyone have a quick example of setting up a vhost with mod_perl enabled please? Also an ordinary cgi-bin, with file extensions .pl and .cgi enabled? Also with a vhost, I can name the host ...
James
Nov 30, 2001 at 2:24 pm
Dec 3, 2001 at 3:26 pm -
Is there a way of doing configuration work (the equivalent of <Perl sections) from within modules? I ask both for subroutines which are called at server startup (from mod_perl_start.pl) and from ...
Issac Goldstand
Nov 22, 2001 at 1:52 pm
Nov 27, 2001 at 8:12 pm -
Hello Gurus, Here is my first step with mod_perl after so many strugles. Please help me: <!-- sample here -- <html <body For loop incrementing font size: <p <% for(1..5) { % <!-- iterated html text ...
SubbaReddy M
Nov 10, 2001 at 12:20 pm
Nov 12, 2001 at 12:18 pm -
I have the following config: apache 1.3.22 with perl 1.26 built statically I want to use perl to dynamically generate html pages, so I have .pl files under DOCUMENT_ROOT. I have this config: Alias ...
Chuck Carson
Nov 29, 2001 at 10:37 pm
Nov 30, 2001 at 2:00 pm -
Hi everybody, I hope I'm asking this on the right forum... But this question involves several different packages :-) On a FreeBSD 4.4 system, I am trying to use DBD::mysql (in my library, I have "use ...
Ryan Thompson
Nov 29, 2001 at 9:43 am
Nov 30, 2001 at 6:12 am -
Hi guys, As promised I have been producing a fix for Apache::Registry. The module is called "MKDoc::Registry" because it will be integrated in the piece of software I'm working on, but feel free to ...
Jean-Michel Hiver
Nov 25, 2001 at 12:43 pm
Nov 27, 2001 at 2:14 pm -
Greetings. This documentation patch addresses the single thread snafu on Win32. Comments, corrections and additions (even subtractions) welcome. (Also on the hot topic of the day: where in the doc ...
Alessandro Forghieri
Nov 20, 2001 at 10:34 am
Nov 23, 2001 at 11:28 am -
One run of my script takes about 2 seconds. This includes a lot of database-queries, calculations and so on. about 0.3 seconds are used just for one command: $query=new CGI; I tried to cache the ...
Peter Pilsl
Nov 13, 2001 at 10:18 pm
Nov 14, 2001 at 11:56 pm -
On port 80, I'm running a non-mod_perl httpd. On port 8001, I'm running a mod_perl httpd. Port 80 is ProxyPassing to port 8001 like this: RewriteRule ^/(.+)\.asp$ http://127.0.0.1:8001/$1.asp [p] The ...
Philip Mak
Nov 9, 2001 at 12:10 pm
Nov 10, 2001 at 6:31 am -
Hi All, While it seems to be well-known anecdotally that one should never use a DSO install of mod_perl (particularly among Mason developers), is there yet any place where all the known issues ...
David Wheeler
Nov 27, 2001 at 4:49 pm
Nov 29, 2001 at 1:58 am -
Hi! You can look at my idea of the the new modperl-site design here: http://domm.zsi.at/modperl-site-domm/ You can get the whole distro to download at: ...
Thomas Klausner
Nov 25, 2001 at 9:37 pm
Nov 28, 2001 at 2:28 am -
Hello folks, I am using $request_object- no_cache(1) with no success. Isn't it supported any more? Can some one shed some light on this for me... #set the content type $big_r- ...
Rasoul Hajikhani
Nov 15, 2001 at 10:48 pm
Nov 17, 2001 at 4:26 pm -
Hello, I have a Solaris machine System Configuration: OS: SUN Solaris I have installed Apache ver 1.3.9 I have also installed mod_perl -1.26. However when I make the mod_perl package I do not get the ...
Manjrekar Pratiksha
Nov 14, 2001 at 12:11 pm
Nov 15, 2001 at 1:17 pm -
Platform: Microsoft Windows 2000 Server Perl 5.6 (Active State) mod_perl In my script a simple "use Image::Magick;" results in the following lines being added to my error.log everytime the script is ...
Jonathan M. Hollin
Nov 6, 2001 at 10:30 pm
Nov 8, 2001 at 2:24 am -
In a mod_perl handler I want to construct the original URL of the request. I can construct it with r- get_server_name, r- get_server_port, r- uri and $r- parsed_uri- query. But how do I get the ...
Reif Peter
Nov 6, 2001 at 3:39 pm
Nov 7, 2001 at 9:26 am -
Hello all, Can anybody give me the "golden" tip of creating a popup browser window from my mod_perl handler? I want to fill in this popup window with results generated within my handler. Is there a ...
Domien Bakker
Nov 20, 2001 at 2:30 pm
Nov 23, 2001 at 12:23 pm -
6
CVS
Hi people, I am currently developing a content management system under mod_perl, with data stored in an RDBMS (MySQL at present, but Oracle on the production server). I would like to add version ...Jonathan M. Hollin
Nov 15, 2001 at 2:27 pm
Nov 16, 2001 at 3:28 am -
In my perl script I have a line like this. system( "'/usr/bin/lp -dhp4si /tmp/plotreq.txt' /tmp/plotid.txt"); hp4si is the destination printer. /tmp/plotreq.txt is small text file to be sent to the ...
Kairam, Raj
Nov 30, 2001 at 8:08 pm
Nov 30, 2001 at 9:23 pm -
Hello! It may be very stupid problem, but I stuck - hard day. I installed Perl. Perl 5.6.1 with all default options on Debian Linux 2.4.13 - btw, it is a another problem, but 4 make test for Perl ...
BeerBong
Nov 28, 2001 at 5:30 pm
Nov 29, 2001 at 1:16 pm -
Thanks to Ilya Martynov for his response... I changed "Apache::Session::DBI" to "Apache::Session::MySQL" and tried again. The following error graced my error log: [Wed Nov 21 23:01:13 2001] [error] ...
Jonathan M. Hollin
Nov 21, 2001 at 11:18 pm
Nov 28, 2001 at 5:11 pm -
Hi, sorry for bothering you with a question concerning mod_perl under windows (it's not that I like windows so much, it's just because I have to use a windows system ...) I tried to install ...
Albrecht Fortenbacher
Nov 27, 2001 at 4:42 pm
Nov 28, 2001 at 9:14 am -
Hello, Not sure if this is mod_perl related, but i hope someone can help me anyway. When i do DBI queries from mod_perl handler and put all returned results in array then array's first element is ...
Viljo Marrandi
Nov 26, 2001 at 11:25 am
Nov 28, 2001 at 3:37 am -
Hi, I have a very annoying problem with mod_perl segfaulting. It must be some perl code, but I cannot isolate where. Here are the symptoms, all running on 7.2: 1) does not happen with apache/mod_perl ...
John Chia
Nov 23, 2001 at 11:43 pm
Nov 27, 2001 at 12:00 am -
Hello all. I'm writing an app that opens a pipe to sendmail, which if memory serves, forks off a child process of apache to do the pipe, then exits as soon as it's finished. I was doing this with ...
Tom Servo
Nov 6, 2001 at 11:11 pm
Nov 7, 2001 at 12:12 am -
Hi, I have some modules that use the idiom package Foo; use Bar; { my $bar = Bar- new(args); sub bar { return $bar } } which works fine until one tries to preload them in startup.pl. I realized that, ...
Adriano Nagelschmidt Rodrigues
Nov 23, 2001 at 5:23 pm
Nov 28, 2001 at 3:51 am -
Hi there! I'm trying to compile apache_1.3.22+mod_perl-1.26 on a redhat 7.1 linux box. I replace the original gcc 2.xx with gcc version 3.0.2 and perl 5.6.0 with perl 5.6.1 both compiled in the same ...
Mod
Nov 14, 2001 at 8:53 pm
Nov 21, 2001 at 1:06 pm -
Hi I have problem trying to download the pdf version of the guide. several downloads always results in incorrect zip impossible to decompress. i already noticed this problem with former version of ...
Pascal barbedor
Nov 16, 2001 at 4:48 pm
Nov 18, 2001 at 6:54 pm -
hello does anyone know what to do with this problem, which happens to me on Macintosh os X 10.1: [localhost:/Applications/modperl-site-new] aju% bin/build -vf ######################### ### HTML ...
Allan
Nov 16, 2001 at 8:09 pm
Nov 17, 2001 at 10:42 am -
I am very sorry to apache mail list, becuase of posting the not related query. So, i am epxecting help from successfully work one. And Daniel is the author of this, so i am directly posting him. I ...
SubbaReddy M
Nov 14, 2001 at 2:35 pm
Nov 14, 2001 at 4:05 pm -
Hi everyone. This actually isn't mod_perl per se, but I'm hoping that other web developers might know something about this. I'm having cookie problems with, interestingly enough, both Netscape and ...
Issac Goldstand
Nov 11, 2001 at 3:38 pm
Nov 12, 2001 at 9:08 pm -
Hi Matt, do you have any news on planned re-appearance of current axkit docs and mailing list archives online? The net people memory is short, if you don't come back noone will know what AxKit is :-( ...
Khachaturov, Vassilii
Nov 1, 2001 at 9:20 pm
Nov 5, 2001 at 12:52 pm -
I have some state data that I need to persist between requests. At the moment these are COM objects, but they'll be ported to Perl Classes. It is quite important that only one of these instances ...
Chui G. Tey
Nov 5, 2001 at 1:16 am
Nov 5, 2001 at 8:55 am -
Last I checked, ab which comes with Apache, had not yet been ported to NT/2000 officially. However, there does seem to be a port available here: http://www.remotecommunications.com/apache/ab/ Upon ...
Joshua Chamas
Nov 30, 2001 at 5:08 pm
Dec 2, 2001 at 1:30 pm -
Greetings. I realize this is an Off-Topic with serious flamage potential, so I'll keep it very short. Is anybody aware of any module capable of doing for the ASP environment what Apache::Registry ...
Alessandro Forghieri
Nov 28, 2001 at 3:01 pm
Nov 30, 2001 at 3:58 pm -
Hello mod_perl gurus, I am trying to do some xml parsing under mod_perl. My script basically looks like this: #!/usr/bin/perl -w use strict; use CGI qw(:standard); use XML::Parser; use ...
Artem Litvinovich
Nov 12, 2001 at 10:53 am
Nov 12, 2001 at 7:50 pm -
Hello, I am getting this error message. Can anyone tell me what it is and how to get rid of it. (or if I need to worry about it) [Wed Nov 7 18:52:40 2001] [error] [Wed Nov 7 18:52:40 2001] ...
David
Nov 7, 2001 at 6:58 pm
Nov 7, 2001 at 8:51 pm -
I pieced together this process by looking at a couple of sources to install modules. I choose the /usr/local/etc directory to start from because I really didn't know where this is usually done. What ...
John Michael
Nov 3, 2001 at 11:18 am
Nov 4, 2001 at 8:38 pm -
This is the first wide announcement of the release of OpenFrame. OpenFrame is an Application Framework for Perl and the Web. It is designed to do enough to make your life easier, and provide enough ...
Leon Brocard
Nov 30, 2001 at 2:14 pm
Dec 3, 2001 at 11:44 am
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 165 |
posts | 641 |
users | 209 |
website | perl.apache.org |
209 users for November 2001
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)