[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [951] branches/1.2
- Subject: SF.net SVN: ledger-smb: [951] branches/1.2
- From: ..hidden..
- Date: Mon, 19 Mar 2007 19:53:22 -0700
Revision: 951
http://svn.sourceforge.net/ledger-smb/?rev=951&view=rev
Author: einhverfr
Date: 2007-03-19 19:53:22 -0700 (Mon, 19 Mar 2007)
Log Message:
-----------
renaming httpd.conf extension to ledgersmb-httpd.conf
Modified Paths:
--------------
branches/1.2/configure_apache.sh
Added Paths:
-----------
branches/1.2/ledgersmb-httpd.conf
Removed Paths:
-------------
branches/1.2/ledger-smb-httpd.conf
Modified: branches/1.2/configure_apache.sh
===================================================================
--- branches/1.2/configure_apache.sh 2007-03-20 02:45:44 UTC (rev 950)
+++ branches/1.2/configure_apache.sh 2007-03-20 02:53:22 UTC (rev 951)
@@ -9,8 +9,8 @@
chown $username spool templates css
-echo "Where do we copy the ledger-smb-httpd.conf file to?"
+echo "Where do we copy the ledgersmb-httpd.conf file to?"
read location
-cp ledger-smb-httpd.conf $location
+cp ledgersmb-httpd.conf $location
echo "Please restart your web server for the changes to take effect."
Deleted: branches/1.2/ledger-smb-httpd.conf
===================================================================
--- branches/1.2/ledger-smb-httpd.conf 2007-03-20 02:45:44 UTC (rev 950)
+++ branches/1.2/ledger-smb-httpd.conf 2007-03-20 02:53:22 UTC (rev 951)
@@ -1,39 +0,0 @@
-
-Alias /ledger-smb WORKING_DIR
-
-<Directory WORKING_DIR>
- AllowOverride All
- AddHandler cgi-script .pl
- Options ExecCGI Includes FollowSymlinks
- Order Allow,Deny
- Allow from All
- <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/LedgerSMB>
- Order Deny,Allow
- Deny from All
-</Directory>
Added: branches/1.2/ledgersmb-httpd.conf
===================================================================
--- branches/1.2/ledgersmb-httpd.conf (rev 0)
+++ branches/1.2/ledgersmb-httpd.conf 2007-03-20 02:53:22 UTC (rev 951)
@@ -0,0 +1,39 @@
+
+Alias /ledger-smb WORKING_DIR
+
+<Directory WORKING_DIR>
+ AllowOverride All
+ AddHandler cgi-script .pl
+ Options ExecCGI Includes FollowSymlinks
+ Order Allow,Deny
+ Allow from All
+ <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/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.