From ac35595d0e52f2b92bb255590402f4a14b059559 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Tue, 20 Mar 2007 02:53:22 +0000 Subject: renaming httpd.conf extension to ledgersmb-httpd.conf git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@951 4979c152-3d1c-0410-bac9-87ea11338e46 --- configure_apache.sh | 4 ++-- ledger-smb-httpd.conf | 39 --------------------------------------- ledgersmb-httpd.conf | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 ledger-smb-httpd.conf create mode 100644 ledgersmb-httpd.conf diff --git a/configure_apache.sh b/configure_apache.sh index 645bde4b..c0f10f07 100644 --- a/configure_apache.sh +++ b/configure_apache.sh @@ -9,8 +9,8 @@ read username 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." diff --git a/ledger-smb-httpd.conf b/ledger-smb-httpd.conf deleted file mode 100644 index b92e09d4..00000000 --- a/ledger-smb-httpd.conf +++ /dev/null @@ -1,39 +0,0 @@ - -Alias /ledger-smb WORKING_DIR - - - AllowOverride All - AddHandler cgi-script .pl - Options ExecCGI Includes FollowSymlinks - Order Allow,Deny - Allow from All - - Order Deny,Allow - Deny from All - - - - - Order Deny,Allow - Deny from All - - - - Order Deny,Allow - Deny from All - - - - Order Deny,Allow - Deny from All - - - - Order Deny,Allow - Deny from All - - - - Order Deny,Allow - Deny from All - diff --git a/ledgersmb-httpd.conf b/ledgersmb-httpd.conf new file mode 100644 index 00000000..b92e09d4 --- /dev/null +++ b/ledgersmb-httpd.conf @@ -0,0 +1,39 @@ + +Alias /ledger-smb WORKING_DIR + + + AllowOverride All + AddHandler cgi-script .pl + Options ExecCGI Includes FollowSymlinks + Order Allow,Deny + Allow from All + + Order Deny,Allow + Deny from All + + + + + Order Deny,Allow + Deny from All + + + + Order Deny,Allow + Deny from All + + + + Order Deny,Allow + Deny from All + + + + Order Deny,Allow + Deny from All + + + + Order Deny,Allow + Deny from All + -- cgit v1.2.3