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

SF.net SVN: ledger-smb:[3196] trunk



Revision: 3196
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3196&view=rev
Author:   einhverfr
Date:     2011-06-02 20:30:15 +0000 (Thu, 02 Jun 2011)

Log Message:
-----------
Renaming the ledgersmb-httpd.conf

Added Paths:
-----------
    trunk/ledgersmb-httpd.conf.template

Removed Paths:
-------------
    trunk/ledgersmb-httpd.conf

Deleted: trunk/ledgersmb-httpd.conf
===================================================================
--- trunk/ledgersmb-httpd.conf	2011-06-02 19:12:44 UTC (rev 3195)
+++ trunk/ledgersmb-httpd.conf	2011-06-02 20:30:15 UTC (rev 3196)
@@ -1,60 +0,0 @@
-# This file must be edited to substitute the current path with WORKING_DIR
-
-Alias /ledgersmb WORKING_DIR/
-
-<Directory WORKING_DIR>
-
-  # Rewrite rule to allow HTTP Authorization information to the scripts only
-  # from this directory.
-  RewriteEngine On
-  RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
-
-  AllowOverride All
-  AddHandler cgi-script .pl
-  Options ExecCGI Includes FollowSymlinks
-
-  # By default, only allow from localhost.  If you change this, please be
-  # advised that you should use SSL protection on any and all network
-  # connections that access this application in order to protect usernames and
-  # passwords.
-  Order Deny,Allow
-  Allow from 127.0.0.1
-  Allow from localhost
-  Deny from All
-
-  # The rest of this file just tightens up security.
-  <Files ~ "\.conf$">
-    Order Deny,Allow
-    Deny from All
-  </Files>
-</Directory>
-
-<Directory WORKING_DIR/users>
-  Order Deny,Allow
-  Deny from All
-</Directory>
-
-<Directory WORKING_DIR/bin>
-  Order Deny,Allow
-  Deny from All
-</Directory>
-
-<Directory WORKING_DIR/utils>
-  Order Deny,Allow
-  Deny from All
-</Directory>
-
-<Directory WORKING_DIR/spool>
-  Order Deny,Allow
-  Deny from All
-</Directory>
-
-<Directory WORKING_DIR/templates>
-  Order Deny,Allow
-  Deny from All
-</Directory>
-
-<Directory WORKING_DIR/LedgerSMB>
-  Order Deny,Allow
-  Deny from All
-</Directory>

Copied: trunk/ledgersmb-httpd.conf.template (from rev 3142, trunk/ledgersmb-httpd.conf)
===================================================================
--- trunk/ledgersmb-httpd.conf.template	                        (rev 0)
+++ trunk/ledgersmb-httpd.conf.template	2011-06-02 20:30:15 UTC (rev 3196)
@@ -0,0 +1,60 @@
+# This file must be edited to substitute the current path with WORKING_DIR
+
+Alias /ledgersmb WORKING_DIR/
+
+<Directory WORKING_DIR>
+
+  # Rewrite rule to allow HTTP Authorization information to the scripts only
+  # from this directory.
+  RewriteEngine On
+  RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
+
+  AllowOverride All
+  AddHandler cgi-script .pl
+  Options ExecCGI Includes FollowSymlinks
+
+  # By default, only allow from localhost.  If you change this, please be
+  # advised that you should use SSL protection on any and all network
+  # connections that access this application in order to protect usernames and
+  # passwords.
+  Order Deny,Allow
+  Allow from 127.0.0.1
+  Allow from localhost
+  Deny from All
+
+  # The rest of this file just tightens up security.
+  <Files ~ "\.conf$">
+    Order Deny,Allow
+    Deny from All
+  </Files>
+</Directory>
+
+<Directory WORKING_DIR/users>
+  Order Deny,Allow
+  Deny from All
+</Directory>
+
+<Directory WORKING_DIR/bin>
+  Order Deny,Allow
+  Deny from All
+</Directory>
+
+<Directory WORKING_DIR/utils>
+  Order Deny,Allow
+  Deny from All
+</Directory>
+
+<Directory WORKING_DIR/spool>
+  Order Deny,Allow
+  Deny from All
+</Directory>
+
+<Directory WORKING_DIR/templates>
+  Order Deny,Allow
+  Deny from All
+</Directory>
+
+<Directory WORKING_DIR/LedgerSMB>
+  Order Deny,Allow
+  Deny from All
+</Directory>


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