Problem with Indexes

#1
Hey,

after upgrading LiteSpeed Web Server to v6.0.11 Build 8 Enterprise on CloudLinux 8.5, I am unable to use in .htaccess file:
Options +Indexes
It simply just does not return directory index instead I got 500 error.
"GET / HTTP/2" 500 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"

After forcing downgrade to Build 6 everything is working as expected:
"GET /_autoindex/assets/css/autoindex.css HTTP/2" 200 1170 "https://x/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
"GET /_autoindex/assets/js/tablesort.js HTTP/2" 200 2137 "https://x/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
"GET /_autoindex/assets/js/tablesort.number.js HTTP/2" 200 322 "https://x/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
"GET /_autoindex/assets/icons/folder-fill.svg HTTP/2" 200 333 "https://x/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"

Please look into this issue in latest stable build.

Regards,
 
Last edited:

Pong

Administrator
Staff member
#2
Just upgrade to the latest
/usr/local/lsws/admin/misc/lsup.sh -f -v 8.0.11

If there is any further issue, you can log a ticket.
 
Top