Skip to content
forked from lrsjng/h5ai

HTTP web server index for Apache httpd, lighttpd and nginx.

Notifications You must be signed in to change notification settings

thgeorgiou/h5ai

 
 

Repository files navigation

h5ai

This fork of h5ai includes a performance fix for large folders authored by glubsy. Check the original project or the related pull request for more info.

Building

To make a build:

# Fixes an issue w/ WebPack, see https://stackoverflow.com/questions/69394632/webpack-build-failing-with-err-ossl-evp-unsupported
export NODE_OPTIONS=--openssl-legacy-provider
npm run build

You will get the processed sources and a zip file inside build/.

Configuration

For big folder trees, you might still get a timeout error even after applying this fix. Disabling foldersize in the configuration really helps. I also recommend disabling download to prevent someone from trying to download a giant folder as a zip file.

About

HTTP web server index for Apache httpd, lighttpd and nginx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.1%
  • PHP 28.1%
  • Less 14.9%
  • Other 0.9%