On Wed, Sep 11, 2024 at 06:21:36AM +0900, Jun Omae wrote:
> On 2024/09/10 23:38, Sandro Santilli wrote:
> > I've tried setting trac.htdocs_location in trac.ini but I don't
> > see it ever used, how could I possibly debug this issue ?
> >
> > It's Trac-1.6 served by mod_python
> > The env trac.ini also sets base_url if that's possibly related.
> >
> > Please include my address whey replying as I'm not always reading the list.
>
> Please explain "not used" and points which you've confirmed.
Ok I found the problem:
trac.ini inherits trac-common.ini
The htdocs_location set in trac-common.ini has no effect because
trac.ini has it set to the empty string, overriding the one in
trac-common.ini
--strk;