I’m getting the following error when I login as admin and try to access the
admin link. Everything else seems to be working fine, this is a small setup on
a local lan. Thanks for any help.
I’m running tracks on ubuntu intrepid, with apache 2 and mod_rails(passenger)
gem list:
*** LOCAL GEMS ***
daemons (1.0.10)
eventmachine (0.12.8)
rack (1.0.0)
thin (1.2.4)
ruby—version
ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
apache2 -v
Server version: Apache/2.2.9 (Ubuntu)
Server built: Aug 18 2009 14:24:40
apache vhost config:
<VirtualHost *>
ServerName tracker
DocumentRoot /var/www/tracks-1.7/public
ErrorLog /var/log/apache2/tracker.error.log
CustomLog /var/log/apache2/tracker.access.log combined
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel debug
RackEnv production
<Directory /var/www/tracks-1.7/public>
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Error log is here http://pastebin.com/m36bf4e31 to keep the post from being too long.
