What's new

lighttpd and directory listing

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

kos_tea

New Around Here
Hi all!
I'm facing the following problem:
On RT-N66U (with RT-N66U_378.56_2.trx) i'm running lighttpd whitout problems, but if i try to enable directory listing on a directory (eg: test) i get in browser a blank page with title AiCloud. Logs show:
"GET /smb/css/style-theme.css HTTP/1.1" 404 345 "http://xxx.no-ip.org/test/" "Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0"
"GET /smb/js/tools.js HTTP/1.1" 404 345 "http://xxx.no-ip.org/test/"
"GET /smb/js/davclient_tools.js HTTP/1.1" 404 345 "http://xxx.no-ip.org/test/"
"GET /smb/js/smbdav-main.min.js HTTP/1.1" 404 345 "http://xxx.no-ip.org/test/"
"GET /test/ HTTP/1.1"

Any hints?
Many thanks!!!
 
The lighttpd server included in the firmware is customized for AiCloud. I don't recommend trying to use it for anything else.
 
Was going to try lighttpd-mod-webdav. Will it provide functionality to download upload files?
 
Was going to try lighttpd-mod-webdav. Will it provide functionality to download upload files?

As I said, the built-in version is customized, and should not be used by anything else than AiCloud. If you need to implement something, you will have to install a clean version of lighttpd through Entware, and use that instead.
 
Thank you for quick response!
Somehow i resolved my problem by installing openldap openssl libxml2 sqlite.
I think was a dependency problem.
Lighttpd server i am using was installed with ipkg (optware-ng).
 
Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top