The httpd.conf lense that comes with 8.1, I'm having an issue with 
certain section types. Currently I'm using the following sections:<br><br>VirtualHost<br>Directory<br>Files<br>Filematch<br><br><br><br>Augeas seems to be bailing on the filematch section. Here in particular is where the lens seems to be failing in the conf file. <br>

<br>  <FilesMatch "\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format)$"><br>
    Order allow,deny<br>  </FilesMatch><br>  <br>
<br>In particular I think the lens is failing because of how char_arg_sec is defined or how the sep_spc in argv is defined. That is a guess. With all the regexp characters in this line something else could be at play too. <br>
<br><br>Any suggestions? I'm looking at modifying the lens, but grammars can be temperamental... so I'm holding off for a bit. <br><font color="#888888"><br><br>-Glenn</font>