Apache::Reload - patch - fixes problems with using dynamic @INC

2002-10-13 Thread Randy Harmon
I started using a dynamic @INC (set up in a TransHandler), and discovered that Apache::Reload (v0.07) was not doing its job correctly in that case. Note, changing @INC in a transhandler won't have the desired Apache::Reload effects unless the PerlInitHandler for Apache::Reload is placed in a sec

Apache::DProf not working

2002-08-08 Thread Randy Harmon
I'm having trouble making Apache::DProf work. I've installed the module with CPAN, and I've added PerlModule Apache::DProf at the top of my httpd.conf. I've verified with 'httpd -l' that PerlChildInitHandler is OK - therefore, pushing a child-init handler should be OK, right? I've started the

RE: New mod_perl site and oddness with IE

2002-07-16 Thread Randy Harmon
IE 5.5 on win2k as well. > -Original Message- > From: Issac Goldstand [mailto:[EMAIL PROTECTED]] > Not just you. I have the same problem under MSIE. > > Has anyone else had problems with this particular page under IE > > (6.0.2600 under XP) being extremly slow to update when paging up/

RE: TransHandler called a second time after I've returned DECLINED

2002-07-09 Thread Randy Harmon
IL PROTECTED]] > Sent: Wednesday, July 03, 2002 7:00 PM > > Sorry for the late reply, but I don't read the list daily. > (Erm, or even weekly it seems. :-) > On Jun 25, 2002 at 08:26:37 -0700, Randy Harmon wrote: Heh, the weeks do tend to fly by. There goes another one now. &

RE: Re[2]: mod_perl memory leaks on Windows

2002-06-25 Thread Randy Harmon
Apache 1.3.x has always been experimental and not-for-production-use on Win32 :( Hopefully these modules will support Apache 2.0 pretty soon, for your sake. Randy > -Original Message- > From: Andrey Prokopenko [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 25, 2002 8:31 AM > To: [EMAI

TransHandler called a second time after I've returned DECLINED

2002-06-25 Thread Randy Harmon
I'm using a TransHandler, and having a problem where it sometimes gets called twice when I don't expect it - in most cases it's called just once as I expect. When I specify a file in a directory that doesn't exist (I'm going to use path_info in a Mason dhandler, either to deliver a custom 404 wi

Re: how do I store/retrieve a hash through Apache::Session?

2000-11-03 Thread Randy Harmon
Once you realize that %session entries have to be scalars (references) as described by other responses, be sure when you change entries in the sub-hash that you tell the top-level session that the data's been changed (it won't realize it unless you change one of its scalars). Check the docs or t

Re: mysql.pm on Apache/mod_perl/perl win98

2000-01-10 Thread Randy Harmon
[cc list trimmed; this is more a mod_perl issue than a mysql one.] Thanks a bunch for your efforts here. I understand that earlier such bundles were built with VC6, eh? Will you have the opportunity/ability/tuits to distribute one built with Cygwin, so that the resultant installation can freely

Re: VirtualSellers.com TAME patent

2000-01-10 Thread Randy Harmon
IANAL, but I understand that technologies that were in the public domain can not be patented. And if a patent is issued, it's not enforcable in that case. Again, IANAL, but I feel that FreeType falls in that same category (see http://www.freetype.org). Randy On Mon, Jan 10, 2000 at 11:43:47A

Re: Caching with $r->no_cache(1)

2000-01-09 Thread Randy Harmon
On Sun, Jan 09, 2000 at 08:45:11PM +, G.W. Haywood wrote: > On Fri, 7 Jan 2000, Randy Harmon wrote: > > > Does anybody have experience detecting such a condition, perhaps through one > > of the client headers? I haven't had a chance to dump them - many hats. > &g

Re: Caching with $r->no_cache(1)

2000-01-07 Thread Randy Harmon
On Fri, Jan 07, 2000 at 09:52:25AM +, G.W. Haywood wrote: > Hi there, > > On Fri, 7 Jan 2000, Randy Harmon wrote: > > > Currently, I'm experiencing the problem with Netscape 4.7, although I seem > > to recall the same problem in earlier releases, in the case w

Re: Caching with $r->no_cache(1)

2000-01-07 Thread Randy Harmon
On Fri, Jan 07, 2000 at 12:44:43AM -0800, Ask Bjoern Hansen wrote: > The latest version from CVS also sets the Cache-Control: and the Pragma: > headers when you use $r->no_cache(1). Hm, I'm setting those explicitly, as directed by the Guide. God, it's useful. er, "Stas, it's useful" :) Randy

Caching with $r->no_cache(1)

2000-01-07 Thread Randy Harmon
I notice that the Guide omits the mention of Netscape's ignorance of Expires: set to the same as Date: when it mentions $r->no_cache(1) performing that function. Currently, I'm experiencing the problem with Netscape 4.7, although I seem to recall the same problem in earlier releases, in the ca

Additions to the Apache::Session docs

2000-01-06 Thread Randy Harmon
Unless someone wants to implement multi-level tied hashes (/arrays) to correct the following problem, something like the following should make it into the Apache::Session documentation. I hope it helps some folks. Randy --- When you store a hashref in a tied Apache::Session has

Re: What's wrong with this?

2000-01-02 Thread Randy Harmon
On Sun, Jan 02, 2000 at 01:13:26PM -0800, Aaron Turner wrote: > > This is driving me nuts. This code works the first few exectutions, but > then doesn't after a while. It's pretty simple, it should print out: > > Name = value1 > Name = value2 > > then after a few reloads it prints: > > Name

Re: ApacheDBI vs DBI for TicketMaster

2000-01-02 Thread Randy Harmon
On Sun, Jan 02, 2000 at 01:48:58AM -0600, Ed Loehr wrote: > My apache children are seg faulting due to some combination of > DBI usage and the cookie-based authentication/authorization [...] > child seg faults. If I comment out all DBI references in the Hm, are you connecting to your database pr

Re: mod_perl Programmers demand is going up...

1999-12-03 Thread Randy Harmon
On Fri, Dec 03, 1999 at 11:38:35PM -0700, Michael Dearman wrote: > > > "G.W. Haywood" wrote: > > How about ``Eagle''? > Exactly what I was just thinking. > Apache Stronghold > Apache Eagle Um, isn't that animal taken by O'Rielly? How about an oyster? Perhaps not as american-patriotic but jus

Re: Redhat httpsd with mod_perl

1999-10-20 Thread Randy Harmon
On Wed, Oct 20, 1999 at 10:47:02PM -0700, Adi wrote: > > On Wed, 20 Oct 1999, Remi Fasol wrote: > Does anyone know why the shared memory would decrease so dramatically? Perl code and data both live in the data segment. As it is used, any time it writes information into a new chunk of memory, th

Re: Another IE5 complaint

1999-10-02 Thread Randy Harmon
On Sat, Oct 02, 1999 at 03:21:17PM -0400, Greg Stark wrote: > "Joe Pearson" <[EMAIL PROTECTED]> writes: [] > > whenever a IE5 user visits a page in their "Favorites", IE5 also trys > > to GET favicon.ico from the same site. Therefor I have hundreds of > > "File does not exist:" errors in my

Re: Image::Magick and mod_perl

1999-01-17 Thread Randy Harmon
On Mon, Nov 15, 1999 at 01:14:43PM -0500, Todd Finney wrote: > We're putting together a site that involves processing images uploaded by > our users. I'm using Image::Magick to resize the images to a standard > size, and to create thumbnails.We will have an upload page, which hits > a CGI u