Member
Member
m1c4a1   2009-07-07, 07:29
#1

I'm using lighttpd (version 1.4.20) on Linux and I have directory listing enabled in my configuration file:
dir-listing.activate = "enable"
But I want to disable it for Zenphoto galeries (especially for password-secured directories). Although I tried several combinations, I have no clue how to do it. This is one of my unsuccessful attempts, which should exclude ~/public_html/secret_gallery from directory listing:
dir-listing.exclude = ("^\.", "~$", "~/secret_gallery($|/)")

Did you already find a solution how to do it?

Administrator
Administrator
acrylian   2009-07-07, 08:38
#2

Sorry, I don't know anything about lighttpd. Why don't you ask your host (if you are not selfhosting), mine has an backend option for that.?

Member
Member
m1c4a1   2009-07-07, 18:51
#3

It's because I'm the host. :-)
Maybe someone experienced with lighttpd find this thread someday. :-)

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.