Search Discussions
-
I'm interested to know what the opinions are of those on this list with regards to caching objects during database write operations. I've encountered different views and I'm not really sure what the ...
Milo Hyson
Jan 24, 2002 at 6:36 am
Mar 25, 2002 at 11:01 am -
60
kylix: rad!
have you folks seen kylix? http://www.borland.com/kylix/ check out this white paper that describes how to create cgis and modules for apache: ...Brian moseley
Jan 12, 2002 at 9:35 am
Jan 21, 2002 at 3:22 am -
Hi, Have you ever ran into the problem of putting up many separate web apps on several machines in your company/university/whatever that are written from scratch or downloaded frow the Web and each ...
Vsevolod Ilyushchenko
Jan 16, 2002 at 7:14 pm
Jan 21, 2002 at 3:22 am -
Hello: Perhaps some of you have had this problem before, but searching throug the archive I've haven't seen nothing similar. First, I need to be sure of one thing: If I have 30 mod_perl ...
Oscar Serrano
Jan 16, 2002 at 12:59 pm
Feb 7, 2002 at 5:17 pm -
Hi All, A big debate is raging on the Bricolage development list WRT CVS configuration and application testing. ...
David Wheeler
Jan 25, 2002 at 5:46 pm
Jan 28, 2002 at 10:08 am -
My copy just arrived! I'll try and get through most of it as fast as I can and post a review. Congrats Geoff, Paul and Randy. Looks great at first glance. -- <!-- Matt -- <:- Get a smart net</:-
Matt Sergeant
Jan 31, 2002 at 8:08 am
Feb 4, 2002 at 4:21 pm -
This 'seems' to be a modperl issue. My configuration. I needed a 1.1 compliant reverse proxy in order to support Chunked encoding for an xml gateway. Since only Apache 2.0 has a 1.1 compliant reverse ...
John Armstrong
Jan 3, 2002 at 7:26 pm
Jan 5, 2002 at 1:21 am -
hi. i'm running mod_perl 1.26 + apache 1.3.14 + perl 5.6.1 i have a loop in a mod_perl handler like so: ---- my $stime = time (); while ($seq =~ /CG/og) { push @cg, pos ($seq); } my $etime = time (); ...
Paul Mineiro
Jan 21, 2002 at 3:22 am
Jan 25, 2002 at 11:50 pm -
Hi, I thought it might be interesting to start a thread on cross-site scripting attacks, since it seems that many people are not aware of the risks involved. Has anyone noticed attacks on their ...
Paul Lindner
Jan 22, 2002 at 5:29 pm
Jan 24, 2002 at 11:54 am -
Seeing through Dave Rolsky's Exception::Class and Sig::PackageScoped has let me make the following module, called Exception::Handler. In fact I rarely use $SIG{__DIE__} for exception handling, but ...
Tatsuhiko Miyagawa
Jan 11, 2002 at 1:08 pm
Jan 14, 2002 at 3:20 pm -
Hi All, Below I have the output of Apache::PerlSections- dump from Bricolage. I'm doing a lot of configuration in a Perl module where I simply switch to the Apache::ReadConfig package and do my ...
David Wheeler
Jan 31, 2002 at 11:31 pm
Feb 20, 2002 at 9:42 pm -
Hi All, My environment is Apache, mod-perl, Apache::DBI, oracle backend, everything works fine. The problem is always MY code :) I'm trying to figure out the correct/efficient way to initialize ...
Dave Morgan
Jan 8, 2002 at 5:38 am
Jan 10, 2002 at 3:01 pm -
A newbie question here... I have a requirement to spin off a SQL loader process after a web page (a form which is qualified and accepted) has been submitted. Does it make sense, or more importantly, ...
eCap
Jan 21, 2002 at 5:44 pm
Jan 23, 2002 at 3:48 pm -
Hello, I am running ePerl on my Apache server and a little problem has been bugging me a lot. When I do a die "blah blah blah" inside a eval I get the following in my browser. It doesnt matter which ...
Mithun Bhattacharya
Jan 19, 2002 at 5:59 am
Jan 21, 2002 at 5:40 pm -
The following webpage on a mod_deflate enabled server is not working correctly in some browsers: http://www.aaanime.net/pmak/sylphiel/ If I "telnet www.aaanime.net 80" and send the following ...
Philip Mak
Jan 18, 2002 at 12:33 am
Jan 21, 2002 at 11:44 am -
Hello, I'm on a mission ta make a web-site that uses cookies for user log-in and log-out. First I'd like to know which one you suggest - Ticket system from Eagle book or Apache::AuthTicket. I know ...
Viljo Marrandi
Jan 14, 2002 at 11:06 am
Jan 16, 2002 at 4:52 pm -
Hi all - I assume I'm not the only one seeing a rash of formmail spam lately. I don't have it on my system, but I get a handful of attempts at using it every day. This is the kind of thing I'm ...
Mike Schienle
Jan 12, 2002 at 12:20 am
Jan 14, 2002 at 9:53 pm -
On my Apache mod_perl is generally enabled with the following statement: <Directory "/data/apache" <Files ~ "\.pl$" SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI </Files ...
Pilsl
Jan 22, 2002 at 1:54 am
Jan 24, 2002 at 2:28 am -
Hello can some help me pelase? i've recently installed Apace 1.3.22...i've configured the CGI directive to work as well but when i try to execute a CGI script written in perl that message appears: ...
Alan Civita
Jan 9, 2002 at 12:58 pm
Jan 10, 2002 at 3:01 pm -
Ciao! I would like some input on an intranet web service I am currently in the process of designing, the core of which will be modperl on UN*X. The service itself is to access a couple of back end ...
Bruce W. Hoylman
Jan 1, 2002 at 7:18 pm
Jan 4, 2002 at 5:29 pm -
Hi, picking up on the recent discussion about XSS vulnerabilities Geoff prompted me to check that Apache::Util did indeed do the right thing. Taking the example from ...
Robin Berjon
Jan 23, 2002 at 4:40 pm
Jan 24, 2002 at 11:11 pm -
Hi all, I'm about to post this module to CPAN. Please take a look and let me know if you think this is appropriate for the Apache::* namespace and if you have any problems with it ('make test' is ...
Mark Maunder
Jan 6, 2002 at 3:57 pm
Jan 10, 2002 at 1:16 am -
Happy New Year. Does anybody know a template engine, whose templates can be edited with a "WYSIWYG" editor (favourably dreamweaver) as they will look when filled with example data? Thanx, Joachim -- ...
Joachim Zobel
Jan 1, 2002 at 12:13 pm
Jan 3, 2002 at 5:48 pm -
I recently decided that Apache::Gallery is really nice if you want to sit down and start fiddling with templates, but that I needed to make a "quick-easy" version for myself. The design is to be ...
Issac Goldstand
Jan 21, 2002 at 10:34 am
Feb 2, 2002 at 2:05 am -
Hello all! Odd thing - all should works fine. I use Apache::AuthCookie for my project Agenda. I wrote descendant - Apache::AuthCookieAgenda ------------------------------------------------ package ...
BeerBong
Jan 28, 2002 at 9:31 am
Jan 30, 2002 at 4:32 pm -
6
oddities
Hi What could be wrong in this few lines: It is supposed to add 10 to the value in the textfield after each submission. I tried it on another pc too, same result. (one I leave alone most of the time; ...Arnold van Kampen
Jan 12, 2002 at 4:19 pm
Jan 24, 2002 at 8:17 am -
I have system (Solaris 2.6) which I do NOT have root on... (now I know why that doesn't happen often) At anyrate, I need to install perl5.6.1 ... I'll pay anyone able to do without using a binary ...
Philip M. Gollucci
Jan 19, 2002 at 12:47 am
Jan 23, 2002 at 8:23 am -
Has anyone been using mod_accel on a website that has HTTP file uploads? I'm having trouble getting file uploads to work with Internet Explorer 5.5, Netscape 4.7, or Opera 6 through mod_accel 1.0.10. ...
Philip Mak
Jan 6, 2002 at 2:03 pm
Jan 6, 2002 at 6:10 pm -
Hi all, My first time on the list. I have been looking at the archives but am not able to find anything on this. I have 3 web servers, 1 development/nfs server and 2 database mysql servers in a ...
Joe Bifano
Jan 21, 2002 at 7:23 pm
Jan 21, 2002 at 11:35 pm -
There was a module floating around a while back that did request limiting (a DOS preventional tool). I've searched the archives (unsuccessfully), and I was wondering if anyone knows what the heck I'm ...
Ken Miller
Jan 14, 2002 at 6:08 pm
Jan 14, 2002 at 9:51 pm -
Background: I'm working on a site that is a mix of php (which I'm gradually converting to mod_perl) and mod_perl (running under Apache::Registry and using Template Toolkit (TT2)) using an apache ...
Matthew Pressly
Jan 9, 2002 at 8:31 pm
Jan 11, 2002 at 8:47 pm -
I'd like to announce the release of Bricolage 1.2.0. It will shortly be available for download from http://bricolage.sourceforge.net/. This release features several bug fixes and quite a few ...
David Wheeler
Jan 11, 2002 at 3:06 am
Jan 11, 2002 at 8:03 pm -
Have a strange problem using modPerl as follows: OS: Windows 2000 Professional Webserver: Apache/1.3.22 (Win32) mod_perl: mod_perl/1.26_01-dev mod_perl is loaded in the httpd.conf file (LoadModule ...
David LeBlanc
Jan 3, 2002 at 7:36 am
Jan 7, 2002 at 2:19 pm -
Hello, I was wondering if there is any way of making the error log in Apache to execute a script when an error is occurred, perhaps instead of writing the error directly to the log. For example, if ...
Magnús Þór Jónsson
Jan 4, 2002 at 12:24 pm
Jan 4, 2002 at 7:45 pm -
Folks, The apache::Request docs indicate that param can be used to set the query string. However, it fails when I do something like this: my $r = Apache::Request- new(shift); ... my $host = $r- ...
Rasoul Hajikhani
Jan 29, 2002 at 11:07 pm
Jan 30, 2002 at 1:10 am -
Hello all, Does anyone know of a way that I can server the contents of an .htaccess file dynamically? I know Apache checks the request directory (and all directories above it) for an .htaccess file ...
Michael A Nachbaur
Jan 28, 2002 at 10:11 pm
Jan 29, 2002 at 5:23 pm -
Hi list, I had problems with a script that went nuts and took 65MB memory and alot of cpu. To track this script down I thought Apache:VMonitor would be perfect, unfortenately I ran into some weird ...
Jon Molin
Jan 25, 2002 at 1:11 pm
Jan 25, 2002 at 4:24 pm -
Hi, A site I run uses a fair variety of different programs, the most common of which are run through Apache::Registry. To cut the memory overhead, however, less commonly used programs are run through ...
Andrew Green
Jan 23, 2002 at 7:36 pm
Jan 24, 2002 at 12:49 pm -
I've recently built apache 1.3.22/mod_perl 1.26, statically with perl 5.6.1 on linux RH 7.0. Am now getting SIGSEGV at various points in a HTML::Mason web application. These happen usually, but not ...
Chris Hutchinson
Jan 16, 2002 at 10:19 am
Jan 21, 2002 at 1:02 pm -
I'm using Apache::Registry with Exporter.pm in a mod_perl, not trivially small, environment. I only use EXPORT_OK, no EXPORT. I'm wondering about the following situation. package Foo export_oks ...
Narins, Josh
Jan 16, 2002 at 8:09 pm
Jan 16, 2002 at 9:51 pm -
I'm trying to print an image to the browser. I've had no luck using the code below with cgi and was wondering if it would be easier or even possible with mod-perl. I'm trying to write a script to ...
John Michael
Jan 15, 2002 at 11:55 am
Jan 15, 2002 at 5:46 pm -
I was trying to test the CGI response time of a Perl/CGI script under two conditions: as multiple modules versus a single big script. First I installed IndigoPerl (from indigostar.com) on my Windows ...
Alan Raetz
Jan 11, 2002 at 1:54 am
Jan 11, 2002 at 6:37 am -
hi... I use BSD::Resource to limit the RAM a mod_perl process could get. this works perfectly right on one machine but on another the process does not get any RAM at all and is killed immediately. ...
Christoph Bergmann
Jan 9, 2002 at 4:34 pm
Jan 11, 2002 at 12:12 am -
The Apache server processes its config file twice when starting up, and our code doesn't react well to that. On the first pass, everything initializes hunky-dorily (if that's a word), but on the ...
William R Ward
Jan 10, 2002 at 3:01 pm
Jan 10, 2002 at 9:22 pm -
Hello everyone I've just started learning modperl and I started with a simple module for apache httpd 1.3.22. This simple module (see below) sets & gets a cookie at every request. I thought it wasn't ...
Zsolt Czinkos
Jan 8, 2002 at 1:32 pm
Jan 8, 2002 at 6:31 pm -
I'm trying to get Apache::AuthCookie and Apache::AuthCookieDBI to work. However it seems like I can't set any cookies. I have cookies enabled in my browser (with warnings), but I can't read the ...
Øyvind Gjerstad
Jan 4, 2002 at 1:43 pm
Jan 7, 2002 at 1:45 pm -
This is a copy of a msg I just sent to Randy instead of the list. I'm sending it to the list so others, and the archiver, will see it. Cheers Ron Savage ron@savage.net.au ...
Ron Savage
Jan 3, 2002 at 4:09 am
Jan 3, 2002 at 4:54 am -
I'm using mod_perl + Template Toolkit, and I'm having trouble getting Apache to pass the DirectoryIndex to my handler. The handler is supposed to take the path_info and pull a template of the same ...
Tim Noll
Jan 29, 2002 at 9:26 pm
Feb 1, 2002 at 9:59 am -
Folks, I get this message when running Makefile.pm: Your Perl is configured to link against libgdbm, but libgdbm.so was not found. You might need to install Perl from source I have checked the ...
Rasoul Hajikhani
Jan 21, 2002 at 7:35 pm
Jan 24, 2002 at 12:38 am -
Hi, which part of an Apache/mod_perl setup is responsible for extracting META tags from generated HTML and adding them as HTTP headers (even with PerlSendHeaders Off)? In the case of META NAME='Blah' ...
Markus Wichitill
Jan 19, 2002 at 12:21 am
Jan 19, 2002 at 1:21 am
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 165 |
posts | 743 |
users | 200 |
website | perl.apache.org |
200 users for January 2002
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)