lighttpd on raspberry
i changed the user back to www-data.
i found that the problem is located in the /etc/lighttpd/lighttpd.conf file.
if i add
"^/selfoss/favicon.ico$" => "/selfoss/public/favicon.ico",
"^/selfoss/favicons/(.*)$" => "/selfoss/data/favicons/$1",
"^/selfoss/thumbnails/(.*)$" => "/selfoss/data/thumbnails/$1",
"^/selfoss/(.*.(js|ico|gif|jpg|png|css|asc|txt|eot|woff|ttf|svg))$" => "/selfoss/public/$1",
"^/selfoss/index.php(.*)$" => "$0",
"^/selfoss/([^\?]*)(\?(.*))?" => "/selfoss/index.php?$3",
"^/selfoss/public/" => "$0",
"^/selfoss/(.*)" => "/selfoss/index.php$1"
the server fail to run.
but without those line i can't run selfoss...
Complete thread:
- lighttpd on raspberry -
raizer,
2013-05-27, 10:43
- lighttpd on raspberry - raizer, 2013-05-27, 12:15