Update of /cvsroot/hcoop/domtool2/lib
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv2156/lib

Modified Files:
        apache.dtl mod_rewrite.dtl 
Log Message:
FilesMatch directive

Index: apache.dtl
===================================================================
RCS file: /cvsroot/hcoop/domtool2/lib/apache.dtl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** apache.dtl  24 Feb 2008 20:53:04 -0000      1.16
--- apache.dtl  15 Jul 2008 15:45:36 -0000      1.17
***************
*** 72,75 ****
--- 72,81 ----
    respectively.}}
  
+ extern type regexp;
+ {{PCRE regular expression}}
+ 
+ extern val filesMatch : regexp -> ^Vhost & Location => [Vhost & !Location];
+ {{Mark nested configuration to only apply to filenames matching the regexp.}}
+ 
  extern val serverAliasHost : your_domain_host -> [Vhost];
  {{Give an alternate hostname for this vhost.}}

Index: mod_rewrite.dtl
===================================================================
RCS file: /cvsroot/hcoop/domtool2/lib/mod_rewrite.dtl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** mod_rewrite.dtl     15 Dec 2007 16:54:21 -0000      1.7
--- mod_rewrite.dtl     15 Jul 2008 15:45:36 -0000      1.8
***************
*** 47,53 ****
  extern val ornext : mod_rewrite_cond_flag;
  
- extern type regexp;
- {{PCRE regular expression}}
- 
  extern val rewriteRule : regexp -> no_spaces -> [mod_rewrite_flag] -> 
[^Vhost];
  {{See <a 
href="http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#rewriterule";>Apache
--- 47,50 ----


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
hcoop-cvs mailing list
hcoop-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hcoop-cvs

Reply via email to