Some more details:
trac-admin /path/to/env deploy /path/to/www/trac
should really be read (within the context) as:
trac-admin /path/to/projectenv deploy /path/to/www/trac
And later on:
#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/
should read as:
#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/
$ chmod +x /path/to/www/trac/cgi-bin/trac.fcgi
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]