By posting this code (lighttpd conf)
$HTTP["host"] =~ "(^|\.)mydomain\.com$" {
url.rewrite-once = (
# Exclude additional specific directories from rewrites
"^/(custom-js)/?(.*)" => "$0",
"^/(wp-.+).*/?" => "$0",
"^/(sitemap.xml)" => "$0",
"^/(xmlrpc.php)" => "$0",
"^/keyword/([A-Za-z_0-9-])/?$" => "index.php?keyword=$1",
"^/(.+)/?$" => "index.php/$1"
)
}
the wp-syntax plugin change (maskign) every
http://pastebin.com/raw.php?i=WNkxizpA
to
=>
Because of these errors. Lighttpd can not be restarted.
best regards