Re: Getting the server to parse files after the handler has doneits work...

2002-11-07 Thread Luis Fagundes
I think you can only do this in Apache 2.0. In Apache 1.3 you can chain 
perl modules with OutputChain, but you can't chain a perl module and 
another apache module.

Per Einar Ellefsen wrote:
Hello Simran,

At 00:50 07.11.2002, simran wrote:


I have the following scenario:

  * A Perl Handler i have written does a bit of work and
outputs HTML

  * The HTML it outputs contains HTML like:

  !--#include virtual=/includes/misc/topnav.html --

I need this to be further parsed by Apache's Server Parsing
Process.

Does anyone know what i have to do for the above to work.



You want Apache::OutputChain or Apache::Filter together with an SSI 
module. See 
http://perl.apache.org/docs/1.0/guide/modules.html#Apache__OutputChainChain_Stacked_Perl_Handlers 
and the paragraph below that for Apache::Filter.








Re: [OTish] Version Control? (Project Idea)

2002-11-04 Thread Luis Fagundes
I find not only amazing that so many of us are doing the exact same 
thing, but also that the project I'm working on now is about these same 
ideas we have. So, why not make it GPL?

I'm developing an intranet to organize a web development team and there 
is a lot of CVS involved in it. Right now all everyone, from designers 
to programmers, is using CVS and the next step being developed is making 
the correct versions of the site to be published in the right servers, 
for the client to approve, for developers to test and benchmark, etc.

Any thoughts about this?

[]s
Luis

[EMAIL PROTECTED] wrote:
  Who needs network guys, reverse pop the ssh tunnel ;)
 
  I find it amazing that so many of us are doing the exact same thing in
  terms of managing our large site installs yet its nowhere to be found in
  any FAQ, knowledge base or general forum.
  I know on our side we developed these solutions over months and months
  on our own, dealing with problems at every step. Had there been a nice
  little FAQ on it, well, it would have saved us a ton of time :)
 
  I sense some writing..
 
  John-
 
  On Wed, 30 Oct 2002 15:40:45 -0700
   Ken Miller [EMAIL PROTECTED] wrote:
 
  doubt if I could have enticed the network folks to open the firewall
  to let
  CVS traffic through in any case
 
  Cheers!
 
  -klm.