Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
hi there,
i mounted (through samba) one of the nas' subfolders into the web folder on my pc (running ubuntu and lighttpd)
now, in a web broswer, simple html files sitting on the nas will render correctly, so will php and css but
image files sitting on the nas, for example, won't render
not sure what's wrong
in nautilus, everything looks fine, the nas and its files behave like a native folder - i can open them, there're thumbnails, etc...
if i ftp (with username and password) through my web browser, then i can open the images in the browser but
hrefs to the images inside my html files don't work
thanks in advance for any help for this linux novice,
chris
Offline
solved!
in the lighttpd.conf put
server.network-background = "writev"
on apache it's
EnableSendfile On|Off
http://httpd.apache.org/docs/2.0/mod/core.html
Offline