Rainer,

My httpd.conf file has this entry in it.

<Location "C:/Program Files/Apache Software 
Foundation/Apache2.2/htdocs/Worldview">
  Satisfy all
  SetHandler mod_python
  PythonInterpreter main_interpreter
  PythonHandler trac.web.modpython_frontend
  PythonOption TracUriRoot /Worldview
</Location>

I created the project environment at this location using trac-admin  
Path initenv, when I access this via
http://localhost:9000/Worldview

In my browser. Apache fires back the directory contents, with hyper 
links to the various directories Ie:


  Index of /Worldview

    * Parent Directory <http://euclid:9000/>
    * README <http://euclid:9000/Worldview/README>
    * VERSION <http://euclid:9000/Worldview/VERSION>
    * attachments/ <http://euclid:9000/Worldview/attachments/>
    * conf/ <http://euclid:9000/Worldview/conf/>
    * db/ <http://euclid:9000/Worldview/db/>
    * htdocs/ <http://euclid:9000/Worldview/htdocs/>
    * log/ <http://euclid:9000/Worldview/log/>
    * plugins/ <http://euclid:9000/Worldview/plugins/>
    * templates/ <http://euclid:9000/Worldview/templates/>
    * wiki-macros/ <http://euclid:9000/Worldview/wiki-macros/>

Instead of the trac system. Any thoughts ?

Cheers
Chris



Rainer Sokoll wrote:
> On Wed, Sep 05, 2007 at 10:45:59AM -0400, Chris Howell wrote:
>
>   
>> The location //projects/myproject /Does this refer to the location of a 
>> project anywhere ?
>>     
>
> It refers to the logical path[1] to your trac environment (myproject in
> your example)
>
>   
>> Doest he project when I set it up have to exist in 
>> the htdocs subdirectory under apache? Or can it exist anywhere on the 
>> system ?
>>     
>
> Either under htdocs or, if not, you have to use apache's alias
> directive.
>
> Rainer
>
> [1] as it is in the GET request
>
> >
>
>
>   

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