hi,
perhaps someone can help me here. i'm stuck while setting up trac as
a
fcgi-module. install, project, deploy and all went ok. afterwards i
created
a subdomain for trac, linking common files also works. i added a user
to the
htaccess and authentication works BUT after authenticating i only get
a 404
error. tried different things, none worked.
here is my virtual host enty:
<VirtualHost *:80>
ServerName www.trac.domain.de
ServerAlias trac.domain.de
DocumentRoot /server/www/domain/subs/trac/
Alias /chrome/common/ /server/www/domain/subs/trac/htdocs/common/
ScriptAlias / /server/www/domain/subs/trac/cgi-bin/trac.fcgi
Options -Indexes +ExecCGI
DirectoryIndex index.cgi
AddHandler cgi-script .cgi
<Location "/">
SetEnv TRAC_ENV "/server/www/domain/subs/trac/projects/domain/"
SetEnv TRAC_ENV_PARENT_DIR "/server/www/domain/subs/trac/"
</Location>
<Location "/login">
AuthType Basic
AuthName "TracLogin"
AuthUserFile /server/www/domain/subs/trac/.htpasswd
Require valid-user
</Location>
</Virtualhost>
perhaps someone can help
thanks, Amras.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---