RE: Document Caching

2002-03-06 Thread Henigan, Timothy
Rasoul Hajikhani wrote: Robert Landrum wrote: At 12:28 PM -0800 3/6/02, Rasoul Hajikhani wrote: Hello People, Need your advise on how to cache a template under mod_perl... Any ideas? Thanks in advance -r #startup.pl open(FILE,/path/to/tmpl); $MY::TEMPLATE .=

RE: Document Caching

2002-03-06 Thread Henigan, Timothy
Timothy Henigan wrote: At Wednesday, March 06, 2002 4:23 PM Rasoul Hajikhani wrote: Robert Landrum wrote: At 12:28 PM -0800 3/6/02, Rasoul Hajikhani wrote: Hello People, Need your advise on how to cache a template under mod_perl... Any ideas? Thanks in advance

Re: how to pass data in internal redirects?

2002-02-26 Thread Henigan, Timothy
I am also implementing a MVC pattern under mod_perl for an internal project at work. The app collects process data from our manufacturing processes and makes it available on the internal network. Here's a quick overview of the way I've done it. Model: The model consists of a backend database

RE: Mod_perl component based architecture

2001-10-16 Thread Henigan, Timothy
Title: RE: Mod_perl component based architecture You should really check out OpenInteract (http://www.openinteract.org). It sounds like it has a lot of the hooks you're looking for (user management, templates, online content editing, etc) as well as a few you'll be looking for later

httpd looking for httpd.conf in wrong path

2001-10-08 Thread Henigan, Timothy
Title: httpd looking for httpd.conf in wrong path I'm attempting to build/install Apache and mod_perl from source (running as root). I can build Apache stand-alone with no trouble using the following commands: - cd /my/src/dir/apache_1.3.20 - ./configure --prefix=/home/apache - make

RE: httpd looking for httpd.conf in wrong path

2001-10-08 Thread Henigan, Timothy
Message- From: Luciano Miguel Ferreira Rocha [mailto:[EMAIL PROTECTED]] Sent: Monday, October 08, 2001 1:28 PM To: Henigan, Timothy Cc: [EMAIL PROTECTED] Subject: Re: httpd looking for httpd.conf in wrong path I don't know why the APACHE_PREFIX isn't being honored for the configuration files (it's