[Python-apps-commits] r3820 - in packages/trac/trunk/debian (README.Debian changelog)
techtonik-guest at users.alioth.debian.org
techtonik-guest at users.alioth.debian.org
Wed Sep 23 15:47:34 UTC 2009
Date: Wednesday, September 23, 2009 @ 15:47:33
Author: techtonik-guest
Revision: 3820
readme now warns that CGI is sluggish
Modified:
packages/trac/trunk/debian/README.Debian
packages/trac/trunk/debian/changelog
Modified: packages/trac/trunk/debian/README.Debian
===================================================================
--- packages/trac/trunk/debian/README.Debian 2009-09-23 10:26:04 UTC (rev 3819)
+++ packages/trac/trunk/debian/README.Debian 2009-09-23 15:47:33 UTC (rev 3820)
@@ -53,20 +53,24 @@
It can be configured to be run as CGI application (CGI, WSGI, FCGI)
or with mod-python.
-Configuring as CGI, WSGI, FCGI
---------------------------------
+Configuring as CGI, WSGI, FastCGI
+---------------------------------
For trac >= 0.11 the *gi scripts have to be generated using the deploy command:
trac-admin /path/to/env deploy /path/to/www/trac
+This will generate scripts in the /path/to/www/trac/cgi-bin directory with
+substituted Trac environment paths.
+
To use trac as an executable script in Apache, just add the according entry:
-#Trac as CGI on Apache
+#Trac as CGI on Apache (sluggish, not recommended)
#extra info in https://coderanger.net/~coderanger/tracdoc/install/cgi.html
+#even more info at http://trac.edgewall.org/wiki/TracCgi
ScriptAlias /trac /path/to/www/trac/cgi-bin/trac.cgi
-#Trac as FCGI on Apache
+#Trac as FastCGI on Apache
#extra info in https://coderanger.net/~coderanger/tracdoc/install/fastcgi.html
ScriptAlias /trac /path/to/www/trac/cgi-bin/trac.fcgi/
@@ -127,12 +131,11 @@
/The Trac Team
-Please also consider joining the mailing list at
-<http://lists.edgewall.com/mailman/listinfo/trac/>.
+Please also consider joining mailing lists at
+<http://trac.edgewall.org/wiki/MailingList>
Visit the Trac open source project at <http://trac.edgewall.com/>
Jonas Borgstrom <jonas at edgewall.com>, Sat, 22 May 2004 20:49:22 +0200
Luis Matos <gass at otiliamatos.ath.cx> Mon, 21 Jul 2008 21:06:36 +0100
-
Modified: packages/trac/trunk/debian/changelog
===================================================================
--- packages/trac/trunk/debian/changelog 2009-09-23 10:26:04 UTC (rev 3819)
+++ packages/trac/trunk/debian/changelog 2009-09-23 15:47:33 UTC (rev 3820)
@@ -1,16 +1,17 @@
trac (0.11.5-3) unstable; urgency=low
[ W. Martin Borgert ]
-
* Improved package description.
* Fixed another lintian.
[ anatoly techtonik ]
+ * README.Debian update for 0.11.x
+ - Trac can work without repository
+ - warn that CGI setup is sluggish
+ - other minor edits
- * Refreshed README.Debian info up to web-server configuration.
+ -- W. Martin Borgert <debacle at debian.org>
- -- W. Martin Borgert <debacle at debian.org>
-
trac (0.11.5-2) unstable; urgency=low
* Set exec bit for *_frontends (Closes: #510441), thanks to Torsten
More information about the Python-apps-commits
mailing list