[csw-devel] SF.net SVN: gar:[5089] csw/mgar/pkg/mediawiki/trunk/files/httpd-mediawiki. conf.CSW

valholla at users.sourceforge.net valholla at users.sourceforge.net
Thu May 28 19:54:52 CEST 2009


Revision: 5089
          http://gar.svn.sourceforge.net/gar/?rev=5089&view=rev
Author:   valholla
Date:     2009-05-28 17:54:52 +0000 (Thu, 28 May 2009)

Log Message:
-----------
add httpd-conf file

Added Paths:
-----------
    csw/mgar/pkg/mediawiki/trunk/files/httpd-mediawiki.conf.CSW

Added: csw/mgar/pkg/mediawiki/trunk/files/httpd-mediawiki.conf.CSW
===================================================================
--- csw/mgar/pkg/mediawiki/trunk/files/httpd-mediawiki.conf.CSW	                        (rev 0)
+++ csw/mgar/pkg/mediawiki/trunk/files/httpd-mediawiki.conf.CSW	2009-05-28 17:54:52 UTC (rev 5089)
@@ -0,0 +1,14 @@
+Alias /mediawiki "_MEDIAWIKIDIR_"
+
+<Directory "_MEDIAWIKIDIR_">
+    AllowOverride None
+    <Limit GET POST OPTIONS>
+        Order allow,deny
+        Allow from all
+    </Limit>
+    <LimitExcept GET POST OPTIONS>
+        Order deny,allow
+        Deny from all
+    </LimitExcept>
+</Directory>
+


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



More information about the devel mailing list