[packages/trac] cleanup cvs leftovers and unused httpd.conf

glen glen at pld-linux.org
Sat Jan 18 01:20:07 CET 2014


commit a6f38135f6d24e659cc0e776d495c7c363df7d7f
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Jan 18 02:19:50 2014 +0200

    cleanup cvs leftovers and unused httpd.conf

 trac-apache.conf   |  1 -
 trac-httpd.conf    | 44 --------------------------------------------
 trac-lighttpd.conf |  1 -
 3 files changed, 46 deletions(-)
---
diff --git a/trac-apache.conf b/trac-apache.conf
index 0467399..255a989 100644
--- a/trac-apache.conf
+++ b/trac-apache.conf
@@ -1,4 +1,3 @@
-# $Id$
 Alias /trac/chrome/common /usr/share/trac/htdocs
 AliasMatch ^/trac/([^/]+)/chrome/common/js/jquery.js /usr/share/jquery/jquery.js
 AliasMatch ^/trac/([^/]+)/chrome/common/(.*) /usr/share/trac/htdocs/$2
diff --git a/trac-httpd.conf b/trac-httpd.conf
deleted file mode 100644
index d9bd6a6..0000000
--- a/trac-httpd.conf
+++ /dev/null
@@ -1,44 +0,0 @@
-# $Id$
-Alias /trac/chrome/common /usr/share/trac/htdocs
-AliasMatch ^/trac/([^/]+)/chrome/common/js/jquery.js /usr/share/jquery/jquery.js
-AliasMatch ^/trac/([^/]+)/chrome/common/(.*) /usr/share/trac/htdocs/$2
-# namespace for plugins
-AliasMatch ^/trac/([^/]+/)?chrome/([^/]+)/(.*) /usr/share/trac/htdocs/$2/$3
-
-<Directory "/usr/share/trac/htdocs">
-	Require all granted
-</Directory>
-
-# TracModPython
-# http://projects.edgewall.com/trac/wiki/TracModPython
-<IfModule mod_python.c>
-	<Location /trac>
-		SetHandler mod_python
-		PythonHandler trac.web.modpython_frontend
-		# For multiple projects
-		PythonOption TracEnvParentDir /var/lib/trac
-	</Location>
-	<Location ~ "^/trac/([^/]+/)?chrome/">
-		Sethandler default-handler
-	</Location>
-</IfModule>
-
-# TracCgi
-# http://projects.edgewall.com/trac/wiki/TracCgi
-<IfModule !mod_python.c>
-	ScriptAlias /trac /usr/share/trac/cgi-bin/trac.cgi
-	<Location /trac>
-		<IfModule mod_env.c>
-			SetEnv TRAC_ENV_PARENT_DIR /var/lib/trac
-		</IfModule>
-		Require all granted
-	</Location>
-</IfModule>
-
-# You need this to allow users to authenticate
-<Location ~ "^/trac/[^/]+/login">
-	AuthType Basic
-	AuthName "trac"
-	AuthUserFile /etc/webapps/trac/htpasswd
-	Require valid-user
-</Location>
diff --git a/trac-lighttpd.conf b/trac-lighttpd.conf
index 2679a62..3ae17b8 100644
--- a/trac-lighttpd.conf
+++ b/trac-lighttpd.conf
@@ -1,4 +1,3 @@
-# $Id$
 
 alias.url += (
 	"/trac/chrome/common/" => "/usr/share/trac/htdocs/",
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/trac.git/commitdiff/a6f38135f6d24e659cc0e776d495c7c363df7d7f



More information about the pld-cvs-commit mailing list