Coleman Brumley wrote: > Hello, > > I'm experimenting with the allow/deny rules in httpd and I'm trying to > deny a specific address in my subnet but allow another specific > address. For example, deny all but 192.168.3.12 or allow 192.168.3.12, > but deny 192.168.3.11. > > Here are the entries from my httpd.conf file: > D:192.168.3.11 > A:192.168.3.12 > > My read of the comments from httpd.c is that this configuration denies > .11 but allows .12. In practice, though, it looks like the 192.168.3 > subnet is being denied. Is there a way to allow specific addresses in > this manner? >
Don't know if you already seen this page, but it might help http://wiki.openwrt.org/OpenWrtDocs/httpd.conf best regards, hk -- ČETRTA POT, d.o.o., Kranj Planina 3 4000 Kranj Slovenia, Europe Tel. +386 (0) 4 280 66 03 E-mail: [EMAIL PROTECTED] Http: www.cetrtapot.si _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
