kristian_nissen
November 12th, 2008, 08:21 AM
My lighttpd is giving me a 404 on images but I'm unable to figure out why.
docroot:
server.document-root = "/home/kristian/workspace/"
site:
$HTTP["host"] =~ "example.local" {
server.document-root = "/home/kristian/workspace/example"
}
"which lighttpd" says:
/usr/sbin/lighttpd
file permissions on the graphics and css
drwxrwxrwx 19 www-data kristian 4096 2008-11-12 09:21 example
I've tried www-data as group as well but doesn't work.
What to do?
docroot:
server.document-root = "/home/kristian/workspace/"
site:
$HTTP["host"] =~ "example.local" {
server.document-root = "/home/kristian/workspace/example"
}
"which lighttpd" says:
/usr/sbin/lighttpd
file permissions on the graphics and css
drwxrwxrwx 19 www-data kristian 4096 2008-11-12 09:21 example
I've tried www-data as group as well but doesn't work.
What to do?