On Sat, 2006-01-07 at 17:29 -0500, Matthew Gillen wrote:
> Axel Thimm wrote:
> > > what I have is
> > 
> >     Alias /trac-static "/usr/share/trac/htdocs/"
> >     ScriptAlias /trac /usr/share/trac/cgi-bin/trac.cgi
> >     <Location "/trac">
> >        ...
> > 
> > And trac.ini has
> > 
> > htdocs_location = /trac-static/
> > 
> > So, it all looks OK, or not? And this is what the documentation
> > suggests to do.
> > 
...snip...
> And I don't use a ScriptAlias directive at all.  If your Location 
> directive looks like mine (ie you're using mod_python), the solution to 
> your problem might be as simple as just removing the ScriptAlias 
> directive completely.

No, he's using CGI, so the config is different.  ScriptAlias is used
with CGI and FastCGI to alias a URL to the appropriate script.

-- 
Matthew Good <[EMAIL PROTECTED]>

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to