Search Discussions
-
Hi all Here's a stripped-down version of a script I use: =================================================================== use Image::Magick; my $image=Image::Magick- new(size= '75x75'); $image- ...
Paolo Campanella
Feb 27, 2003 at 1:39 pm
Mar 4, 2003 at 11:23 am -
G'day all, Got a bit of a weird set of behaviour with a mod_perl Apache::Registry type script. HISTORY: I've been using MD5 digests of the html sent from my scripts as ETags, hence saving an ...
David Dick
Feb 1, 2003 at 10:40 pm
Feb 11, 2003 at 11:22 pm -
I'm getting the error below for every cc in the make: "/usr/local/perl5.8.0/lib/5.8.0/aix/CORE/config.h", line 41.9: 1506-236 (W) Macro name __attribute__ has been redefined. ...
Priest, Darryl - BALTO
Feb 26, 2003 at 8:34 pm
Mar 27, 2003 at 1:32 am -
Hi. Some know web hosting providers with mod_perl support... Regards..
Fco. Valladolid
Feb 28, 2003 at 6:18 am
Mar 4, 2003 at 1:24 am -
Hi List, In theory Authentication / Authorization handlers are very cool, because the application underneath it doesn't need to know the logic of it, and as long as you design web applications with ...
Jean-Michel Hiver
Feb 27, 2003 at 10:42 am
Feb 27, 2003 at 8:42 pm -
Hi, My problem seems like one that would be well documented, but I can't find anything in any of the docs and even goggle groups only had one message and the solution didn't relate. Anyway, I've ...
Chris Faust
Feb 14, 2003 at 2:05 pm
Feb 18, 2003 at 6:47 pm -
All, I was wondering if it is possible to Create a Handler that points a user at a page with an animated gif saying something like "Please wait", and then when my other handlers have finished display ...
Martin Moss
Feb 14, 2003 at 1:33 pm
Feb 17, 2003 at 10:57 pm -
Scanning both dev.modperl and here, I've found a couple of mails concerning OpenBSD and mod_perl 2 (1.99_08) with Apache 2.0.44, I've tried a few quick hacks and have been unable to get it working ...
Carl Brewer
Feb 21, 2003 at 3:18 am
Feb 28, 2003 at 2:53 pm -
Folks I don't know if this an Apache problem, or a mod_perl problem. Apache::Reload outputs a UTC date rather than a local date, when it encounters an error. Here's an excerpt from my log. Notice how ...
Ron Savage
Feb 16, 2003 at 11:58 pm
Feb 27, 2003 at 8:51 am -
I kept records last time. But in between we upgraded FreeBSD and it's never possible to keep ALL possible records. I _did_ have mod_perl. I tested it. That was 8 months ago. Things morph. It's very ...
Vicki Brown
Feb 8, 2003 at 8:17 pm
Feb 9, 2003 at 7:20 pm -
Hello All, We have a server running in a Linux machine, now we would like to present the data in a browser using HTML interface. Can anyone suggest me which is the best one (CGI or PHP or modperl) to ...
Devi .M
Feb 13, 2003 at 5:48 am
Jun 10, 2003 at 4:51 pm -
I've got Apache2 installed and as far as I can tell, it is functional. I'm trying to build mod-perl from source (as I couldn't find any binaries for cygwin). When I initially ran the command : perl ...
Steve Baldwin
Feb 15, 2003 at 8:15 am
Feb 20, 2003 at 5:54 am -
Hi, I get a "Can't coerce GLOB to string"-error for every new thread that is started (mp2). I have no idea why this happens (or even what this error actually means). The module is included below ...
Kurt George Gjerde
Feb 25, 2003 at 3:49 pm
Sep 10, 2003 at 7:40 am -
Hi. I'm new here, and hoping someone can help me. I've installed the latest -current version of OpenBSD, and loaded mod_perl as a DSO. That gets me Apache 1.3.27, Perl 5.8.0, and mod_perl 1.27. ...
Dan Brosemer
Feb 21, 2003 at 9:27 pm
Feb 27, 2003 at 5:41 pm -
I'm trying to use Apache::Session::Postgres and not having much luck. When I try to create a new session like this: use Apache::Session::Postgres; tie %sess, 'Apache::Session::Postgres', undef, { ...
Grant McLean
Feb 24, 2003 at 12:09 pm
Feb 26, 2003 at 6:12 pm -
Hello, Could someone help!?.. I always thought that it was technically possible under mod_perl to share memory between Child processes.. Having spent the w/e getting to grips with startup.pl's and ...
Jim Morrison [Mailing-Lists]
Feb 23, 2003 at 3:57 pm
Feb 24, 2003 at 10:05 pm -
Hi all, recently I upgraded to RH 8.0 with threaded Perl 5.8. I compiled Apache 1.3.27 with mod_perl 1.27 from source. Now if I run Apache is works until I configure some location with mod_perl and ...
Pavel Hlavnicka
Feb 13, 2003 at 12:29 pm
Feb 18, 2003 at 10:53 pm -
Hello list, i'm trying to run a subrequest from within a mod_perl content handler. The subrequest is build from the request's 'lookup_file()' method. Unfortunately, when i invoke the 'run()' method ...
Rm
Feb 26, 2003 at 2:58 pm
Feb 26, 2003 at 11:20 pm -
Hello, I got following problem when compiled mod_perl 1.27 for Apache 1.3.27 and perl 5.8 for Win32 platform: Constants.xs(158) : error C2065: 'errno' : undeclared identifier after few hours of ...
Dmitri Dmitrienko
Feb 17, 2003 at 10:42 pm
Feb 18, 2003 at 6:28 pm -
Hello, I have a mod_perl + Template-Toolkit driven web-site with some 20+ perl modules. Apache is 1.3.26, mod_perl is 1.26 and TT is 2.08. Problem is, sometimes happens that I get absolutely no ...
Viljo Marrandi
Feb 12, 2003 at 2:58 pm
Feb 14, 2003 at 11:59 am -
Hi All, I'm writing a module that will run in Apache and has important code that needs to run after all modules have loaded but before Apache forks and starts serving requests. Since mod_perl 1.x ...
David Wheeler
Feb 21, 2003 at 2:51 am
Feb 22, 2003 at 1:15 am -
Hello, I'm trying to work through recipe 9.16 in the cookbook - using Apache::DB - although I'm not trying to use Apache::DB yet - just trying to see how my stuff works when I start apache with ...
Warren Pollans
Feb 26, 2003 at 5:08 pm
Feb 28, 2003 at 6:56 pm -
Hello All, Took me a day, but I think I've finally been able to move my scripts from plain cgi perl to mod_perl2. The extensive documention on perl.apache.org was invaluable, though I have some ...
Mark James
Feb 27, 2003 at 4:16 am
Feb 27, 2003 at 11:59 pm -
I've seen a number of code examples for redirects which output a root-relative URI in the Location header. Eg: Location: /images/item1.gif Although browsers seem to accept this and do 'the right ...
Grant McLean
Feb 24, 2003 at 12:13 pm
Feb 24, 2003 at 10:57 pm -
Hello guys, I have just installed PERL/Apache and mod_perl, but this last one gave me an error when I try to compile. Could anyone help me? Thi is the error: bash-2.05# make && make test cd ...
Pablo Jejcic
Feb 18, 2003 at 4:34 pm
Feb 24, 2003 at 2:55 am -
Do any of you have any recommendations for template systems with mp2? Not of the religious kind (!) but more on the lines of what's working with mp2 at the moment? I'm about to port a PHP app to ...
Carl Brewer
Feb 21, 2003 at 3:27 am
Feb 22, 2003 at 1:06 am -
I'm having a problem since installing Apache::Session All works well except when there is any kind of problem in the script where the condition will die.. For example: $db- execute() or die... open ...
Chris Faust
Feb 19, 2003 at 4:30 pm
Feb 21, 2003 at 8:33 pm -
Greetings. [not really modperl-specific...] I have a Win32 based modperl2 app, where apache needs to run impersonating a domain user (this is because it needs to access a network share, something ...
Alessandro Forghieri
Feb 13, 2003 at 9:30 am
Feb 20, 2003 at 11:28 pm -
server_hostname is not documented on the list. Anyone know the equivalent please? - nick
Nick Tonkin
Feb 20, 2003 at 1:06 am
Feb 20, 2003 at 5:01 am -
hi all, i am using Apache::DB to debug my mod_perl handlers and altough the debugger seems to be working fine it won't display the source code next to the current line being debugged. for example: ...
Giorgos zervas
Feb 18, 2003 at 12:59 pm
Feb 19, 2003 at 11:41 pm -
Has anyone experienced issues with retrieving data when POSTed by a form whith an action parameter that has a query string attached to it? On rare occasion it seems that the posted data is not ...
Stathy G. Touloumis
Feb 11, 2003 at 4:52 pm
Feb 12, 2003 at 5:32 pm -
Some of my scripts break when running under mp2 (cvs) because the UID is set as root rather than the Apache user (which for me is "web"). The problem manifests with RCS file locking. Is there some ...
Mark James
Feb 28, 2003 at 6:05 pm
Mar 5, 2003 at 1:00 pm -
Hi, I'm trying to use the example from the Eagle book on page 309 - 314 using the TicketAccess, TicketMaster, TicketTool handlers. In TicketMaster in sub go_to_uri it sets the a cookie with the ...
Scott Alexander
Feb 20, 2003 at 11:40 am
Mar 2, 2003 at 3:10 am -
A question about "mod_perl Developer's Cookbook" by Young, Lindner and Kobes: Is this book still relevant and worth buying for mod_perl2 ? (I'm about to dive into web development using ...
Gazi, Nasser (London)
Feb 27, 2003 at 11:36 am
Feb 28, 2003 at 12:12 am -
Actually I run into the problem before I get to the Apache::MP3 part but running Apache::MP3 is the ultimate goal. The distro I'm trying is Red Hat 8.0 which includes apache 2.x.x, mod_perl 1.99 and ...
Wilcox, Curtis
Feb 20, 2003 at 6:29 pm
Feb 27, 2003 at 11:50 pm -
Hi, I have a server which has the following pre-installed on it: Apache/1.3.27 mod_perl/1.27 Perl/5.6.1 If I upgrade to Perl/5.8.0 will I have to upgrade mod_perl to a newer version as well? Thanks, ...
Gazi, Nasser (London)
Feb 24, 2003 at 11:24 am
Feb 24, 2003 at 5:15 pm -
Hey, I have a handler that is called like this: <Location /authenticate sethandler perl-script PerlHandler WM::Auth::Auth </Location the handler returns like this: return logon_form($r); logon_form ...
Nick Tonkin
Feb 19, 2003 at 1:53 am
Feb 24, 2003 at 6:50 am -
Apache 2.0.44 Perl 5.8.0 mod_perl 1.99_08 ImageMagick 5.4.7-5 ImageMagick-perl 5.4.7-5 Apache-ImageMagick 2.0b7 I would like to be able to use the PerlMagick package to automatically convert a .tif ...
Brendon Anderson
Feb 21, 2003 at 3:28 pm
Feb 21, 2003 at 4:57 pm -
I'm using FreeBSD 4.7 Release. perl 5.6.1 & Mod_Perl/Apache Latest & libapreq 1.1. Program received signal SIGBUS, Bus error. 0x80b2953 in ap_unescape_url () (gdb) bt #0 0x80b2953 in ap_unescape_url ...
Richard Clarke
Feb 19, 2003 at 3:35 am
Feb 20, 2003 at 5:15 am -
Hi, I've just about got the Apache::AuthCookieDBI to work with Apache 2.0.44 & mod_perl 1.99_09-dev, but I ran into a problem with the $r- connection object not having "auth_type" or "user" defined. ...
Brian Millett
Feb 12, 2003 at 10:22 pm
Feb 19, 2003 at 8:24 pm -
Does anyone know the equivalent directive for $r- server()- server_hostname() ? Thanks, - nick -- ~~~~~~~~~~~~~~~~~~~~ Nick Tonkin {|8^)
Nick Tonkin
Feb 18, 2003 at 5:08 pm
Feb 18, 2003 at 11:41 pm -
Does anyone know why I keep getting: [Wed Feb 12 10:35:03 2003] [notice] child pid 312 exit signal Segmentation Fault (11) in my error_log? I have tried rebuilding the machine, installing older ...
Jozwiak, Paul
Feb 12, 2003 at 10:47 pm
Feb 13, 2003 at 4:21 pm -
Hello everyone, I am currently running a web server using Perl CGI for all my web sites and have been attracted to mod_perl for the performance advantages - particularly not having to start a new ...
Pinunki
Feb 5, 2003 at 2:11 am
Feb 5, 2003 at 3:51 am -
I've searched the archives for "connect" and could find no hints. As per the mod_perl installation instructions, I type the following command: C:\Program Files\Apache Group\APACHE2\mod_perl-1.99_08 ...
Richard Heintze
Feb 28, 2003 at 9:55 pm
Mar 1, 2003 at 5:11 pm -
make test t/httpd -f `pwd`/t/httpd.conf dyld: t/httpd Undefined symbols: _ap_null_cleanup _ap_pcalloc _ap_register_cleanup _ap_table_add _ap_table_get _ap_table_set _ap_table_unset _hvrv2table ...
Lamotte Denis
Feb 16, 2003 at 5:37 pm
Feb 26, 2003 at 9:34 am -
Hi, In my logs when dumping a warn() I see this occasionally: 192.168.0.24 at /home/wm/perl/WM/Auth/Access.pm line 28. 192.168.0.24 at /home/wm/perl/WM/Auth/Access.pm line 28. 192.168.0.24 at ...
Nick Tonkin
Feb 20, 2003 at 8:00 pm
Feb 21, 2003 at 12:01 am -
Hi, I was trying to build Apache 1.3.27 + mod_perl 1.27 from the mod_perl tree. Dir structure as follows: /usr/local/apache2-19 /use/local/apache2-19/build /use/local/apache2-19/build/apache_1.3.27 ...
Arshavir Grigorian
Feb 20, 2003 at 8:16 pm
Feb 20, 2003 at 11:49 pm -
Is it possible to combine the recommended syntax: use warnings FATAL = 'all', NONFATAL = 'redefine'; with the ability to turn warnings on in httpd.conf with PerlSwitches -w? - nick ...
Nick Tonkin
Feb 20, 2003 at 1:06 am
Feb 20, 2003 at 4:50 am -
hi everybbody I have a problem about coinverting files. I wanna convert a file in MSword (binary format) to text file so that i can view it with a browser such iexplore netscape. i found something ...
Koudjo ametepe
Feb 19, 2003 at 11:36 am
Feb 19, 2003 at 9:38 pm -
I have a very simple question (please excuse me if it is too simple). I need to find out if of one of my Linux servers is running mod_perl, and if so, which version it is running. Any suggestions as ...
Gazi, Nasser (London)
Feb 17, 2003 at 5:30 pm
Feb 17, 2003 at 10:19 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 144 |
posts | 566 |
users | 150 |
website | perl.apache.org |
150 users for February 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)