]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-apache.conf
- release 1
[packages/eventum.git] / eventum-apache.conf
index fc076f6f93f278f9ef06e7ffd8322f7c22765680..51c12bbdc52d27665e2c43f5ff16acbe8bdc1f94 100644 (file)
@@ -6,12 +6,12 @@ Alias /eventum /usr/share/eventum/htdocs
 # Eventum is running under VirtualHost
 #NameVirtualHost *:80
 #<VirtualHost *:80>
-#      ServerName eventum
+#      ServerName eventum.example.org
 #      DocumentRoot /usr/share/eventum/htdocs
 #</VirtualHost>
 #NameVirtualHost *:443
 #<VirtualHost *:443>
-#      ServerName eventum
+#      ServerName eventum.example.org
 #      DocumentRoot /usr/share/eventum/htdocs
 #</VirtualHost>
 
@@ -20,14 +20,6 @@ Alias /eventum /usr/share/eventum/htdocs
        Order deny,allow
        Allow from all
 
-       # for SCM integration
-       <Files scm_ping.php>
-               AllowOverride None
-               Order allow,deny
-               # Set here IP of host running CVS
-               Allow from 127.0.0.1
-       </Files>
-
        # Make whole eventum password protected
 #      AllowOverride None
 #      Deny from all
@@ -37,6 +29,18 @@ Alias /eventum /usr/share/eventum/htdocs
 #      AuthName "Eventum"
 #      Require group eventum
 #      Satisfy any
+
+       # for SCM integration
+       <Files scm_ping.php>
+               Order allow,deny
+               # 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.243282 seconds and 4 git commands to generate.