]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- template for rss access
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 19 Jun 2006 13:28:35 +0000 (13:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-apache.conf -> 1.6

eventum-apache.conf

index bd79620a806142841b83e79fa19e7352704beb41..bb976930bdc498beda6125928bb999ea0039ef4e 100644 (file)
@@ -36,6 +36,11 @@ Alias /eventum /usr/share/eventum/htdocs
                # Set here IP of host running CVS
                Allow from 127.0.0.1
        </Files>
+
+       # rss has it's own authorization
+       <Files rss.php>
+               Allow from all
+       </Files>
 </Directory>
 
 # RPC for CLI interface
This page took 0.045802 seconds and 4 git commands to generate.