Author: jfthomps
Date: Mon Sep 13 15:02:01 2010
New Revision: 996566
URL: http://svn.apache.org/viewvc?rev=996566&view=rev
Log:
initial add
On the web servers at NCSU where VCL was initially developed, .ht-inc
directories were blocked from being delivered. I realized this wouldn't be the
ca
se on alot of servers where VCL would be installed. So, these files should keep
anything in here from being delivered.
Added:
incubator/vcl/trunk/web/.ht-inc/.htaccess
incubator/vcl/trunk/web/.ht-inc/maintenance/.htaccess
Added: incubator/vcl/trunk/web/.ht-inc/.htaccess
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/.htaccess?rev=996566&view=auto
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/.htaccess (added)
+++ incubator/vcl/trunk/web/.ht-inc/.htaccess Mon Sep 13 15:02:01 2010
@@ -0,0 +1 @@
+Deny from all
Added: incubator/vcl/trunk/web/.ht-inc/maintenance/.htaccess
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/maintenance/.htaccess?rev=996566&view=auto
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/maintenance/.htaccess (added)
+++ incubator/vcl/trunk/web/.ht-inc/maintenance/.htaccess Mon Sep 13 15:02:01
2010
@@ -0,0 +1 @@
+Deny from all