Re: [OTish] Version Control?

2002-10-30 Thread brian wheeler
another client). Go for it...its worth the trouble...especially the first time someone breaks something and you can determine who and when it was broken. Brian Wheeler [EMAIL PROTECTED] On Wed, 2002-10-30 at 16:30, [EMAIL PROTECTED] wrote: We felt the same way but once we went to CVS we never

AxKit and Last-Modified (again)

2001-09-13 Thread Brian Wheeler
I tried Matt Robin's suggestion of AxOutputTransformer, but apparently the version of AxKit I'm running (# $Id: AxKit.pm,v 1.105 2001/06/05 15:10:41 matt Exp $) doesn't support that directive... Any other thoughts? Worst case: could I run all output through a dummy filter using Apache::Filter

Re: AxKit and Last-Modified (again)

2001-09-13 Thread Brian Wheeler
On Thu, 2001-09-13 at 09:19, Robin Berjon wrote: On Thursday 13 September 2001 16:03, Brian Wheeler wrote: I tried Matt Robin's suggestion of AxOutputTransformer, but apparently the version of AxKit I'm running (# $Id: AxKit.pm,v 1.105 2001/06/05 15:10:41 matt Exp $) doesn't support

Re: AxKit Last-Modified header

2001-09-12 Thread Brian Wheeler
On Wed, 2001-09-12 at 19:34, J. Zobel wrote: On Mon, 2001-09-10 at 16:19, Brian Wheeler wrote: The only difference between the two (request-wise) is that static pages return a Last-Modified header and dynamic data doesn't. It seems to me that if I drop that header, everything will work

Re: AxKit Last-Modified header

2001-09-12 Thread Brian Wheeler
On Wed, 2001-09-12 at 19:34, J. Zobel wrote: On Mon, 2001-09-10 at 16:19, Brian Wheeler wrote: The only difference between the two (request-wise) is that static pages return a Last-Modified header and dynamic data doesn't. It seems to me that if I drop that header, everything will work

AxKit Last-Modified header

2001-09-11 Thread Brian Wheeler
Since AxKit is down and this is really a mod-perl issue, I'll ask it here :) I'm having problems with the browser caching to much info. Here's my situation: I'm using authcookie to do authentication and my pages are generated via axkit. after logging in (and the cookie set), the browser

RE: AxKit Last-Modified header

2001-09-11 Thread Brian Wheeler
On Tue, 2001-09-11 at 06:41, Matt Sergeant wrote: -Original Message- From: Geoffrey Young [mailto:[EMAIL PROTECTED]] -Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] -Original Message- From: Brian Wheeler [mailto:[EMAIL PROTECTED

Storable segfaulting in mod_perl on sparc

2001-02-26 Thread Brian Wheeler
I can't reproduce it outside of mod_perl, but any time I try to run freeze or thaw in mod_perl scripts, I get an immediate segfault. I've tried 1.010 and 1.06, but both act the same. Anyone else seen this? Brian Wheeler [EMAIL PROTECTED]

Sticking Environment with Apache::ASP

2000-10-26 Thread Brian Wheeler
::ASP AxKit AuthName Nothing PerlSetVar Global /tmp/asp_cache AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot AxAddStyleMap application/x-xpathscript Apache::AxKit::Language::XPathScript AxAddStyleMap application/x-xsp Apache::AxKit::Language::XSP /FilesMatch Thanks! Brian Wheeler [EMAIL PROTECTED]

Apache::Filter problem? [was: Re: Sticking Environment with Apache::ASP]

2000-10-26 Thread Brian Wheeler
Hi there, On Thu, 26 Oct 2000, Brian Wheeler wrote: I'm having trouble with using $Request-ServerVariables() in Apache::ASP. After 6 requests (always), the last requested page gets returned, regardless of what is actually being passed. I'm using PATH_INFO to pass information