You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to trac-...@googlegroups.com
Hello everybody,
can someonetell mewhere I finda tutorialto install theTRACin apache?
[]'s
Steffen Hoffmann
unread,
Dec 17, 2012, 1:37:49 PM12/17/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to trac-...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 17.12.2012 17:43, Maiquel Knechtel wrote:
> Hello everybody,
>
> can someone tell me where I find a tutorial to install the TRAC in apache?
Because Trac is largely self-documenting, you should have looked inside
the authoritative wiki at trac.edgewall.org, missed that?
The install documentation has setup and configuration information
specifically for running Trac on a number of popular web-servers [1].
Details depend on the module used - WSGI [2] is commonly referred to as
current suggestion. Even the authentication part can be handled by
Apache itself [3]. For production you should go with the DigestAuth, and
have a look at the AccountManagerPlugin [4], if managing the htdigest
file looks to cumbersome to you at the terminal.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to trac-...@googlegroups.com
Unless you are going to use this for your own use, I highly suggest using one of the means (mod_wsgi, fcgi,mod_python) and have trac on a web server. The documentation says it too: " Fewer features: Tracd implements a very simple web-server and is not as configurable or as scalable as Apache httpd.
" As Steve pointed, follow the instructions on the official trac page. If you are using Ubuntu you can follow the instruction below --ignore the bzr part and it should work. http://trac.edgewall.org/wiki/Ubuntu-10.04-Bazaar