On 8/23/05, Lucas, David <David.Lucas@xxxxxxx> wrote: > Does anyone have any thoughts as to how I will get this to match?? > > > > 10.10.131.0 - 10.10.131.127 Sure. Go read a tutorial on regular expressions. Sorry, I know that isn't nice. But this question doesn't have anything directly to do with apache, and could be answered by a little work on your part. It will look something like ^10\.10\.131\.([0-9][0-9]?|1[0-1][0-9]|12[0-7])$ but you should use one of the many regular expression testers to test it (and fix my errors). Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx