Search Discussions
-
I've isolated this pretty well... hope someone has some insight: After a fresh* install of FreeBSD 4.8, I can build Apache alone with mod_ssl, and Apache alone with mod_perl (static). However, I'm ...
Bryn Dyment
Oct 20, 2003 at 10:38 pm
Nov 25, 2003 at 11:04 pm -
Hi, I am using the apache module Apache-AuthenNTLM-2.04 with apache 1.3, but I am having some problem with it. I view some time_wait session to windows pdc and many error in apache's error.log. ...
Shannon Eric Peevey
Oct 30, 2003 at 5:23 pm
Nov 10, 2003 at 12:12 pm -
Hi, I have an Apache 1.3.27/modperl 1.27 site using HTML::Mason 1.20 with MasonX::Request::WithApacheSession 0.23 on a Redhat 7.3 system. The site gets about 5,000 hits/day. Each day, a few dozen ...
Dan McCormick
Oct 1, 2003 at 7:54 pm
Oct 8, 2003 at 10:57 am -
Hi all, I'm running a lot of mod_perl handlers on a rather old Red Hat Linux, RH 6.0 on intel. Everything has been working fine until now. Server: Apache/1.3.6 (Unix) (Red Hat/Linux) mod_perl/1.21 ...
Robert Friberg
Oct 26, 2003 at 8:19 am
Nov 1, 2003 at 3:52 pm -
Hi, on my Linux system (Slackware 9.0) Apache segfaults in mod_perl as soon as it receives the first request. This started after I upgraded to Perl 5.8.1 (from 5.6.0). The Apache version is 1.3.28, ...
Joachim Feise
Oct 11, 2003 at 1:41 am
Oct 14, 2003 at 7:19 pm -
Hi, I'm trying to find a way in which I can stash some commonly used data (e.g. a database handle) in a location that I can access from anywhere within a large OO mod_perl application. After learning ...
Morton-Allen, Matt
Oct 9, 2003 at 12:13 am
Oct 10, 2003 at 12:05 am -
Hi, Appologies if this is to the wrong list, I thought I'd start here to see if I'm doing something wrong first, and then move to the dev list if I can't resolve my problem. None the less, a bug ...
Scott Beuker
Oct 30, 2003 at 5:47 pm
Oct 31, 2003 at 10:00 pm -
I'm currently working on a project to transform web content. It's basically a proxy server that has some Mod_Perl filters loaded to perform the transformations. Below is a diagram that shows how the ...
Pringle, Chris (HP-PSG)
Oct 2, 2003 at 12:36 pm
Oct 8, 2003 at 7:37 am -
I've got a server running on port 9000. If I call $r- get_server_port in a PerlResponseHandler I get the correct value (9000), but if I call that in a method when Apache::XMLRPC::Lite is the ...
Matisse Enzer
Oct 6, 2003 at 7:32 pm
Oct 9, 2003 at 12:41 am -
Hi, I'm using Apache with Mod_Perl configured on a win XP box. Perl scripts prepare WML cards to return to a CGI request. This works fine if requests come from mobile phones. However, if I type the ...
Angela
Oct 25, 2003 at 9:58 pm
Oct 28, 2003 at 2:24 am -
I have a small problem with Apache::compat. I have got some mp1 code running under mp2 using Apache::compat, but I had to change it a little bit in order to do that. A few places we have the ...
Christian Laursen
Oct 21, 2003 at 12:19 pm
Oct 22, 2003 at 12:40 pm -
We moved our webserver from a machine where mod_perl was built under Perl 5.6.1, to a server where it was built under 5.8.1. Now, Perl scripts run but produce no browser output! For example: ...
Jeff Boes
Oct 15, 2003 at 9:02 pm
Oct 16, 2003 at 5:06 pm -
I am trying to get a new configuration going. When I start 2.0.47 I get: # /etc/rc.d/init.d/httpd start Starting httpd: Syntax error on line 1110 of /etc/httpd/conf/httpd.conf: <Perl directive ...
Chris M
Oct 8, 2003 at 3:45 pm
Oct 8, 2003 at 11:09 pm -
I have perl-5.8.0 installed on Mac OS X 10.2.8 in /usr/local with no problems. The other day I installed Apache::Scoreboard but when I try running ... #!/usr/bin/perl -w use strict; use ...
Ray Zimmerman
Oct 20, 2003 at 6:50 pm
Oct 21, 2003 at 5:33 pm -
Hi All, I have a PerlTransHandler where i am doing something to the effect of: my $request = instance Apache::Request(shift); $request- document_root("/home/testuser/www"); $request- ...
Simran
Oct 17, 2003 at 1:11 am
Oct 20, 2003 at 3:02 am -
I recently gave some advice on perlmonks.org to a person who was concerned about what his migration path would be if he develops for mod_perl 1 right now. I told him he will be safe if he uses ...
Perrin Harkins
Oct 15, 2003 at 6:54 pm
Oct 16, 2003 at 4:36 pm -
Having googl'd and read various faqs, cookbooks... Site worked OK under CGI, but slowly -- on an old machine. I have converted to mod_perl only using the Apache::Registry. Application uses CGI::App ...
Eric Moore
Oct 28, 2003 at 11:13 pm
Oct 30, 2003 at 4:00 pm -
Can someone comment on some advantages/disadvantages? Does opening a new browser causes a new session in either of the two? thanks ----------------------------------------- eMail solutions by ...
Perl
Oct 21, 2003 at 4:00 am
Oct 21, 2003 at 3:47 pm -
This is my setup: RedHat 8 - Kernel 2.4.20-20.8 Apache 2.0.47 perl 5.8.0 mod_perl 1.99_10 When I run make test I receive the following message /usr/local/apache2/bin/httpd -d ...
Tim Smith
Oct 16, 2003 at 8:20 pm
Oct 18, 2003 at 12:40 am -
Hi! I have 2 virtual server running 2 different applications under mod_perl. Each application/vserver has it's own vConfig.pm It works fine under normal CGI, but under mod_perl the vConfig.pm are ...
Denis Banovic
Oct 6, 2003 at 11:47 am
Oct 6, 2003 at 7:27 pm -
I'm trying to store an object (simple datatype, just a blessed hash inside) within Apache::Session. I'm doing this: $session- {tax_swap}- {preview_sell_candidates} = \@items; where @items is an array ...
Brendan W. McAdams
Oct 23, 2003 at 5:48 pm
Oct 24, 2003 at 1:17 pm -
Hi all, I am using RH8.0. I used Apachetoolbox to build an Apache/mod_ssl/mod_perl system with the supplied Perl 5.8.0, Apache 1.3.28 and mod_perl 1.28. For my task I need Date::Calc - which had ...
John Day
Oct 23, 2003 at 4:59 am
Oct 23, 2003 at 8:15 pm -
I'm getting a new id with every refresh click; so, how am I suppose to know it is the same session? Here's my code: #!/usr/bin/perl use Apache::Session::File; use strict; use warnings; my %session; ...
Perl
Oct 21, 2003 at 5:17 am
Oct 21, 2003 at 4:01 pm -
[1] When should one use err_headers_out and when should one use headers_out? I know when redirecting the former is used for Set-Cookie and the later is used for Location (Practical Mod Perl p. 756), ...
Tofu Optimist
Oct 18, 2003 at 2:31 pm
Oct 19, 2003 at 1:22 am -
We have just put the Apache::SizeLimit in place to try and cap the size of the processes however we still seem to see processes that are larger than the limit we set any ideas on why this would be ? ...
Mike Norton
Oct 16, 2003 at 2:56 pm
Oct 16, 2003 at 4:40 pm -
What's the "right way" in mod_perl2 to find the PATH_TRANSLATED in a PerlRepsonsehandler? The general situation is that i am trying to replace a CGI with a PerlResponsehandler. The CGI is currently ...
Matisse Enzer
Oct 13, 2003 at 10:49 pm
Oct 14, 2003 at 9:02 pm -
6
Swapping
We are currently experiencing some problems with our mod_perl setup the server we are using is a Dual Xeon 2.4Ghz running Redhat AS 2.1, 4GB Ram , Apache/1.3.27 (Unix) mod_perl/1.27. When the server ...Mike Norton
Oct 13, 2003 at 12:34 pm
Oct 13, 2003 at 6:54 pm -
I had the following in wdbi.cgi that failed: open(STDERR, " &STDOUT") || die "Can't dup stdout: $!\n" In Apache's error_log, i have: ModPerl::Registry: $r wasn't passed at... Any ideas what went ...
Kelly Zeng
Oct 9, 2003 at 9:51 pm
Nov 17, 2003 at 7:01 pm -
Hi, Imagine for a moment ... you're stuck on a deserted island and there's no hardware load balancer vendor in sight. With only coconuts, five linux servers and an Internet connection you need to ...
Nigel Hamilton
Oct 26, 2003 at 9:42 am
Oct 27, 2003 at 12:37 am -
I have a little more data. I don't think its the database handler that is giving me trouble. I think its the statement handler. As some other queries work in the same module before I get to the ...
Levon Barker
Oct 23, 2003 at 5:11 pm
Oct 23, 2003 at 7:00 pm -
Hello again, I'm not sure I fully understand the question, but I don't think it really matters as long as things are clear. If when you forward mail you don't add something to the message body to ...
Ged Haywood
Oct 15, 2003 at 4:14 pm
Oct 15, 2003 at 9:09 pm -
The URL http://apache.org/dyn/closer.cgi/perl/mod_perl-1.29.tar.gz or http://www.perl.com/CPAN/modules/by-module/Apache/mod_perl-1.29.tar.gz has entered CPAN as file: ...
Philippe M. Chiasson
Oct 13, 2003 at 6:02 pm
Oct 15, 2003 at 12:58 pm -
This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/ Please cc any replies to cpan-testers@perl.org to ...
DH
Oct 2, 2003 at 2:26 am
Oct 3, 2003 at 3:20 pm -
Hi, Find attached (and inline) a patch for smoother running of "make test" when running as a non-privileged user. This issue came to light while running Gentoo Linux. The Gentoo package system ...
Haroon Rafique
Oct 1, 2003 at 9:05 pm
Oct 2, 2003 at 6:33 am -
In my never ending search for more elegant looking and self-documenting code I decided to try out the Switch module. In the following fragment of code: #!/usr/local/bin/perl # AppSys: Manage Profile ...
John Day
Oct 30, 2003 at 4:23 pm
Oct 30, 2003 at 6:00 pm -
I have a <Perl section in my apache configuration file -- when apache starts up, it prints out some configuration details as it modifies the configuration. I noticed today while stopping via ...
Cory C. Omand
Oct 24, 2003 at 4:49 pm
Oct 24, 2003 at 9:33 pm -
Although I can get RegistryNG working just fine, I can't seem to get RegistryBB working. It insists it cannot find the handler, even though I should be able to just change NG to BB in the config ...
Justin
Oct 24, 2003 at 12:23 am
Oct 24, 2003 at 6:49 am -
Hi, Sorry my english... when i use Apache::DBI and my system stay away for long time, the site have problem because connection is down. for resolv the problem i add in startup.pl: Apache::DBI- ...
Udlei Nattis
Oct 21, 2003 at 12:31 pm
Oct 21, 2003 at 7:31 pm -
Hi! I wrote a module that needs a SUID helper application, but I can't figure out how to write the Makefile.PL to let the SUID installed. I really apreciate your advice. Regards -- Ing. Héctor Daniel ...
Héctor Daniel Cortés González
Oct 21, 2003 at 3:38 pm
Oct 21, 2003 at 5:49 pm -
As I was writing for Chris the test that manipulates HTTP headers and seeing that it's not trivial for the end users (due to the http_in core httpd filter's implementation), I've realized that the ...
Stas Bekman
Oct 8, 2003 at 6:25 am
Oct 15, 2003 at 2:05 am -
hi, we have some troubles with internal_redirect after upgrading to 1.99_10, here's what we try to do: before mp 1.99_09 this line used to work: -------CUT------- $r- internal_redirect( $r- uri ); ...
Udo Rader
Oct 10, 2003 at 6:06 pm
Oct 15, 2003 at 12:54 am -
I recently migrated my perl/CGI.pm scripts from an IIS server to Apache 1.3.28 on the same Win2k server. I saw immediate speed improvements using Apache::PerlRun. Using 'practical mod_perl' as a ...
Todd
Oct 6, 2003 at 3:38 pm
Oct 6, 2003 at 11:54 pm -
Hi, On Debian linux, fter apt-get upgrade which fetched 1.27-7 of libapache-mod-perl, the Apache server does not start anymore (just gets Segmentation fault). This happens only when the conf file ...
Przemyslaw Jaroszewski
Oct 2, 2003 at 1:41 pm
Oct 3, 2003 at 7:51 am -
Hello , Hello! I have a problem and can't get it how to solve it. When I'm using 'use Module;' in if..elsif statement I've got situation when all modules is included. For example (from code snippets ...
Andrey A. Kudrin
Oct 27, 2003 at 3:51 am
Oct 27, 2003 at 11:23 am -
Hi Shannon, I was reading your post from June 25 concerning authenNIS. I am on a Linux 8 machine and I am running Apache. I am trying to have NIS authenticate users who try to access a certian ...
Shannon Eric Peevey
Oct 20, 2003 at 7:40 pm
Oct 25, 2003 at 12:14 am -
I'm looking for the download of Apache::Session. There is a lot of docs on it but where is the download? thanks ----------------------------------------- eMail solutions by http://www.swanmail.com
Perl
Oct 20, 2003 at 10:11 pm
Oct 20, 2003 at 11:08 pm -
We have a web app which consists of some very expensive dynamic pages. Network bandwidth isn't an issue, but web-server CPU load is. We used to run a front-end webserver, back-end webserver and ...
Ray Zimmerman
Oct 16, 2003 at 2:15 pm
Oct 16, 2003 at 7:45 pm -
Hi -- I have a site which mananges photos for visitors. I log cookies to a log file using the recipe from http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlLogHandler. Here's the code ...
Tofu Optimist
Oct 14, 2003 at 6:07 pm
Oct 16, 2003 at 2:35 pm -
Hi! You are making me dust off the cobwebs!!! ;) Anyways, I think that the problem is not the version of NTLM, but the browser that you are using. Your browser is sending: [13573] AuthenNTLM: ...
Shannon Eric Peevey
Oct 9, 2003 at 3:01 pm
Oct 14, 2003 at 9:48 pm -
Hi list, I wrote an Apache Configuration Directive which works fine. Now it should also work with VirtualHosts so I try to use the following borrowed from 'Writing Apache Modules with Perl and C': ...
Thomas Nagel
Oct 9, 2003 at 12:12 pm
Oct 10, 2003 at 11:10 am
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 113 |
posts | 527 |
users | 126 |
website | perl.apache.org |
126 users for October 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)