< I do not use svn for the moment in this instance.> 
Didn't know

Please control the following line
Alias /trac/chrome/common "C:\Python24\share\trac\htdocs"

I think "\" should be replaced with "/"

And I think you need also the following line
#SetEnv TRAC_ENV "c:/svn/trac.db"
as it point to your trac environment

Have you thought about using mod_python?
Have you tried the trac standalone server if it is working?


Mit freundlichen Grüßen / Best regards
 
Frühwirth Alexander 
 

-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[EMAIL PROTECTED] Im Auftrag von 
bee_ej2p
Gesendet: Freitag, 26. Januar 2007 10:27
An: Trac Users
Betreff: [Trac] Re: trac-cgi / apache / Windows


I do not use svn for the moment in this instance.

It seems that all the clues you gave me are related to svn...

On 26 jan, 09:13, <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Uncomment the following to lines:
>
> #LoadModule dav_module modules/mod_dav.so
> #LoadModule dav_fs_module modules/mod_dav_fs.so
>
> Copy the files "mod_dav_svn.so" and "mod_authz_svn.so"
> From the Subversion bin directory (C:\Program Files\Subversion\bin) to the 
> Apache modules directory
>
> Add the following lines to the configuration
> # Subversion
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
>
> Your location directive
>
> > # Alias for the friendly URL
> > ScriptAlias /trac "C:/Python24/share/trac/cgi-bin/trac.cgi"
> > <Location "/trac">
> >  Options ExecCGI
> >#  SetEnv TRAC_ENV "c:/svn/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>I think you should uncomment the following lines
> SetEnv TRAC_ENV "c:/svn/trac.db"
> SetEnv PYTHONPATH "C:/Program Files/Subversion/bin"
>
> And set the variables according to your installation
> 
> Mit freundlichen Grüßen / Best regards
> 
> Alex




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