-----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. This should get you started. Steffen Hoffmann [1] http://trac.edgewall.org/wiki/TracInstall#RunningTraconaWebServer [2] http://trac.edgewall.org/wiki/TracModWSGI [3] http://trac.edgewall.org/wiki/TracModWSGI#ConfiguringAuthentication [4] http://trac-hacks.org/wiki/AccountManagerPlugin/AuthStores#HtDigestStore -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlDPZnkACgkQ31DJeiZFuHfuRQCeOx6dk8c9d1QodDPBSk7hI9MT DWkAmwbQH3EGdHjTKfymT3IfJOsuP7P/ =M5hA -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
