Hallo !
I’ve been trying to install Tracks in combination with Apache2 for several hours now and decided to aquire some help from the forum:
This is my vHost:
<VirtualHost [::]:443>
ServerName gtd.ipv6.myhost.de
DocumentRoot /var/gtd/tracks/public
ServerSignature On
LogLevel warn
ErrorLog /var/log/apache2/error.log
CustomLog /var/log/apache2/access.log combined
AddHandler fcgid-script .fcgi
DefaultInitEnv RAILS_ENV production
<Files *.fcgi>
SetHandler fcgid-script
Options ExecCGI +FollowSymLinks
</Files>
<Directory /var/gtd/tracks/public>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^/(.*) dispatch.fcgi [QSA,L]
</Directory>
</VirtualHost>
And this is the error I get in /var/log/apache2/error.log:
All files in
/var/gtd/tracks/db
are writeable for www-data.
Thanks for your help.
I am new to Ruby & Rails.
Regards
Gleis
