Search Discussions
-
Hi! Anyone that has any good links or any good input on using the worker MPM and ithreads with mod_perl 2 and Apache 2 Kind Regards, Stefan Cars -- Report problems: http://perl.apache.org/bugs/ Mail ...
Stefan Cars
Feb 20, 2004 at 1:51 pm
Feb 25, 2004 at 12:27 am -
In an attempt to disprove my sanity, I did a quick swap out of Apache::Registry for Apache::PerlRun, expecting that a good portion of my problems [1] would go away. Oddly, they didn't. In fact, there ...
Morbus Iff
Feb 18, 2004 at 9:56 pm
Feb 24, 2004 at 8:25 pm -
Good day. I'm hoping someone can shed some light on this. I'm building a series of scripts with the intent to make them usable under both mod_perl and regular .cgi at the same time: I really don't ...
Morbus Iff
Feb 13, 2004 at 5:04 pm
Feb 18, 2004 at 3:15 pm -
Okay, I need a little feedback here on which of these talks I should submit for conferences this year. The people on this list make up a lot of the core audience for tech talks like this, so I'm ...
Perrin Harkins
Feb 3, 2004 at 11:14 pm
Mar 21, 2007 at 7:01 am -
A while ago I attended an interesting talk by Stas at the Vancouver pm. The idea of building an SMTP server using mod_perl was mentioned and the task kind of appealed to me, so here's my first ...
Mock
Feb 23, 2004 at 9:21 am
Feb 24, 2004 at 8:45 pm -
I'd like to create a wrapper around Apache::Session that would automatically create the session based on either a query/POST parameter, or a cookie (or try both), based on the code in ...
Dave Rolsky
Feb 23, 2004 at 4:38 am
Feb 25, 2004 at 7:38 pm -
Hi all, I managed to get the tests to run after applying the ipv6.patch that Stas posted the other day, but none (or not many tests are passing). I think the problem is not in the server though, I ...
Andrew Wyllie
Feb 4, 2004 at 8:25 pm
Feb 17, 2004 at 11:26 pm -
Is there a way to force apache to stay in memory. My linux box swaps children out (shown in brackets in ps) during long periods of low activity, and swapping them back in is causing latency for my ...
Mark Maunder
Feb 29, 2004 at 10:52 am
Mar 1, 2004 at 9:14 am -
I've released Apache::Session 1.6, which I had planned for New Year's Day. Truly, it takes only a few minutes or at most a few hours to apply, test, and release improvements and fixes. However, I ...
Jeffrey W. Baker
Feb 24, 2004 at 8:27 pm
Apr 2, 2004 at 7:14 pm -
Has anyone successfuly compiled mod_perl 1.29 from source on Debian Woody? I have the mod_perl source in /usr/local/src/mod_perl-1.29 and apache 1.3.29 source in /usr/local/src/apache_1.3.29. I run ...
Slade Edmonds
Feb 25, 2004 at 3:33 pm
Feb 25, 2004 at 6:31 pm -
Hi, In a perl handler, I'm doing a stat on a module file, and if the file has been modified, I'm reloading the module by slurping the file into a scalar and eval'ing it. The module has a few subs and ...
Mark Maunder
Feb 27, 2004 at 9:34 am
Feb 28, 2004 at 1:00 am -
Hi All, I have a problem with building mod_perl on Solaris 8. Firstly, a quick overview of my setup (more detailed output from everything at the end) :- OS: Solaris 8 2/02 GCC - tried various 3.x ...
Mark Round
Feb 2, 2004 at 1:29 pm
Feb 3, 2004 at 3:09 pm -
Hello, Due to about 200,000 lines of legacy mod_perl code that is written for MP1 and Apache::Request, In order to migrate to mod_perl2 app by app, we have set up a reverse proxy on the same ...
Richard F. Rebel
Feb 25, 2004 at 8:15 pm
Feb 26, 2004 at 10:55 am -
Does anyone know of a way to install modperl 2 under a different directory tree (say under /opt/modperl_1.9.12) in Redhat Linux 7.X? ...
Hamilton, Henrique H
Feb 6, 2004 at 7:55 pm
Feb 11, 2004 at 9:34 am -
mod_perl = 1.27 I am trying to setup a <Perl section in my httpd.conf file that will retrieve the web server's environment variables. I've tried several methods and all lead me back to the same ...
Gary C. New
Feb 6, 2004 at 1:00 am
Feb 7, 2004 at 8:31 am -
I am writing a secure download ResponseHandler that sends a file to the user. I have simple sends working fine with sendfile($filename) but I also need to handle 206 Partial Content as the files I'm ...
Andy Grundman
Feb 27, 2004 at 2:56 am
Feb 27, 2004 at 1:30 pm -
I've got shared ssl setup with mod_rewrite and I am trying to figure out the best way to direct logging for each of the vhosts using the shared ssl connection and thought mod_perl might be good for ...
Gary C. New
Feb 25, 2004 at 10:19 am
Feb 26, 2004 at 8:40 pm -
I'm not sure if anyone has noticed this, so I thought I'd post. If I create a string using here syntax: my $string <<EOF; ... ... EOF print $string; And $string contains UTF-8 characters they get ...
Matthew Darwin
Feb 25, 2004 at 4:57 pm
Feb 25, 2004 at 8:39 pm -
Please note I googled, and found only very off track threads a while back I am redesigning an application that currently uses Apache::ASP and for a variety of reasons I believe my best approach is to ...
Peter Galbavy
Feb 20, 2004 at 10:18 am
Feb 20, 2004 at 10:48 pm -
Hi! I'm having trouble getting doing some perl configuration within <Perl </Perl in httpd.conf with Apache 2 and mod_perl 2 (both latest version as of today). Using this do not work: use Apache::DBI; ...
Stefan Cars
Feb 14, 2004 at 11:06 pm
Feb 15, 2004 at 9:08 am -
Hi, I'm having a weird 'problem'... actually, it's just a nuisance, but I'd like to know if 1) it can be solved 2) it's only a nuisance or it could be hidin' something else... I'm using: apache httpd ...
Mariano Absatz
Feb 4, 2004 at 11:40 pm
Feb 14, 2004 at 7:45 pm -
Hey all, Poured over a number of texts online and having trouble easily converting a mass quantity of existing code to work well under mod_perl in an easy-to-manage method. Currently, we have a few ...
Ian douglas
Feb 11, 2004 at 2:14 am
Feb 11, 2004 at 7:19 pm -
Hi Can I link mp2 statically? I have looked in the 2.0 docs, specifically <http://perl.apache.org/docs/2.0/user/install/install.html#MP_USE_STATIC and tried that magic, but the apache ./config.nice ...
Beau E. Cox
Feb 9, 2004 at 1:37 am
Feb 11, 2004 at 1:08 am -
To help improve script speed with mod perl, we need to somehow embed an executable inside a mod_perl script. Take for example, top. Is it possible to embed top inside a mod_perl script and/or keep it ...
Pierre Smolarek
Feb 9, 2004 at 8:42 pm
Feb 10, 2004 at 11:17 pm -
Hello all, I'm new to the list, and I apologize if these questions seem too elementary, but I did not seem to be able to find definitive answers elsewhere. I would like to start using mod_perl12, and ...
Cyberintense
Feb 18, 2004 at 5:36 pm
Feb 19, 2004 at 3:02 am -
Apache/2.0.48 (Unix) mod_perl/1.99_12 Perl/v5.8.0 Should I have any difficulty running a simple socket UDP Perl module under the above configuration? Run directly from Perl, I'm able to send/recv ...
Mmaciag
Feb 6, 2004 at 3:34 pm
Feb 16, 2004 at 6:41 pm -
Hi, I'm trying to get mod_perl running on my OS X (panther) system, and am running into some issues with IO. I've got a trivial script which runs properly as a cgi, but fails under Apache::PerlRun or ...
Pat Eyler
Feb 12, 2004 at 3:33 am
Feb 12, 2004 at 8:37 pm -
Hi all, I've install/configure an Apache server with SSL support (and client authentication). How can I print in the client web page his certificate complete?? Thanks and regards, ------ Manuel Gil ...
Manuel Gil Perez
Feb 6, 2004 at 10:51 am
Feb 6, 2004 at 6:59 pm -
Hello, I maintain the popular Data::FormValidator module, and am just starting to use modperl myself. A couple of my users spotted a modperl-related bug in the module. I've read the "CGI porting" ...
Mark Stosberg
Feb 28, 2004 at 4:41 pm
Feb 29, 2004 at 5:30 pm -
I ahve a piece of code that tries to use Apache::Constants through use Apache::Constants qw( REDIRECT ); But when this code is run, I get the following error message: [error] Can't locate object ...
Sasan Dashtinezhad
Feb 19, 2004 at 11:10 pm
Feb 19, 2004 at 11:31 pm -
Hi, [Apache 2.0.48/mod_perl 1.99_12, linux (debian) 2.4.x] Anyone using the $val arg for Apache::RequestRec::proxyreq(), per http://perl.apache.org/docs/2.0/api/Apache/RequestRec.html#C_proxyreq_ ? ...
John D.Lima
Feb 19, 2004 at 7:08 pm
Feb 19, 2004 at 11:06 pm -
The make problem seems to be because $top_builddir is NOT defined. Assuming you are building in the same directory as top_srcdir, as I am, move the 'empty' top_builddir def to the top of the file as: ...
Beau E. Cox
Feb 18, 2004 at 8:52 pm
Feb 18, 2004 at 10:07 pm -
This may be day 1 stuff for most of you, but... What's the quckest way to determine the URL that made the current request in mod_perl 1? -- Report problems: http://perl.apache.org/bugs/ Mail list ...
Ian Joyce
Feb 13, 2004 at 1:47 pm
Feb 13, 2004 at 2:15 pm -
Hi! Thanks for your answer but I have additional question: 1. I have two possibilities to get XXX value: - from database via SQL query - from Radius system via LDAP guery As far as mod_perl is ...
Stingray
Feb 1, 2004 at 1:15 pm
Feb 12, 2004 at 9:14 pm -
Hi, I have a problem with mod_perl and base.pm, maybe it's a bug, but i'm not sure yet. Test machine is: Debian unstable with Apache 1.3.29, mod_perl 1.29 and Perl 5.8.3 This is the failure message ...
Sebastian Riedel
Feb 11, 2004 at 8:12 pm
Feb 11, 2004 at 8:43 pm -
Hello, Sending mail to this list is not working properly. This is a test through Comcast's web interface instead of OE. 'Course if you have a clue, regarding this problem, I'd like to hear from you. ...
Jon Mangin
Feb 9, 2004 at 9:45 pm
Feb 11, 2004 at 4:50 am -
Hello, I am writing this here because when I googled about this problem, Stas had found this bug as well and highlighted it's particularly bad side effects in persistent mp apps. I realize that it's ...
Richard F. Rebel
Feb 9, 2004 at 6:07 pm
Feb 11, 2004 at 4:37 am -
The installation of libapreq2 on my machine failed when using Activestate's ppm utility. My setup is Win2K, ActivePerl 5.8.2 build 808 and Apache v2.0.48 which is installed under dir ...
Maurice Height
Feb 5, 2004 at 1:07 pm
Feb 6, 2004 at 4:32 pm -
Has anyone seen this behavior? Working on a custom WebDAV server. Need to reply with XML and Multi-Status response. $r- status(Apache::HTTP_MULTI_STATUS); or $r- status(207); always results in the ...
Suburbanantihero
Feb 1, 2004 at 4:30 am
Feb 2, 2004 at 3:55 pm -
Hello, I'm a new modperl user, and I'm trying to figure out the joy that is Apache::Reload. I keep having an issue where it can't find the modules to reload, apparently due to relative path names. In ...
Mark Stosberg
Feb 26, 2004 at 8:51 pm
Mar 22, 2004 at 4:59 am -
Hi all, Background: I've developed an application that uses a modified version of Apache::TicketTool (from the book) which I've ported to work with mp2. My development platform is WinXP with Apache ...
Scott Scecina
Feb 20, 2004 at 3:36 am
Feb 23, 2004 at 5:31 pm -
Using Apache/1.3.27 (Unix) mod_gzip/1.3.26.1a mod_perl/1.27, perl 5.8.0. Hi, I'm working with some servers which print debugging messages through a wrapper function that calls Apache::Log::debug, ...
Frederik
Feb 19, 2004 at 1:58 am
Feb 20, 2004 at 3:14 am -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: After successful compile mod_perl-1.99_12 i try load mod_perl.so in httpd (Apache/2.0.48) i recive message ...
Roman Bessyadovskii
Feb 11, 2004 at 9:52 am
Feb 17, 2004 at 8:07 am -
I am very near in completing a module that allows one to dynamically re-map Apache's DocumentRoot directive based on a given URI. I've been able to get past several obstacles, but am having a very ...
Gary C. New
Feb 11, 2004 at 2:38 am
Feb 13, 2004 at 9:42 pm -
Hi, I have a strange problem here: -OpenBSD 3.4 -Apache/1.3.28 (Unix) AxKit/1.62 mod_perl/1.29 PHP/4.3.4 mod_gzip/1.3.26.1a mod_ssl/2.8.15 OpenSSL/0.9.7b -perl, v5.8.0 mod_perl is unable to locate ...
Steffen Beyer
Feb 9, 2004 at 11:41 pm
Feb 11, 2004 at 7:18 pm -
I have a static installation of mod_perl-1.29 with apache-1.3.29. Apache::Registry lines are commented in httpd.conf and startup.pl. Apache::Status shows that ::Registry is not loaded. Why does my ...
Jonathan Mangin
Feb 9, 2004 at 2:24 pm
Feb 11, 2004 at 9:00 am -
[attempted post previously, but seems to have been silently swallowed.] I have an apache server using mod_proxy that is acting like an open proxy even though I have ProxyRequests turned Off. the conf ...
Vincent Kargatis
Feb 7, 2004 at 3:53 am
Feb 11, 2004 at 12:28 am -
Would anyone be able to toss a dog a bone? I have this in my httpd.conf and the server starts up fine, but when I try to access the page it doesn't do any authentication. I also tried it in ...
Dooley, Michael
Feb 10, 2004 at 4:16 pm
Feb 10, 2004 at 10:22 pm -
Well, one pointer is: can you give a _wee_ bit more detail than "all fail"? As you no doubt know from your users, saying "it doesn't work" doesn't make for an easy time tracking down a problem... ...
Shannon Eric Peevey
Feb 7, 2004 at 12:10 pm
Feb 7, 2004 at 12:14 pm -
Hi - I have a serious development effort going w/mp2. I am coding and testing a lot of perl modules for use within the project. Is there any way to reload perl modules w/o restarting Apache? I'm ...
Beau E. Cox
Feb 4, 2004 at 1:03 pm
Feb 4, 2004 at 3:41 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 112 |
posts | 535 |
users | 120 |
website | perl.apache.org |
120 users for February 2004
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)