Hi, I recently upgraded my wordpress to 2.7 and tested it, it was working fine, however this morning i find the entire blog is down, i get:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, webmaster@webdevblog.co.uk and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
my error log states:
[Fri Jan 23 10:49:16 2009] [alert] [client 86.129.26.53] (2)No such file or directory: FastCGI: failed to connect to (dynamic) server "/var/www/fcgi/php-cgi": something is seriously wrong, any chance the socket/named_pipe directory was removed?, see the FastCgiIpcDir directive
[Fri Jan 23 10:49:16 2009] [error] [client 86.129.26.53] FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/php-cgi"
my htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
any ideas? thanks in advance