According to the error message, you have another fastcgi.server configuration directive somewhere. As it's not in the main configuration file, it's probably imported from another file. See what you can find in /etc/lighttpd/conf-available and /etc/lighttpd/conf-enabled.
Serverfault.com would maybe have been a better place for this question. As a matter of fact, there's a question over there which is very similar to yours.
发布评论
评论(1)
根据错误消息,您在某处有另一个
fastcgi.server
配置指令。由于它不在主配置文件中,因此可能是从另一个文件导入的。看看您可以在/etc/lighttpd/conf-available
和/etc/lighttpd/conf-enabled
中找到什么。Serverfault.com 可能是解决这个问题的更好地方。事实上,那里有一个问题 这和你的非常相似。
According to the error message, you have another
fastcgi.server
configuration directive somewhere. As it's not in the main configuration file, it's probably imported from another file. See what you can find in/etc/lighttpd/conf-available
and/etc/lighttpd/conf-enabled
.Serverfault.com would maybe have been a better place for this question. As a matter of fact, there's a question over there which is very similar to yours.