lighttpd on raspberry

by raizer, Monday, May 27, 2013, 12:15 (4307 days ago) @ raizer

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:

 RSS Feed of thread

powered by my little forum