My trac.log contains:
2007-04-24 12:01:13,276 Trac[__init__] WARNING: 404 Not Found (No
handler matched request to /trac)
2007-04-24 12:01:13,412 Trac[__init__] WARNING: 404 Not Found (No
handler matched request to /trac/css/trac.css)
2007-04-24 12:01:13,701 Trac[__init__] WARNING: 404 Not Found (No
handler matched request to /trac/js/trac.js)
2007-04-24 12:01:13,835 Trac[__init__] WARNING: 404 Not Found (No
handler matched request to /trac/trac_logo_mini.png)
When I hit /trac in my web browser I see a trac error page without the
css formatting with the
Not Found
No handler matched request to /trac
All pages I try have the same error message, eg.
Not Found
No handler matched request to /trac/css/trac.css
A number of the links on the page don't include "trac" -- for instance
the search form posts to /search instead of /trac/search. The links
to wiki and timeline go to /wiki and /timeline, instead of /trac/wiki,
and /trac/timeline
I can't understand what is happening. I even have this environment
set up fine on test server but on my production box I am getting this
No handler matched request error.
How can I go debugging this issue? I've checked the permissions on
the files in the trac project folder, and they match those of the
other projects I have working just fine on the box.
On Apr 23, 6:38 pm, hal_robertson <[EMAIL PROTECTED]> wrote:
> I am managing multiple trac installations using separate Apache
> virtual hosts without any problem
>
> However I just created a new trac project w/ trac-admin and created a
> new virtual host for this project, and I am getting a trac error when
> I try to access the new project through the web browser:
>
> Not Found
>
> No handler matched request to /trac
>
> No matter which url's I try underneath the new trac project /trac they
> all return the "no handler matched request" error.
>
> I can see that the trac.ini file is being parsed. For example, the
> ALT text where the header logo should be is set to the same value in
> the new project's trac.ini file. However, the CSS styles are not
> being loaded ("no handler matched request" error if I try to put the
> URL for the CSS file into the browser)
>
> I am using Trac 0.10.3 and Apache 2/mod_python. My other trac
> projects are fine however this new one is causing me quite a
> headache. Where should I look to track down this problem?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---