Hello,

I am trying to follow the 'Trac on Windows' guide. I am at step 28 and
having trouble getting apache to serve up the Trac pages. I am able to
log in, but then get a 404 error. Below is my config section from
httpd.conf, can anyone help with this? Thanks. Mike.


# TRAC
Alias /trac "C:/Python23/share/trac/htdocs"

<Location /cgi-bin/trac.cgi>
  SetEnv TRAC_ENV "e:/trac/trac.db"
  SetEnv PYTHONPATH "C:\Program Files\Subversion\bin"
  # if you are running Apache as a user other than System, the TMP
variable
  # needs to be set to a place where that user can write scratch files.
Make
  # sure that this directory is created and writable by that user.
  # SetEnv TMP "c:/svn/trac.db/tmp
</Location>

<Location /cgi-bin/trac.cgi/login>
  AuthType Basic
  AuthName "Subversion repository"
  AuthUserFile e:/svn_repository/.htaccess
  AuthzSVNAccessFile e:/svn_repository/.perms
  SVNPathAuthz off
</Location>

<Directory "C:/Python23/share/trac/htdocs">
  Options Indexes MultiViews
  AllowOverride None
  Order allow,deny
  Allow from all
</Directory>
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to