You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Greg Stein <gs...@lyra.org> on 2000/12/13 00:17:20 UTC

Re: cvs commit: httpd-2.0 CHANGES

How about compiling a teeny little console exe that does the work? That is
going to be easier to manage than requiring Perl, right?

Only the rewriting portion would be needed. The copying stuff around can
probably be done with .BAT files, right? Or if you needed a bit more logic,
then the little tool can have some switch to perform a slightly different
function.

Cheers,
-g

On Tue, Dec 12, 2000 at 08:59:09PM -0000, wrowe@locus.apache.org wrote:
> wrowe       00/12/12 12:59:08
> 
>   Modified:    .        CHANGES
>   Log:
>     Boy, that's alot of shoveling (the snow... really)
>   
>   Revision  Changes    Path
>   1.4       +6 -0      httpd-2.0/CHANGES
>   
>   Index: CHANGES
>   ===================================================================
>   RCS file: /home/cvs/httpd-2.0/CHANGES,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- CHANGES	2000/12/07 03:32:52	1.3
>   +++ CHANGES	2000/12/12 20:59:06	1.4
>   @@ -1,4 +1,10 @@
>    Changes with Apache 2.0a9
>   +
>   +  *) Win32 now requires perl to complete the final install step for users
>   +     to build + install on Win32.  Makefile.win now rewrites @@ServerRoot@
>   +     and installs the conf, htdocs and htdocs/manual directories.
>   +     [William Rowe]
>   +
>      *) Make mod_include use a hash table to associate directive tags with
>         functions.  This allows modules to implement their own SSI tags easily.
>         The idea is simple enough, a module can insert it's own tag and function
>   
>   
>   

-- 
Greg Stein, http://www.lyra.org/

RE: cvs commit: httpd-2.0 CHANGES

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
I've considered that, including the regex parsing for substitution.

I'll give it extra thought, we needed a 15 minute solution that
aggrivated itself to an hour (due to the danged $ parsing within make!)

> -----Original Message-----
> From: Greg Stein [mailto:gstein@lyra.org]
> Sent: Tuesday, December 12, 2000 5:17 PM
> To: new-httpd@apache.org
> Subject: Re: cvs commit: httpd-2.0 CHANGES
> 
> 
> How about compiling a teeny little console exe that does the 
> work? That is
> going to be easier to manage than requiring Perl, right?
> 
> Only the rewriting portion would be needed. The copying stuff 
> around can
> probably be done with .BAT files, right? Or if you needed a 
> bit more logic,
> then the little tool can have some switch to perform a 
> slightly different
> function.
> 
> Cheers,
> -g
> 
> On Tue, Dec 12, 2000 at 08:59:09PM -0000, 
> wrowe@locus.apache.org wrote:
> > wrowe       00/12/12 12:59:08
> > 
> >   Modified:    .        CHANGES
> >   Log:
> >     Boy, that's alot of shoveling (the snow... really)
> >   
> >   Revision  Changes    Path
> >   1.4       +6 -0      httpd-2.0/CHANGES
> >   
> >   Index: CHANGES
> >   
> ===================================================================
> >   RCS file: /home/cvs/httpd-2.0/CHANGES,v
> >   retrieving revision 1.3
> >   retrieving revision 1.4
> >   diff -u -r1.3 -r1.4
> >   --- CHANGES	2000/12/07 03:32:52	1.3
> >   +++ CHANGES	2000/12/12 20:59:06	1.4
> >   @@ -1,4 +1,10 @@
> >    Changes with Apache 2.0a9
> >   +
> >   +  *) Win32 now requires perl to complete the final 
> install step for users
> >   +     to build + install on Win32.  Makefile.win now 
> rewrites @@ServerRoot@
> >   +     and installs the conf, htdocs and htdocs/manual directories.
> >   +     [William Rowe]
> >   +
> >      *) Make mod_include use a hash table to associate 
> directive tags with
> >         functions.  This allows modules to implement their 
> own SSI tags easily.
> >         The idea is simple enough, a module can insert it's 
> own tag and function
> >   
> >   
> >   
> 
> -- 
> Greg Stein, http://www.lyra.org/
>