We wanted our trac instance to be secure using ssl, but we were really
displeased with the speed of fastcgi.

Here's a relatively simple solution we put in place that appears very
fast and provides ssl security.

1. started tracd using the "--protocol scgi" option on port XXXX
2. installed mod_scgi for apache
3. used "SCGIMount /trac localhost:XXXX" inside our secure VirtualHost
directive

Caveat ...

- You have to keep both httpd and tracd running.

Setup ...

- Trac 10.4
- authentication through account manager plugin

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to