So I discovered the base_url parameter in trac.ini. This serves my purposes for modifying the ticket updates, by setting base_url = nice- domain.com/path/to/project in the [trac] section of trac.ini. I also ran across the old archaeology around rss feeds and authentication. Yuck. I'm going to try to convince my bosses that it's ok to leave the feeds unauthenticated since access to the actual tickets requires authentication. But if anyone is smart about using RSS feeds and Trac in an authenticated setup, I'd love to hear how people are using it.
Thanks, Vincent On Aug 24, 10:36 am, cobwebsmasher <[EMAIL PROTECTED]> wrote: > Hello all. I am using Trac 0.9.6, not by choice, on a TextDrive shared > account where I have no real ability to manipulate the setup. At textdrive, > they enforce using a personal instance of tracd for running our Trac > environments as opposed to Apache + mod_python. Where Apache does come in is > in the case of proxying nice urls into the tracd instance. > > Instructions on the mod_rewrite rules necessary for this (see the > subdirectory variation) can be found at this > link:http://help.textdrive.com/index.php?pg=kb.page&id=130 > > So here's my skinny: > > When I surf to the "nice" URLs, and then Apache forwards the user to the > localhost:<PORT> tracd, everything works fine and dandy. Except that ticket > updates sent out by email now reference a 127.0.0.1:9006 address instead of > the original domain, which renders the link unusable. Is there a > default_domain or flag that can be set to force the ticket variables to stay > at the specific domain? > > And would this also be an issue with the rss feeds? > > Thanks, > > Vincent > > ____________________________________________________________________________________ > Need a vacation? Get great deals > to amazing places on Yahoo! Travel.http://travel.yahoo.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
