установил PHPService
создал нов. хост
запускаем:
(plugin.c.131) Cannot load plugin mod_accesslog more than once, please fix your config (we may not accept such configs in future releases
смотрим:
ee /var/etc/vhosts-http.conflighttpd configuration file use a it as base for lighttpd 1.0.0 and above############ Options you really have to take care of ####################
FreeBSD!server.event-handler = "freebsd-kqueue"
modules to load
server.network-backend = "writev" ## Fixes 7.x upload issuesserver.modules = (
"mod_accesslog", # < 1 mod_accesslog
"mod_access",
"mod_accesslog", # <2 mod_accesslog ??? ???
"mod_fastcgi", "mod_cgi","mod_rewrite"
)
…
стираю один "mod_accesslog", вхост начинает работать(до изменения созданного хоста или до создания нового)