Re: URI::URL - problem in LWP 5.53_95 with mod_perl

2001-08-27 Thread Mike808
___cliff rayman___ wrote: > i did not use CPAN.pm to install software on this particular > machine. my mod_perl builds are always by hand. > > i did understand exactly why this happened. i should have made > that more clear in my first e-mail. i made the patch that i did, so > i would not have

Need help with Apache::AuthDBI

2001-08-27 Thread Medi Montaseri
Hi, I am having problem getting Apache::AuthDBI working. It seems like its allowing user access anywaysie I have tried it with valid user and invalid username, valid password and invalid password and in all cases it lets you inhere is some supporting data I have the following Apach

ANNOUNCEMENT: HTML::Template::Expr 0.01

2001-08-27 Thread Sam Tregar
CHANGES First Release! DESCRIPTION This module provides an extension to HTML::Template which allows expressions in the template syntax. This is purely an addition - all the normal HTML::Template options, syntax and behaviors will still work. Expression support includes comparisons, math opera

ANNOUNCEMENT: HTML::Template 2.4

2001-08-27 Thread Sam Tregar
HTML::Template - a Perl module to use HTML Templates CHANGES 2.4 - Bug Fix: case_sensitive option broke loops (Peter Leonard) - Bug Fix: code-ref params now work with IF and UNLESS DESCRIPTION This module attempts make using HTML templates simple and natural. It extends standard HTML with

Need help with Apache::AuthDBI

2001-08-27 Thread Medi Montaseri
Hi, I am having problem getting Apache::AuthDBI working. It seems like its allowing user access anywaysie I have tried it with valid user and invalid username, valid password and invalid password and in all cases it lets you inhere is some supporting data I have the following Apache and m

Perl & Javascript Q

2001-08-27 Thread Lynne McIntosh
Hi, I am creating a perl script that creates an HTML document. And then on the javascript side, it calls the script thru . The idea is for users to copy and paste this one line of javascript into there index page and "Yeah" an html page loads. But right now it prints out nothing. At the end o

Re: URI::URL - problem in LWP 5.53_95 with mod_perl

2001-08-27 Thread ___cliff rayman___
i did not use CPAN.pm to install software on this particular machine. my mod_perl builds are always by hand. i did understand exactly why this happened. i should have made that more clear in my first e-mail. i made the patch that i did, so i would not have the same problem with any other softw

Re: httpd.conf - caching

2001-08-27 Thread Ken Williams
[EMAIL PROTECTED] (allan) wrote: >im experiencing some heavy modoule-caching annoyance i guess. if i run the >simple hello.pm (see below) and make a very small change - the change >might take effect immidiately in the browser but more frequently it will >show a cached version of the page. The gu

Re: httpd.conf - caching

2001-08-27 Thread Nick Tonkin
On Mon, 27 Aug 2001 [EMAIL PROTECTED] wrote: > > Do you know why you are running mod_perl with your apache? > > to be honest, not entirely :-) Aha. > > > The "modoule-caching annoyance" you speak of is the basic reason for the > > existence of mod_perl ... the idea is that the perl code in y

RE: open downloaded file

2001-08-27 Thread Geoffrey Young
> -Original Message- > From: Thomas Bach [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 27, 2001 8:45 AM > To: [EMAIL PROTECTED] > Subject: open downloaded file > > > hi list > > i've a handler which controlls access to dowonloadable files. > The proble i > have is now, that IE (

open downloaded file

2001-08-27 Thread Thomas Bach
hi list i've a handler which controlls access to dowonloadable files. The proble i have is now, that IE (project designed only for this browser) prints one or twoo times the same "File download"-window where you can choose between open or save if you choose open. If you choose save all is goin

Re: httpd.conf - caching

2001-08-27 Thread i49242
nick thanks for the reply, and pointers - i guess i have completely lost overview thru the installation mist om mac osX. most of my questions were indeed more apache than mod_perl. > Do you know why you are running mod_perl with your apache? to be honest, not entirely :-) > The "modoule-cach

build problem on Solaris (fwd)

2001-08-27 Thread Stas Bekman
Zhong Quan, please re-read http://perl.apache.org/guide/help.html#Contacting_me, you should post questions to the list and not directly to me. Let's see if anybody using Solaris knows about this problem. -- Forwarded message -- Date: Mon, 27 Aug 2001 17:19:00 +0800 From: "Mao, Z

mod_perl memory consumption

2001-08-27 Thread Miroslav Madzarevic
BlankI wrote a program that converts 5 gigs of emails stored in mysql to phisical messages on disk (resulting in approximately 10 gigs). The program consumes way to much memory although I've wrote it in a very clean way (use strict, no globals, use of udef $var; to help free memory). I start it te