Search Discussions
-
Hi there, Just wondering what the best templating system is to use and/or learn. I've briefly read up on the pros and cons of each, and am just wondering which one is the most widely _used_ and best ...
Patrick Galbraith
Jul 18, 2003 at 8:23 pm
Jul 30, 2003 at 10:57 am -
Jarkko has just released perl-5.8.1-RC3. Quite a few things have changed since 5.8.0. So it's *very* important that you test your code with this release and immediatelly report to p5p if you have any ...
Stas Bekman
Jul 30, 2003 at 9:16 pm
Aug 4, 2003 at 7:51 pm -
When I use Apache 2.0.46, mod_deflate with mod_perl-1.99_09 (or the latest mod_perl-2.0 CVS), perl buffering is off ($|=1), and my perl script prints nothing (e.g. 'print "";'), I get the following ...
Bill Marrs
Jul 2, 2003 at 2:18 pm
Aug 13, 2003 at 9:26 pm -
I'm steadily making progress with getting a collection of mod_perl 1 compatibale scripts working with mod_perl 2 using the backward compatibility mode. However, I find that the working directory of ...
ColinB
Jul 29, 2003 at 11:10 am
Aug 7, 2003 at 6:42 am -
Hi, I've just written a short perl script to perform logging for our virtual hosts. The code has plenty of comments so I'll paste it below. My question is: would it be possible to use mod_perl in ...
Jez Hancock
Jul 15, 2003 at 12:01 am
Jul 16, 2003 at 7:35 pm -
Hello According to [1], $r- rflush() should create a new brigade with data. It does not. It seems the docs and/or my understanding of this is in error (probably the latter...). This is with: ...
Martin Wickman
Jul 31, 2003 at 8:16 pm
Aug 12, 2003 at 11:24 pm -
Hi, All Are there some common application design patterns using mod_perl + TT2 ? Any links would be greatly appreciated Sincerely Alex
Aleksandr Guidrevitch
Jul 23, 2003 at 10:06 pm
Jul 24, 2003 at 9:48 pm -
Sorry about the repost, but this is driving me nuts. Has anyone gotten $r- pnotes() to work under Apache 1.3.27 and mod_perl 1.27? A simple yes will do because then at least I'll know if it's my ...
Mark Maunder
Jul 17, 2003 at 7:22 pm
Jul 21, 2003 at 4:49 am -
I used to use mod_gzip under Apache 1.3, and it worked great, saving my over 50% of my bandwidth for my mod_perl generated pages. But, it appears that mod_gzip doesn't work with Apache 2. Apache 2 ...
Bill Marrs
Jul 1, 2003 at 12:12 pm
Jul 2, 2003 at 10:36 am -
-----BEGIN PGP SIGNED MESSAGE----- I'm installing RT 3.0.4 on a fresh server and I'm getting tripped up installing mod_perl. What I'm worried about is if I install mod_perl against perl 5.8.0, will ...
Andy Harrison
Jul 17, 2003 at 6:04 pm
Jul 19, 2003 at 6:35 am -
Hi! Just wondering if Apache::HTTP_FORBIDDEN and Apache::HTTP_INTERNAL_SERVER_ERROR have been implemented? I have been trying to port Apache::AuthenNTLM, and keep getting: [Tue Jul 15 16:46:08 2003] ...
Speeves
Jul 15, 2003 at 10:09 pm
Jul 25, 2003 at 8:09 pm -
When must I to use mod_perl? It is necessary? B.
Bulba007
Jul 13, 2003 at 12:00 am
Jul 24, 2003 at 1:00 am -
perlsec says that to untaint the PATH env one should do: $ENV{'PATH'} = '/bin:/usr/bin'; delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; In plain CGI, I normally do this inside a BEGIN block; in ...
Peter Ensch
Jul 9, 2003 at 3:24 pm
Jul 15, 2003 at 4:38 pm -
9
cookies
Okay, so technically this isn't really "mod_perl" speific... but the cookie is being set with mod_perl and it's a huge mod_perl program being affected by this:) I have a cookie, the domain is set to ...Dennis Stout
Jul 16, 2003 at 9:14 pm
Jul 17, 2003 at 5:15 am -
This is irking me. $state preserves information about the request and so on. Now, $r- whatever_method works just fine.. EXCEPT for sending headers. When I visit my site, I get my nifty login page, ...
Dennis Stout
Jul 2, 2003 at 9:48 pm
Jul 3, 2003 at 8:26 am -
Hi, I've just spent quite a while tracking down a problem with a web page generated by a mod_perl program in which 8-bit ISO-8859-1 characters were not being shown properly. The software runs via ...
Steve Hay
Jul 11, 2003 at 1:05 pm
Jul 25, 2003 at 8:21 am -
I made a simple mod_perl change to the config and when restarting Apache I got this error: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:2250 no listening sockets ...
Ranga Nathan
Jul 3, 2003 at 5:04 pm
Jul 15, 2003 at 8:52 am -
Is anybody going to take a serious look at the problem that I previously reported with Apache- print()'s handling of UTF-8 data in Perl 5.8? The patch that I sent ...
Steve Hay
Jul 29, 2003 at 2:41 pm
Jul 31, 2003 at 9:43 am -
Hello, I've just come a cropper trying to reinstall mod_perl, and I'm a little desparate! Any help would be greatly appreciated. (I've 'a' mod_perl/apache running fine, but I can't get Apache::Cookie ...
Jim Morrison [Mailing-Lists]
Jul 22, 2003 at 3:34 pm
Jul 25, 2003 at 2:36 am -
Hello, I am trying to install mod_perl 2 (1.99_10) from the http://theoryx5.uwinnipeg.ca/ppms/ site, but it seems to be down. Could anyone point me to a mirror or send me the necessary files ...
Jean-Sebastien Guay
Jul 31, 2003 at 5:19 pm
Aug 1, 2003 at 8:59 pm -
Hi, i was writing my own AuthHandler with modperl v2 (v1.99_09). Getting the Username/Password-Pair from an html-form (submit via post) and finally checking it against an mysql-table works fine so ...
Fatih Gey
Jul 20, 2003 at 11:06 pm
Jul 23, 2003 at 10:14 pm -
Today I just looked at Apache::Session, and just realised I spent the last couple weeks coding what it does, more or less. I'm not sure If I should use what I wrote, or it. One thing that my code ...
Patrick Galbraith
Jul 20, 2003 at 7:45 pm
Jul 23, 2003 at 12:41 pm -
I dunno if it's an array or a reference ot an array anymore, heh. Whats happening, is instead of this thing pulling all 3 of my domains from a database, it's pulling the first domain in the list as ...
Dennis Stout
Jul 21, 2003 at 8:13 pm
Jul 21, 2003 at 9:50 pm -
Hi, I used Apache::ePerl ( http://www.ossp.org/pkg/tool/eperl/ <http://www.ossp.org/pkg/tool/eperl/ ) for a long time (up to perl 5.6.1) until our admin install perl 5.8.0 and recompiled apache and ...
Влад Сафронов
Jul 18, 2003 at 12:56 pm
Jul 21, 2003 at 7:29 pm -
I am trying to compile mod_perl-1.28 with apache_1.3.27,openssl-0.9.7b and mod_ssl-2.8.12-1.3.27. When I run configure with the following and then do a make I get all these parse error can anybody ...
Richard Kurth
Jul 17, 2003 at 3:43 am
Jul 18, 2003 at 3:47 pm -
Hello The short version: How can I force my mod_perl Authen-handler to run after mod_auth and not before it? The long version: I have been trying to do some clever things using a combination of ...
Martin Wickman
Jul 5, 2003 at 5:15 pm
Jul 15, 2003 at 12:42 pm -
Dear List, I have got a problem that I can't fix no way, no how. I am porting a Linux website to xp pro. I need to use the Apache::Request module on a range of programs to use POST and GET methods in ...
Matt Corbett
Jul 2, 2003 at 3:50 pm
Jul 2, 2003 at 7:59 pm -
I'm (very) occasionally seeing the output of Apache::Registry scripts sent to STDERR instead of STDOUT. That is, the entire http response (headers included) appears in my error log, while nothing at ...
Michael Pohl
Jul 29, 2003 at 2:47 pm
Aug 9, 2003 at 3:55 am -
hello I just donwloaded latest cvs as stated in : http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution Now I don't really understand what directory is supposed to ...
Jehan procaccia
Jul 25, 2003 at 12:50 pm
Jul 31, 2003 at 2:12 pm -
This works, separate file /tmp/test.pl: use Safe; my($compartment) = new Safe; $compartment- permit(qw(:browse)); $compartment- reval("print \"gnu\n\";"); if($@) { die $@; } print "\n\n"; (Script ...
Joel Palmius
Jul 24, 2003 at 11:17 am
Jul 25, 2003 at 9:57 am -
Will placing Apache::RequestRec & Apache::RequestIO & APR::Table in startup.pl to load them up for multiple handlers have any bad side effects? I noticed that when I load them via startup.pl the ...
Jamie Krasnoo
Jul 24, 2003 at 8:32 am
Jul 24, 2003 at 6:10 pm -
I'm unable to get Apache sucessfully configured with these releases. I get the following error: ======== Error Output for sanity check ======== cd ..; gcc -DSOLARIS2=280 -DMOD_PERL -DUSE_PERL_SSI ...
Chris Fabri
Jul 22, 2003 at 8:52 pm
Jul 23, 2003 at 2:18 pm -
This version is all about the unnecessary warnings on some systems. Thanks to Rob Bloodgood and Damyan Ivanov those complained about "uninitialized value" warnings from unused HTTP headers, and about ...
Slava Bizyayev
Jul 21, 2003 at 12:47 am
Jul 21, 2003 at 4:07 pm -
doesn't contain, the browser doesn't have the option to choose an arbitrary delimiter like a comma, or the like. So (though I can't speak for all browsers most will do the same) each value is passed ...
Dennis Stout
Jul 10, 2003 at 8:53 pm
Jul 11, 2003 at 5:51 am -
Hi Group, I have a need to access all the %ENV (cgi,mod_perl sent by the client) variables prior to invoking the content handler. I am using the modperl environment by running the cgi scripts under ...
Mark Deepak Puttnam
Jul 31, 2003 at 7:42 pm
Aug 5, 2003 at 4:20 pm -
This is something I asked before, like one or two years ago. I just want to see if a solution has come up since then. The problem is that with the normal (linux-distro) installation of apache and ...
Joel Palmius
Jul 31, 2003 at 9:13 am
Jul 31, 2003 at 4:23 pm -
Hello, While I am not new to Perl, I am completely new to mod_perl. I have a client I am working on moving a project that runs under mod_perl. He does alot manipulation with the PerlTransHandler ...
Glenn E. Bailey III
Jul 30, 2003 at 1:42 pm
Jul 30, 2003 at 2:48 pm -
Hello everyone, Hopefully someone can help me out, I am having problems during the "make test" when trying to compile mod_perl-1.99_09. Even though a "make install" will work fine without any errors, ...
Laus, Ryan J.
Jul 24, 2003 at 8:05 pm
Jul 29, 2003 at 7:53 pm -
I'm trying to get some perl scripts that work OK under mod_perl 1 working in mod_perl 2. I'm therefore using the mod_perl 1 backward compatiblity, and also the Apache::Registry from mod_perl 1 (as ...
ColinB
Jul 28, 2003 at 9:40 am
Jul 28, 2003 at 11:11 am -
Hi, Recently I found some strange behaviour of the caching-functionality of Apache. I had configured one httpd as caching proxy and a second one creating the pages. Two kind of pages are created: ...
Frank Maas
Jul 24, 2003 at 1:55 pm
Jul 28, 2003 at 7:47 am -
Hi everyone, I am new to Apache/mod_perl and everything else. I bought a fairly good book on Apache/mysql/mod_perl. Unfortunately, it is based on the Apache 1 server and mod_perl1. In doing so, it is ...
Robert Lee
Jul 24, 2003 at 6:47 pm
Jul 26, 2003 at 11:15 am -
Frank, please, i am trying to configure AuthenNTLM on a solaris 2.8 (SPARC) machine. But i did not find any sample about how to configure httpd.conf. May you help me? I had compiled apache 2 version ...
Francisco de Assis Tristão
Jul 15, 2003 at 12:01 am
Jul 25, 2003 at 8:14 pm -
-----BEGIN PGP SIGNED MESSAGE----- I'd like to install mod_perl from ports on freebsd, but it complains: Error: you don't have the right version of perl in /usr/bin. This is correct, I want to ...
Andy Harrison
Jul 22, 2003 at 2:09 pm
Jul 22, 2003 at 4:48 pm -
What would be the best way to redirect in MP2? How would I set the Location in the header? something like this? my $r = Apache- request; # docs say $r- header_out and family are now deceased. $r- ...
Jamie Krasnoo
Jul 21, 2003 at 9:20 am
Jul 22, 2003 at 12:44 pm -
This has got me stumped, any help is much appreciated: I'm using IE6 and mod_perl 1.27 with apache 1.3.27. I have mod_rewrite and mod_proxy and mod_gzip compiled into the server, but have now ...
Mark Maunder
Jul 16, 2003 at 7:49 pm
Jul 17, 2003 at 4:57 pm -
This page: http://perl.apache.org/docs/2.0/user/porting/compat.html#C_Apache__Registry___C_Apache__PerlRun__and_Friends says that mod_perl 2's ModPerl::Registry does not chdir() into the script's ...
ColinB
Jul 15, 2003 at 12:44 pm
Jul 17, 2003 at 11:25 am -
Hi all, I'm currently working on a personal project to get myself back in mod_perl programming order. However I'm more used to using mod_perl 1.0 with Apache 1.3.x. I'm going through the ...
Jamie Krasnoo
Jul 9, 2003 at 7:49 pm
Jul 16, 2003 at 2:47 am -
Following demonstrates the problem: $ cat /tmp/test.conf <Perl @Include = "/tmp/test1.conf"; </Perl Listen 43499 $ cat /tmp/test1.conf <Perl $Port = 42480; </Perl $ httpd -X -f /tmp/test.conf Syntax ...
Sreeji K Das
Jul 9, 2003 at 7:56 am
Jul 15, 2003 at 3:26 pm -
Is it possible to dynamically ban IP addresses using mod_perl. Like even the first connection from the specified ip will be rejected. I know that you can do this using httpd.conf but I am wondering ...
Mustafa Tan
Jul 12, 2003 at 2:33 am
Jul 15, 2003 at 9:54 am -
What is the preferred method of compiling mod_perl - static or dynamic? I have read that *static* linking is likely to load and execute faster, but may be wasteful of resources if there are multiple ...
ColinB
Jul 3, 2003 at 8:13 am
Jul 15, 2003 at 8:47 am
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 163 |
posts | 807 |
users | 186 |
website | perl.apache.org |
186 users for July 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)