Here is how to configure logging: http://projects.edgewall.com/trac/wiki/TracIni#logging
Also check your Apache logs. On Mon, Mar 20, 2006 at 09:29:58AM -0500, James B. Byrne wrote: > On 20 Mar 2006 at 17:20, Alec Thomas wrote: > > > Sorry, I should have been more specific. I meant trunk of the tags > > plugin. > > I built the egg from an svn export from the tags trunk and I > installed it locally from the same build. Making the suggested > changes to trac.ini and running trac-admin <envdir> upgrade and > restarting httpd left me with a non-functioning trac installation. > Specifically, I received this error: > > Error > > No handler matched request to / > > A log file was not created and I cannot seem to get one created no > matter what I do. I also cannot seem to the get the WikiCalendar > macro to work. Apache/mod_python must see it because it created a > WikiCalendar.3.pyc in my <projenv>/wiki-macros directory. My > current software environment is: > > CentOS-4.2 > Apache-2.0.52 > mod_python-3.2.8 > swig-1.3.28 > Trac-0.9.4 > TracTags-0.2-py2.3 > > trac.ini (may be wrapped in e-mail) = > > > > [attachment] > > max_size = 262144 > > render_unsafe_content = false > > > > [browser] > > hide_properties = svk:merge > > > > [components] > > tractags.* = enabled > > #trac.wiki.web_ui.WikiModule = disabled > > webadmin.* = enabled > > wikicalendar.* = enabled > > > > [header_logo] > > align = top > > alt = "Harte & Lyne Logo" > > height = 90 > > link = https://trac.harte-lyne.ca > > width = 135 > > src = site/hlllogo.png > > > > [logging] > > log_file = trac.log > > log_level = DEBUG > > log_type = none > > > > [mimeviewer] > > enscript_path = enscript > > max_preview_size = 262144 > > php_path = php > > tab_width = 8 > > > > [notification] > > smtp_always_cc = > > always_notify_owner = true > > always_notify_reporter = true > > smtp_enabled = true > > smtp_from = [EMAIL PROTECTED] > > smtp_password = > > smtp_port = 25 > > smtp_replyto = [EMAIL PROTECTED] > > smtp_server = smtp.hamilton.harte-lyne.ca > > smtp_user = > > > > [project] > > descr = Canada Customs Applications Development > > footer = Visit the Trac open source project at<br /><a > href="http://trac.edgewall.com/">http://trac.edgewall.com/</a> > > url = https://trac.harte-lyne.ca/ > > name = Harte & Lyne Limited > > url = https://trac.harte-lyne.ca/ > > > > [ticket] > > default_component = General Design Document > > default_milestone = > > default_owner = byrnejb > > default_priority = routine > > default_severity = normal > > default_type = documentation > > default_version = 0.0.a - Design > > restrict_owner = false > > > > [timeline] > > changeset_show_files = 0 > > default_daysback = 90 > > ticket_show_details = false > > > > [trac] > > check_auth_ip = true > > database = postgres://xxxxxx:[EMAIL PROTECTED]/trac_db > > default_charset = iso-8859-15 > > #default_handler = TagsWikiModule > > default_handler = WikiModule > > htdocs_location = > > ignore_auth_case = false > > mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search > > #metanav = login,logout,settings,help,about > > permission_store = DefaultPermissionStore > > repository_dir = /var/spool/svn > > templates_dir = /usr/share/trac/templates > > > > [wiki] > > ignore_missing_pages = false > > > > > -- > *** e-mail is not a secure channel *** > mailto:byrnejb.<token>@harte-lyne.ca > James B. Byrne Harte & Lyne Limited > vox: +1 905 561 1241 9 Brockley Drive > fax: +1 905 561 0757 Hamilton, Ontario > <token> = hal Canada L8E 3C3 > > -- Evolution: Taking care of those too stupid to take care of themselves. _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
