Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 8, 2020 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/fcd932f54c0f19710305d01bdc27d1af to your computer and use it in GitHub Desktop.
Save r-ryantm/fcd932f54c0f19710305d01bdc27d1af to your computer and use it in GitHub Desktop.
/nix/store/9b67xxpgdzs8mk18wpkp0wyxmrl0q64f-lighttpd-1.4.55
├── bin
│   ├── lighttpd
│   └── lighttpd-angel
├── lib
│   ├── mod_access.la
│   ├── mod_accesslog.la
│   ├── mod_accesslog.so
│   ├── mod_access.so
│   ├── mod_alias.la
│   ├── mod_alias.so
│   ├── mod_auth.la
│   ├── mod_authn_file.la
│   ├── mod_authn_file.so
│   ├── mod_auth.so
│   ├── mod_cgi.la
│   ├── mod_cgi.so
│   ├── mod_compress.la
│   ├── mod_compress.so
│   ├── mod_deflate.la
│   ├── mod_deflate.so
│   ├── mod_dirlisting.la
│   ├── mod_dirlisting.so
│   ├── mod_evasive.la
│   ├── mod_evasive.so
│   ├── mod_evhost.la
│   ├── mod_evhost.so
│   ├── mod_expire.la
│   ├── mod_expire.so
│   ├── mod_extforward.la
│   ├── mod_extforward.so
│   ├── mod_fastcgi.la
│   ├── mod_fastcgi.so
│   ├── mod_flv_streaming.la
│   ├── mod_flv_streaming.so
│   ├── mod_indexfile.la
│   ├── mod_indexfile.so
│   ├── mod_openssl.la
│   ├── mod_openssl.so
│   ├── mod_proxy.la
│   ├── mod_proxy.so
│   ├── mod_redirect.la
│   ├── mod_redirect.so
│   ├── mod_rewrite.la
│   ├── mod_rewrite.so
│   ├── mod_rrdtool.la
│   ├── mod_rrdtool.so
│   ├── mod_scgi.la
│   ├── mod_scgi.so
│   ├── mod_secdownload.la
│   ├── mod_secdownload.so
│   ├── mod_setenv.la
│   ├── mod_setenv.so
│   ├── mod_simple_vhost.la
│   ├── mod_simple_vhost.so
│   ├── mod_sockproxy.la
│   ├── mod_sockproxy.so
│   ├── mod_ssi.la
│   ├── mod_ssi.so
│   ├── mod_staticfile.la
│   ├── mod_staticfile.so
│   ├── mod_status.la
│   ├── mod_status.so
│   ├── mod_uploadprogress.la
│   ├── mod_uploadprogress.so
│   ├── mod_userdir.la
│   ├── mod_userdir.so
│   ├── mod_usertrack.la
│   ├── mod_usertrack.so
│   ├── mod_vhostdb.la
│   ├── mod_vhostdb.so
│   ├── mod_webdav.la
│   ├── mod_webdav.so
│   ├── mod_wstunnel.la
│   └── mod_wstunnel.so
├── sbin -> bin
└── share
├── lighttpd
│   └── doc
│   └── config
│   ├── conf.d
│   │   ├── access_log.conf
│   │   ├── auth.conf
│   │   ├── cgi.conf
│   │   ├── cml.conf
│   │   ├── compress.conf
│   │   ├── debug.conf
│   │   ├── dirlisting.conf
│   │   ├── evhost.conf
│   │   ├── expire.conf
│   │   ├── fastcgi.conf
│   │   ├── geoip.conf
│   │   ├── magnet.conf
│   │   ├── mime.conf
│   │   ├── mod.template
│   │   ├── mysql_vhost.conf
│   │   ├── proxy.conf
│   │   ├── rrdtool.conf
│   │   ├── scgi.conf
│   │   ├── secdownload.conf
│   │   ├── simple_vhost.conf
│   │   ├── ssi.conf
│   │   ├── status.conf
│   │   ├── trigger_b4_dl.conf
│   │   ├── userdir.conf
│   │   └── webdav.conf
│   ├── lighttpd.conf
│   ├── modules.conf
│   └── vhosts.d
│   └── vhosts.template
└── man
└── man8
├── lighttpd.8.gz
└── lighttpd-angel.8.gz
11 directories, 102 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment