Hello everyone,

I'm having a tough time getting Trac to work with Apache on OS X 10.5
Server. The error I get is "Access Forbidden 403"

tracd works fine.

I followed the wiki instructions and installed everything.

And I chown'd the trac folder (-R www)

Site path: /Users/subversion/trac

httpd-trac.conf:

        ScriptAlias /trac /Users/subversion/trac/cgi-bin/trac.fcgi
        FastCgiConfig -initial-env TRAC_ENV=/Users/subversion/trac

        <Location "/trac"> SetEnv TRAC_ENV "/Users/subversion/trac"
                AuthType Basic
                AuthName "SVN Repository"
                AuthuserFile /dev/null
                AuthBasicAuthoritative Off
                Require valid-user
                SSLRequireSSL
        </Location>
        <Directory "/Users/subversion/trac/cgi-bin">
                AllowOverride None
                Options None
                Order allow,deny
                Allow from all
        </Directory>


Anybody have any insight on this. Thank you in advance.

Beckley

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