Hi Everyone, I have a problem occurring when using FastCGI on a Debian server. I am getting a this error; No such file or directory - /tmp/mysql.sock I have updated my database.yml to point at the correct location ( socket: /var/run/mysqld/mysqld.sock ) as suggested here http://dev.rubyonrails.com/ticket/200 and had apache restarted but still get the same error. For some reason FastCGI does not seem to pick up the ''socket'' variable. If I switch to standard CGI everything works fine. Can anyone help? Thanks Steve E