Search Discussions
-
Hello, I think I've made good steps towards getting my scripts to work (Apache/2.0.47 (Win32) mod_perl/1.99_10-dev Perl/v5.8.0). However, now, when I try to reload one of the pages to test, IE tells ...
Jean-Sebastien Guay
Aug 5, 2003 at 3:17 pm
Aug 20, 2003 at 7:30 pm -
Patch for "The First Mystery" section of the mod_perl porting guide as per my conversation with Stas at YAPC::Europe::2003. Takes out the suggestion of creating a Perl4-style library in the same ...
Nobull
Aug 23, 2003 at 12:25 am
Nov 17, 2003 at 10:16 am -
Hello, I know this has been discussed before, but I can't seem to find the information I need to solve my problem. I'm using Apache::Reload, and I can see that my modified module is getting reloaded ...
Jean-Sebastien Guay
Aug 14, 2003 at 3:22 pm
Aug 14, 2003 at 7:55 pm -
Hello, I am a newbie to this list, so please forgive me if this is not the place where I should asking this question. I am writing a filter module for MP2 that will parse its input for certain ...
Craig Shelley
Aug 25, 2003 at 4:08 pm
Sep 5, 2003 at 1:46 pm -
Hi -- I'm following up on a previous message (below), sorry to break the thread in two. In my first post, I was wondering my handler didn't work. I said "make test" worked fine for mod_perl. Well, ...
Tofu Optimist
Aug 1, 2003 at 12:54 pm
Aug 4, 2003 at 3:21 pm -
15
Set-Cookie
Hi All, Any idea if "Set-Cookie2:" is going to be implemented in CGI.pm? Lincohn? Regards, JieJie Gao
Aug 5, 2003 at 5:47 am
Aug 6, 2003 at 3:31 pm -
I've installed apache_1.3.27 and mod_perl-1.27. When I go to run the tests in mod_perl-1.27/t (just running the first one), first it complains that it couldn't start the server. But the server is ...
Patrick West
Aug 26, 2003 at 8:46 pm
Aug 27, 2003 at 6:07 am -
Hi, how can I restart the root httpd server from within modperl? My problem is that when I call system() with say apachectl restart the father process is stopped killing the children including the ...
Dirk Lutzebaeck
Aug 11, 2003 at 9:16 pm
Aug 13, 2003 at 3:48 pm -
I am trying to write a "Hello World!"-like set up involving a PerlFixupHandler but cannot get it to work. What I want to accomplish is: 1. Configure Dispatcher.pm as a PerlFixupHandler for ...
Xavier Noria
Aug 6, 2003 at 3:43 pm
Aug 7, 2003 at 5:59 pm -
Good evening, I have done a bit of research and found some possible solutions, but none of them seem to be exactly what I want. First, the problem I need to solve... I need to protect resources in ...
Charlie Garrison
Aug 26, 2003 at 1:40 pm
Aug 28, 2003 at 3:02 am -
Hello I have a file (output_tab.pm) that I use to generate tables dynamically. Even though it serves its purpose, it goes on generating this error: "Script_name.pl: Use of uninitialized value in ...
B. Fongo
Aug 22, 2003 at 9:22 pm
Aug 27, 2003 at 4:53 pm -
I have a <VirtualHost ... PerlTransHandler Handler <Location ... </Location </VirtualHost and want to unset the TransHandler inside the <Location . How to do that? Thanks Torsten
Torsten Foertsch
Aug 14, 2003 at 10:17 am
Aug 14, 2003 at 7:40 pm -
Hello again, I have another problem trying to get one of my Perl modules to load in my startup.pl script for the first time. In a couple places in my scripts, I assume that the current directory is ...
Jean-Sebastien Guay
Aug 1, 2003 at 7:43 pm
Aug 4, 2003 at 6:08 pm -
Hello everyone, I've put HTML::Mason on a few servers now and have had problems with Apache::Request and Apache::Test on two of them. My most recent is having the problem and I'm about to go crazy if ...
K Old
Aug 25, 2003 at 2:21 am
Aug 25, 2003 at 8:05 pm -
All, I apologize if this has already been covered...I looked at the archives since May but couldn't see anything covering this (there were related items but their solutions didn't solve this ...
Steve Bannerman
Aug 5, 2003 at 4:44 pm
Aug 8, 2003 at 4:36 am -
Hi All, I'm having a weird problem using SOAP::Lite in one of my mod_perl modules. A snippet of my code is: ============================================================================ sub _dispatch ...
Simran
Aug 29, 2003 at 1:17 am
Aug 29, 2003 at 9:30 am -
I have apache2 and mod_perl2 setup and running without any problems with .PL files. In apache2 I have my test directory setup like the following: Alias /test/ C:/apache2/htdocs/ <Location /test/ ...
Js
Aug 25, 2003 at 5:53 pm
Aug 26, 2003 at 8:23 pm -
Hi, All Sorry, this post might be out of scope of this particular list, but still... don't punch me heavily :) I just think the people here might have met this problem while deploying big public ...
Aleksandr Guidrevitch
Aug 14, 2003 at 10:40 am
Aug 22, 2003 at 7:22 pm -
I've recently written some code that behaves in a way I don't understand. It's basically a Handler that works for more than one VirtualHost. For each VirtualHost that uses the Handler, a call is made ...
Cory 'G' Watson
Aug 15, 2003 at 2:05 pm
Aug 18, 2003 at 2:21 am -
Hello, When I try to start up Apache, I get the error: [error] syntax error at /usr/lib/perl5/site_perl/5.8.0/ProMP3.pm line 8, near "compile qw(:common)" Compilation failed in require at ...
Harold Martin
Aug 25, 2003 at 12:14 am
Aug 25, 2003 at 5:34 am -
I have the next problem, i am in page A that <form points to page B, that is a modperl2 handler. This handler makes a job and decides to send a cookie to the browser, and after to redirect to the ...
Gerard uolaquetalestem
Aug 9, 2003 at 2:01 pm
Aug 11, 2003 at 10:06 pm -
Greetings, I'm not sure if this should be sent here, or to the HTML::Mason list, but as its a segfault, I've sent it here first. I've just upgraded my apache/mod_perl installation, and have run into ...
Stephen
Aug 27, 2003 at 4:31 pm
Aug 28, 2003 at 9:21 pm -
hi all, I'm trying to setup Apache::Test with our apaches and have run into major troubles. CPAN refuses to install the mod without force, because all tests completely fail. t/logs/error_log then ...
Udo Rader
Aug 26, 2003 at 12:57 pm
Aug 27, 2003 at 6:41 pm -
Hello! I've downloaded apache_1.3.28.tar.gz & mod_perl-1.28.tar.gz and unarchive it to /usr/src/httpd_perl for back-end server then when I make perl Makefile.PL APACHE_SRC=../apache_1.3.28/src/ ...
Alan Rafagudinov
Aug 26, 2003 at 8:23 pm
Aug 27, 2003 at 3:52 pm -
I have a mod perl installation, but it won't accept a perl-script handler. In a Location directive I set the handler to perl-script. It fails to execute the test file properly. I set it to cgi-script ...
Gareth Kirwan
Aug 21, 2003 at 9:27 am
Aug 21, 2003 at 9:32 pm -
Can you give us the correct version of mod_perl? (It should be 1.2x or 1.99x) thanks, speeves cws
Shannon Eric Peevey
Aug 13, 2003 at 1:42 pm
Aug 14, 2003 at 10:10 pm -
I am installing Apache httpd 2.0.47 on my RH9 Intel Linux box. I get the following error when I start httpd: [root@es04 init.d]# /usr/local/apache2/bin/apachectl start httpd: module "mod_perl.c" is ...
Robert E. Shelton
Aug 8, 2003 at 8:16 pm
Aug 11, 2003 at 8:19 pm -
Hello all, I have perl programs running under Apache::Registry. Now I need to switch to mod_perl2 and can not find request object. I used to get as $r = Apache- request; But this does not work under ...
Igor Ivoilov
Aug 29, 2003 at 4:04 pm
Aug 29, 2003 at 10:47 pm -
Hi All, It looked like the Debian install problems were back. craig@teratron:~/temp/modperl-2.0$ perl Makefile.PL ************* WARNING ************* Your Perl is configured to link against libgdbm, ...
Craig Shelley
Aug 29, 2003 at 4:27 pm
Aug 29, 2003 at 7:42 pm -
Hi I am having troubles trying to install the Apache module Apache::Filter I need this module installed, so I can use Apache::SSI with Apache::ASP I already have mod_perl installed. It seems to be ...
Drox
Aug 26, 2003 at 8:23 pm
Aug 27, 2003 at 1:19 am -
Hello mod_perl, I have some problems with filtering HTTPS traffic. I modified for my needs FilterSnoop module from Stas Bekman filter tutorial. It perfectly sees HTTP data, but not HTTPS. Does anyone ...
Ilia Rassadzin
Aug 11, 2003 at 9:30 pm
Aug 22, 2003 at 10:28 pm -
I've been quite successful with mp1 (Apache/1.3.28, mod_perl/1.28, perl 5.8.0, OSX jaguar 10.2.6.), but I'd really like to get mp2 going on OSX. Has anyone had any luck or experienced this same ...
Douglas Theobald
Aug 16, 2003 at 6:03 am
Aug 16, 2003 at 4:43 pm -
I am writing a mod_perl script using CGI.pm and Apache 1.3.28/Linux. I am trying to figure out how to use Apache's mod_autoindex to display a directories contents within the output the CGI. Apache is ...
Coexec
Aug 11, 2003 at 3:37 pm
Aug 12, 2003 at 12:37 pm -
I've installed Apache::DProf, but it seems hardly any of the calls are profiled. dprofpp shouws MOF::Dispatcher::handler as taking up 100% of the time, but there is no information recorded in for ...
Brian Hirt
Aug 29, 2003 at 10:03 pm
Aug 30, 2003 at 7:42 pm -
What's the diference between DBI and Apache::DBI? -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html
""
Aug 19, 2003 at 12:11 am
Aug 28, 2003 at 11:57 pm -
Hello everyone, I've set mod_perl up with Apache::DBI on several servers, both with mod_perl from RPM's and building it myself, but I am having a horrible time with a new server I've just built. Go ...
K Old
Aug 15, 2003 at 2:39 pm
Aug 18, 2003 at 3:43 pm -
I'm trying to do some development work with mod_perl and find restarting the server a pain. So I setup Apache::Reload, but it doesn't seem to want to see my local devel directory all the time. Here's ...
Bruce Tennant
Aug 12, 2003 at 1:25 am
Aug 13, 2003 at 11:29 pm -
Hello all, I am using CGI::App 3.1, Apache 1.3.27 and mod_perl 1.28 Here's the problem. I'm trying to set a cookie (using CGI's cookie method and C::A's header_props method). When the site was ...
Petersm
Aug 1, 2003 at 4:56 pm
Aug 3, 2003 at 7:34 pm -
hi all, for one of our webprojects I have to setup the typical apache1-mod_perl-mod_ssl httpd, which is not too difficult. Our sysadmin rules however require me to set this up as _one_ nice RPM ...
Udo Rader
Aug 22, 2003 at 11:52 am
Aug 22, 2003 at 10:35 pm -
Hello, I've been having trouble running npi-cgi scripts under Apache 2.0.40. which came with rh 8.0, so am trying a more recent version of Apache. I downloaded the tarball for 2.0.47, compiled and ...
John Francis Lee
Aug 21, 2003 at 4:30 am
Aug 21, 2003 at 6:16 pm -
Here's a little snippet from a sample script: package MyApache::MyPackage; use strict; use warnings; use Apache::RequestRec (); use Apache::RequestIO (); use Apache::DBI; use APR::Table; use ...
Bill Rini
Aug 20, 2003 at 8:40 pm
Aug 20, 2003 at 11:01 pm -
Dear List, It seems a silly one, anyway I'm somewhat confused about how to pass parameters from the UNIX command line: Suppose I have my working PERL script and passed parameter on an URL as: ...
Fabián R. Breschi
Aug 8, 2003 at 12:14 pm
Aug 8, 2003 at 2:03 pm -
Taking a step or two back I have started the process over again. I have created my download directory for a non-root user and built and compiled perl 5.8.0, which went smoothly and passed all of the ...
Hodge, Jeff F (ECIII)
Aug 6, 2003 at 1:33 am
Aug 6, 2003 at 6:49 pm -
Hello! I have the next html code: <select name="sel_name" multiple <option Smth_1 ... <option Smth_n </select User is able to select many values in the list, how can I get all of them in my mod_perl ...
Alan Rafagudinov
Aug 5, 2003 at 4:36 pm
Aug 5, 2003 at 5:45 pm -
I'm having a lot of problems with installing mod_perl/apache/ properly. Also installing through CPAN is an issue with certian modules as well. Suse 8.0/ linux 2.4/perl5.8.0/mod_perl1.28Apache1.3.28/ ...
Hodge, Jeff F (ECIII)
Aug 4, 2003 at 9:43 pm
Aug 5, 2003 at 4:18 pm -
httpd2 2.0.47, mod_perl 1.99_09 ------------------------------ httpd does segfault when I try to connect to the database (mysql or interbase). It faults somewhere in libnss_db.so. It works well if I ...
Danil Pismenny
Aug 3, 2003 at 8:29 am
Aug 5, 2003 at 6:44 am -
Hi I am puzzled. I installed libapreq1.2 on a server the normal way (perl Makefile.PL, make, make test, make install) and now my server refuses to run Apache::Cookie or Apache::Request. It complains ...
Iphi
Aug 3, 2003 at 5:19 pm
Aug 4, 2003 at 7:38 am -
I have a web service that need to get "stuff" from the system and is using the following subroutine to retrieve info. sub systeminfo { if (open(FROMADMIN,"-|")) { # parent undef local $/; my $rv = ...
Michael
Aug 29, 2003 at 1:35 am
Aug 29, 2003 at 5:46 pm -
I in the process of switching my scripts over to Mod Perl. I decide since Mod Perl doesn't like Sub routine in the the main program I'd export make Modules out of the more come ones. Simple process I ...
Tim Edwards
Aug 28, 2003 at 8:11 pm
Aug 28, 2003 at 9:15 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 110 |
posts | 567 |
users | 129 |
website | perl.apache.org |
129 users for August 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)