[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5904] trunk/ledgersmb-httpd-2.0-2.2.conf.template



Revision: 5904
          http://sourceforge.net/p/ledger-smb/code/5904
Author:   tshvr
Date:     2013-07-17 08:28:05 +0000 (Wed, 17 Jul 2013)
Log Message:
-----------
avoid Directory index forbidden by Options directive

Modified Paths:
--------------
    trunk/ledgersmb-httpd-2.0-2.2.conf.template

Modified: trunk/ledgersmb-httpd-2.0-2.2.conf.template
===================================================================
--- trunk/ledgersmb-httpd-2.0-2.2.conf.template	2013-07-17 08:25:09 UTC (rev 5903)
+++ trunk/ledgersmb-httpd-2.0-2.2.conf.template	2013-07-17 08:28:05 UTC (rev 5904)
@@ -75,6 +75,7 @@
 
 #to avoid 'Directory index forbidden by Options directive' , i had to code follwoing with trailing slash ,tshvr4
 <Directory WORKING_DIR/css/>
+   Options Indexes FollowSymLinks
    Order Deny,Allow
    Allow from All
 </Directory>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.