David Abrahams <[EMAIL PROTECTED]> writes: >> You certainly didn't configure Trac and Apache the right way, >> so that your static resources are served directly by Apache. >> >> Check: >> http://projects.edgewall.com/trac/wiki/TracCgi#MappingStaticResources >> http://projects.edgewall.com/trac/wiki/TracModPython#Using/tracrootURL >> >> If you don't do that, Trac will serve the static content directly, >> by using its "Chrome" component. > > I certainly did try to follow those instructions.
One more note: I do see the following in my Apache access_log i.p.add.ress - - [date] "GET /trac/zkb/report/1 HTTP/1.1" 200 9341 i.p.add.ress - - [date] "GET /trac-htdocs/css/report.css HTTP/1.1" 206 167 i.p.add.ress - - [date] "GET /trac/zkb/chrome/common/trac_banner.png HTTP/1$ i.p.add.ress - - [date] "GET /trac-htdocs/xml.png HTTP/1.1" 200 452 i.p.add.ress - - [date] "GET /trac/zkb/newticket HTTP/1.1" 200 6872 i.p.add.ress - - [date] "GET /trac-htdocs/css/ticket.css HTTP/1.1" 200 2775 i.p.add.ress - - [date] "GET /trac/zkb/chrome/common/trac_banner.png HTTP/1$ i.p.add.ress - - [date] "GET /trac-htdocs/js/wikitoolbar.js HTTP/1.1" 200 2$ i.p.add.ress - - [date] "POST /trac/zkb/newticket HTTP/1.1" 302 832 i.p.add.ress - - [date] "GET /trac/zkb/ticket/2 HTTP/1.1" 200 9978 i.p.add.ress - - [date] "GET /trac/zkb/chrome/common/trac_banner.png HTTP/1$ i.p.add.ress - - [date] "POST /trac/zkb/ticket/2 HTTP/1.1" 302 832 i.p.add.ress - - [date] "GET /trac/zkb/ticket/2 HTTP/1.1" 200 10325 (lines truncated with $ and ip/dates simplified for presentation) Doesn't that indicate that Apache is serving the images? -- Dave Abrahams Boost Consulting www.boost-consulting.com _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
