You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Gary Condit's Well-Hung Relative <ga...@yahoo.com> on 2012/12/30 07:07:20 UTC

[users@httpd] Setting Directory Listings Only To One Subnet

I have directory "abc" from the document root whose content is available to all,
including subnet 192.168.1.

But ONLY subnet 192.168.1 can do a directory listing.

What's my set up in httpd.conf?

   <Directory "Z:/service.web/abc">
      Options +Indexes
      AllowOverride None
      Order allow,deny         
      Allow from all

   </Directory>


====
Server: Apache2.4.3  for Windows
OS: Win7(64-bit)
server running on  ASUS G74SX
using dynamic DNS
connection to Internet:  aDSL line rate: up 1022 Kbps, down 4904 Kbps
server interfaced to PHP 5.4.8, MySQL 5.0.10

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org