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

SF.net SVN: ledger-smb: [1693] trunk/ledgersmb-httpd.conf



Revision: 1693
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1693&view=rev
Author:   einhverfr
Date:     2007-10-02 22:15:02 -0700 (Tue, 02 Oct 2007)

Log Message:
-----------
Adding rewrite rules to the Apache configuration to handle authorization headers

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

Modified: trunk/ledgersmb-httpd.conf
===================================================================
--- trunk/ledgersmb-httpd.conf	2007-10-03 01:32:37 UTC (rev 1692)
+++ trunk/ledgersmb-httpd.conf	2007-10-03 05:15:02 UTC (rev 1693)
@@ -1,6 +1,8 @@
 Alias /ledgersmb WORKING_DIR/
 
 <Directory WORKING_DIR>
+  RewriteEngine On
+  RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
   AllowOverride All
   AddHandler cgi-script .pl
   Options ExecCGI Includes FollowSymlinks


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