Search Discussions
-
Apache::compat is useful during the mp1 code porting. Though remember that it's implemented in pure Perl. In certain cases it overrides mp2 methods, because their API is very different and doesn't ...
Stas Bekman
Mar 7, 2003 at 5:05 am
Mar 28, 2003 at 6:03 pm -
I'm having CGI redirect problems mp2 (cvs). Instead of being redirected to the proper web page, I'm sometimes getting a "302 Moved" page containing a link to the correct URL. Seems to be related to ...
Mark James
Mar 5, 2003 at 12:13 pm
Mar 24, 2003 at 11:37 pm -
Hi, I'm trying to figure out why my accesshandler is getting triggered twice for each request that I make. I'm 100% sure that I'm doing no explicit lookups/redirects anywhere in my code. The ...
Richard Clarke
Mar 5, 2003 at 1:08 pm
Mar 15, 2003 at 1:09 am -
There appears to be a bug with the read and sysread functions when being used in a loop to read STDIN. We're using a loop to read from STDIN in 4k blocks, and the read or sysread appears to work ...
Liu, Hui (GXS)
Mar 4, 2003 at 5:31 pm
Mar 11, 2003 at 1:53 am -
I've been blocked at the very beginig of my mod_perl introduction. Any help will be very wellcomed. The issue: The simplest script I can't think of doesn't work. my $r = shift; $r- ...
Xavier Homs
Mar 20, 2003 at 8:42 am
Mar 21, 2003 at 1:09 pm -
I have a mod_perl handler set as the 401 ErrorDocument for a certain location that requires authentication. I would like to store data in notes() in the first location so that the 401 handler can ...
Hann, Brian
Mar 19, 2003 at 8:12 pm
Mar 26, 2003 at 1:50 am -
My setup is as follows: Apache/2.0.44 (Gentoo/Linux) mod_perl/1.99_08 Perl/v5.8.0 mod_perl was built from CVS. I was interested in getting Apache::DBI to run under mp2. I did read Ask's message at ...
Haroon Rafique
Mar 3, 2003 at 6:09 pm
Mar 8, 2003 at 12:49 am -
To all, Years ago, I found a module called FindBin that at least seamed to solved many problems. I use it in mod_perl code (I'm on Win 2000) like this: use FindBin qw($Bin); use lib "$Bin/sims"; # ...
Goehring, Chuck Mr., RCI - San Diego
Mar 17, 2003 at 9:16 pm
Apr 7, 2003 at 5:04 am -
I got 1.99_09dev working on AIX4.3.3/apache 2.0.44 on powerpc_power3. I had trouble with make test, but I'm reviewing the recent messages on that. I decided to see what it would do after make install ...
ODELL, TODD E (SWBT)
Mar 25, 2003 at 6:39 pm
Mar 28, 2003 at 2:45 am -
Hello! I was trying Recipe 11.3 from the mod_perl Cookbook (Cookbook::Timer). Does this measure real download speed or does it merely measure server processing time? I understand it takes the time ...
ASHISH MUKHERJEE
Mar 5, 2003 at 5:32 am
Mar 5, 2003 at 1:26 pm -
While we are at the CGI.pm issue, I was thinking that those who stick with CGI.pm because of its extended all-in-one functionality (request parsing/ HTML generation), but unhappy about request ...
Stas Bekman
Mar 24, 2003 at 11:43 pm
Mar 26, 2003 at 5:00 pm -
I'd appreciate some feedback on my logic to optimise my cache (under mod_perl 1) I'm building a site which will have a large number of fairly complicated objects (each of which would require 5-20 ...
Clinton Gormley
Mar 7, 2003 at 5:12 pm
Mar 9, 2003 at 1:03 am -
Does Apache submit headers when a error occurs ? Trying to display an error message to the browser. I use mason for the web, so if I have die() statement in my code mason will display the error to ...
Cure
Mar 3, 2003 at 4:34 am
Mar 3, 2003 at 11:27 pm -
I posted this, I received a couple of answers but the problem is still unsolved. I have a mod_perl server and I need to add a cgi application outside mod_perl, nagios. I followed the guide and when I ...
Francesc Guasch
Mar 18, 2003 at 9:58 am
Mar 24, 2003 at 10:42 am -
(sorry if this hits the list twice, I didn't use my registered email on the first note and I don't think it made it) I'm installing mod_perl for the 3rd time using pretty much the same config ...
Chris Faust
Mar 21, 2003 at 1:46 pm
Mar 23, 2003 at 10:20 pm -
Hello All, This may be a stupid question, but I'm not finding any clear documentation to give me a answer. I'm running mod_perl 2 on RedHat with Apache 2.0.44 and I'm using NamedBased Virtual Hosting ...
Chris Faust
Mar 18, 2003 at 6:44 pm
Mar 19, 2003 at 12:07 am -
Hey, I have published the latest Hello World benchmarks, available at: http://chamas.com/bench/ Just updated are: - PHP 4.3.0 built with domxml extensions for XSLT tests - HTML::Embperl 1.3.6 - ...
Josh Chamas
Mar 5, 2003 at 5:44 am
Mar 15, 2003 at 8:35 am -
I'm getting complaints about Apache::DNAT not working with Apache 2 because mod_perl 1.99 suddenly can't handle the things it used to. I'm getting this spewage: [Fri Mar 07 11:22:21 2003] [error] ...
Rob Brown
Mar 7, 2003 at 10:20 pm
Mar 11, 2003 at 11:08 pm -
Hello all, currently I'm working over XML::Sablotron module, bringing it alive in the multithreaded environment. I searched both of Apache and mod_perl documentation, but there is one issue, I do not ...
Pavel Hlavnicka
Mar 6, 2003 at 2:18 pm
Mar 7, 2003 at 10:25 am -
We send a good deal of templated based E-Mail with the option to edit right before sending. The editing is done via webpage running under mod_perl/Apache or PerlEx/IIS with Oracle and MSSQL backends ...
Philip M. Gollucci
Mar 6, 2003 at 8:20 am
Mar 6, 2003 at 6:41 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: Sorry - is this mason's problem? Apache does not start using latest mod_perl2 (cvs) when using a mason ...
Beau E. Cox
Mar 5, 2003 at 3:21 am
Mar 5, 2003 at 10:12 am -
Hi I am tryin to set Apache to run with Perl, but before that i am tryin to download Apache on a fresh downlaod of Red Hat 8 Linux. this is the steps i am following: [root@cctv src]# cd /usr/src ...
Mel awaisi
Mar 2, 2003 at 10:49 pm
Mar 4, 2003 at 5:04 pm -
Hi, I'm trying to configure mod_perl for use with persistent database connections with Apache::DBI RedHat 7.3 Apache 1.3.23 mod_perl 1.26 I've configured the following 'startup.pl' file: ...
Feite Brekeveld
Mar 1, 2003 at 8:36 pm
Mar 2, 2003 at 10:38 pm -
Hi, I am quite desperately trying to get mod_perl working. I continue to get returned the source-code. Searching the doc and faqs it looks as if I should turn on PerlSendHeader. But that's already ...
Bleicke Holm
Mar 15, 2003 at 7:48 pm
Apr 22, 2003 at 8:06 am -
Hello all, Quick request for advice/direction... I'm about to take receipt of an Oracle 9.2 server - for the development of a site/product/service.. I'm happiest writing Perl - under mod_perl - so ...
Jim Morrison [Mailing-Lists]
Mar 25, 2003 at 6:22 pm
Mar 26, 2003 at 6:30 pm -
Hello, I'm running: Apache/2.0.44 (Win32) mod_perl/1.99_09-dev Perl/v5.8.0 I'm toying around with mod_perl handlers. And I've written this silly little app attached below which works partly. My ...
Svein E. Seldal
Mar 11, 2003 at 12:39 am
Mar 11, 2003 at 11:14 pm -
Hello All, I have a perl script that would be running infinitely and updating an array by processing some data. Now I would like to read the array values that should not disturb this perl script. I ...
Devi .M
Mar 5, 2003 at 11:22 am
Mar 11, 2003 at 5:57 pm -
Hi - I'm getting frustrated. I'm trying to parse the incoming uri (url) in mod_perl 2, and I can't seem to be able to find documentation. For example, Nick gave me the following snippet of code last ...
Beau
Mar 10, 2003 at 5:15 pm
Mar 11, 2003 at 5:56 am -
I recently uprgaded from a pre-RedHat8 system to RedHat 8. I used the Apache::Sandwich module to specify a directory and footer filename in the directives to allow me to include footer files ...
Brent Baude
Mar 10, 2003 at 8:11 pm
Mar 10, 2003 at 11:42 pm -
Hi - I'm not much of a mod_perl scripter (yet), but having been totally defeated my mod_rewrite, I am trying to use mod_perl to push clients into using https when accessing a particular server (I am ...
Beau
Mar 8, 2003 at 2:13 pm
Mar 9, 2003 at 4:01 am -
Hi guys, I have a dilemma that I need input on. If you were to buy machines to be used as dedicated web servers, which would you go with? Option 1. A Sun SunFire 280R with 2 Ultra 3 processors and ...
Michael Hyman
Mar 8, 2003 at 2:01 am
Mar 9, 2003 at 1:09 am -
I just installed Apache and mod_perl, but for some reason when I execute scripts through my Apache server it shows all of the Perl code: #!C:/Perl/bin/Perl.exe print "Content-type: text/html\n\n"; ...
B.J. Faught
Mar 6, 2003 at 9:40 am
Mar 7, 2003 at 3:25 am -
i'm seeking a means by which i can allow my web users to "logoff" after authenticating for access to restricted web space. i realize that users can just close their browser, but i'm seeking a ...
Todd White
Mar 28, 2003 at 7:27 pm
Mar 31, 2003 at 9:53 pm -
I'm hoping someone can explain this one to me. I have a virtual host set up like so: <<VHOST # This declares Apache::Webquills::InitSession::handler PerlRequire ...
Vince Veselosky
Mar 28, 2003 at 11:25 pm
Mar 31, 2003 at 3:54 pm -
Does anyone use this handler to make on-the-fly thumbs? I've used the standard example code in my apache (1.3.27 with MP1) and it seems to ignore the handler. Any suggestions? -- Steven A. Adams ...
Steven A. Adams
Mar 24, 2003 at 1:05 am
Mar 27, 2003 at 1:46 am -
I have recently updated from Apache 1.3.23? to 1.3.27. Things are behaving differently, and I think the problem lies with mod_speling. Previously, if there was only one possible choice for a ...
KIVES,BRUCE (HP-USA,ex1)
Mar 19, 2003 at 7:04 pm
Mar 19, 2003 at 11:01 pm -
Folks (1) On this page: http://perl.apache.org/docs/2.0/user/compat/compat.html Under this heading: $r- args in an Array Context I see this item: if one wishes to simply read POST data, there is the ...
Ron Savage
Mar 12, 2003 at 8:54 am
Mar 13, 2003 at 10:45 pm -
Changes since 0.7 * prevent cross-site scripting, now HTML-escaping the request field * mention in the docs that ExtendedStatus On is not coming for free. ---- The uploaded file ...
Stas Bekman
Mar 11, 2003 at 4:04 am
Mar 11, 2003 at 11:08 pm -
Hi - I just upgraded to Apache 2.0.44 (source) and mod_perl-1.99-09-dev (CVS source) on my SuSE 8.1 test server. All test scripts completed OK. I am omitting the details of my configuration - will ...
Beau E. Cox
Mar 4, 2003 at 11:55 pm
Mar 8, 2003 at 11:40 am -
this has been asked before, and I've found in the archives there is no way I could have a logout page for the Basic Auth in apache. Is there nothing I can do ? This is required only for the ...
Francesc Guasch
Mar 7, 2003 at 5:37 pm
Mar 7, 2003 at 8:24 pm -
Hello, I've looked through the mod_rewrite and Guide documentation and can't seem find an answer for this, but feel free to point me at TFM to R if I just missed it. I have an Apache with many ...
Andrew Ho
Mar 5, 2003 at 11:30 pm
Mar 7, 2003 at 8:41 am -
Hi, Anyone got a good/simple way of serving two pages consecutively with the minimum of load/hassle etc? Preferably just serving two pages from the same process. The reason being that I need to go ...
Jim Morrison [Mailing-Lists]
Mar 5, 2003 at 4:17 pm
Mar 5, 2003 at 11:27 pm -
Hi, I want to do this (serverside of course); is it possible? <html I am running <!#perl print $ENV{MOD_PERL}; print "process ID $$"; </!#perl on Apache!! </html What modules/config/etc do I need to ...
www.ReadNotify.com
Mar 19, 2003 at 11:55 am
Mar 19, 2003 at 12:26 pm -
I'm using Apache:AuthCookie. I have set up a basic test site. It appears that AuthCookie never send the cookie even though the call to: $r- err_headers_out- add("Set-Cookie" = $cookie); is there. If ...
Andrew Fritz
Mar 13, 2003 at 8:30 pm
Mar 13, 2003 at 10:05 pm -
I have a mod_perl server and I need to add a cgi application outside mod_perl, nagios. I followed the guide and when I try to use the cgis, the binary files are downloaded instead of executed. I ...
Francesc Guasch
Mar 13, 2003 at 10:54 am
Mar 13, 2003 at 5:35 pm -
Hi, I am still pretty new to mod_perl and have only really dabbled with a few small applications that I created. I am now looking to build something quite specific and was wondering if anyones know ...
Abdul-wahid Paterson
Mar 12, 2003 at 5:27 pm
Mar 12, 2003 at 6:59 pm -
Hi I'm trying to build RequestTracker (RT), a trouble ticket system which uses Apache and mod_perl. Apache's site recommends Apache 2, so I've got that, and I've built mod_perl-1.99 for it. Now ...
Chris Majewski
Mar 28, 2003 at 7:25 pm
Mar 28, 2003 at 9:00 pm -
When I try to build I receive the error above. Someone can help me? C:\mod_perl-1.99_08 perl Makefile.PL MP_AP_PREFIX="C:\Apache Group\Apache2" Use of uninitialized value in concatenation (.) or ...
Rosane Novello
Mar 26, 2003 at 11:58 am
Mar 26, 2003 at 3:02 pm -
Hey ho, Sorry if this is an FAQ or a little OT.. We're thinking of moving a couple of servers and one of the possibilities is a dual PIII box (Compaq AFAIK, probably pretty standard rack box) I'm ...
Jim Morrison [Mailing-Lists]
Mar 13, 2003 at 3:25 pm
Mar 14, 2003 at 12:45 am -
Georg Botorog
Mar 11, 2003 at 8:34 pm
Mar 13, 2003 at 10:37 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 133 |
posts | 551 |
users | 151 |
website | perl.apache.org |
151 users for March 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)