├── README.md ├── rmLighttpd-Link.sh └── upload ├── home └── steam │ ├── http │ ├── live │ │ └── index.php │ └── serve.conf │ └── php7.3.10 │ ├── bin │ ├── armv7a-php │ ├── armv7a-php-cgi │ ├── armv7a-php-config │ ├── armv7a-phpdbg │ └── armv7a-phpize │ ├── etc │ ├── php-fpm.conf │ └── php-fpm.d │ │ └── www.conf.default │ ├── lib │ └── libxml2.so.2 │ └── sbin │ └── armv7a-php-fpm └── usr └── local ├── lib ├── mod_access.la ├── mod_access.so ├── mod_accesslog.la ├── mod_accesslog.so ├── mod_alias.la ├── mod_alias.so ├── mod_auth.la ├── mod_auth.so ├── mod_authn_file.la ├── mod_authn_file.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_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_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 ├── lighttpd └── lighttpd-angel └── share └── man └── man8 ├── lighttpd-angel.8 └── lighttpd.8 /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/README.md -------------------------------------------------------------------------------- /rmLighttpd-Link.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/rmLighttpd-Link.sh -------------------------------------------------------------------------------- /upload/home/steam/http/live/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /upload/home/steam/http/serve.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/home/steam/http/serve.conf -------------------------------------------------------------------------------- /upload/home/steam/php7.3.10/bin/armv7a-php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/home/steam/php7.3.10/bin/armv7a-php -------------------------------------------------------------------------------- /upload/home/steam/php7.3.10/bin/armv7a-php-cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/home/steam/php7.3.10/bin/armv7a-php-cgi -------------------------------------------------------------------------------- /upload/home/steam/php7.3.10/bin/armv7a-php-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/home/steam/php7.3.10/bin/armv7a-php-config -------------------------------------------------------------------------------- /upload/home/steam/php7.3.10/bin/armv7a-phpdbg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/home/steam/php7.3.10/bin/armv7a-phpdbg -------------------------------------------------------------------------------- /upload/home/steam/php7.3.10/bin/armv7a-phpize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/home/steam/php7.3.10/bin/armv7a-phpize -------------------------------------------------------------------------------- /upload/home/steam/php7.3.10/etc/php-fpm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/home/steam/php7.3.10/etc/php-fpm.conf -------------------------------------------------------------------------------- /upload/home/steam/php7.3.10/etc/php-fpm.d/www.conf.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/home/steam/php7.3.10/etc/php-fpm.d/www.conf.default -------------------------------------------------------------------------------- /upload/home/steam/php7.3.10/lib/libxml2.so.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/home/steam/php7.3.10/lib/libxml2.so.2 -------------------------------------------------------------------------------- /upload/home/steam/php7.3.10/sbin/armv7a-php-fpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/home/steam/php7.3.10/sbin/armv7a-php-fpm -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_access.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_access.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_access.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_access.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_accesslog.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_accesslog.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_accesslog.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_accesslog.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_alias.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_alias.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_alias.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_alias.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_auth.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_auth.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_auth.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_auth.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_authn_file.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_authn_file.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_authn_file.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_authn_file.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_cgi.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_cgi.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_cgi.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_cgi.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_compress.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_compress.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_compress.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_compress.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_deflate.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_deflate.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_deflate.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_deflate.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_dirlisting.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_dirlisting.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_dirlisting.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_dirlisting.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_evasive.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_evasive.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_evasive.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_evasive.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_evhost.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_evhost.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_evhost.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_evhost.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_expire.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_expire.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_expire.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_expire.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_extforward.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_extforward.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_extforward.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_extforward.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_fastcgi.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_fastcgi.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_fastcgi.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_fastcgi.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_flv_streaming.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_flv_streaming.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_flv_streaming.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_flv_streaming.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_indexfile.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_indexfile.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_indexfile.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_indexfile.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_proxy.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_proxy.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_proxy.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_proxy.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_redirect.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_redirect.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_redirect.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_redirect.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_rewrite.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_rewrite.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_rewrite.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_rewrite.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_rrdtool.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_rrdtool.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_rrdtool.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_rrdtool.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_scgi.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_scgi.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_scgi.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_scgi.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_secdownload.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_secdownload.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_secdownload.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_secdownload.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_setenv.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_setenv.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_setenv.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_setenv.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_simple_vhost.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_simple_vhost.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_simple_vhost.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_simple_vhost.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_ssi.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_ssi.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_ssi.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_ssi.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_staticfile.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_staticfile.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_staticfile.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_staticfile.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_status.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_status.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_status.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_status.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_uploadprogress.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_uploadprogress.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_uploadprogress.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_uploadprogress.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_userdir.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_userdir.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_userdir.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_userdir.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_usertrack.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_usertrack.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_usertrack.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_usertrack.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_vhostdb.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_vhostdb.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_vhostdb.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_vhostdb.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_webdav.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_webdav.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_webdav.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_webdav.so -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_wstunnel.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_wstunnel.la -------------------------------------------------------------------------------- /upload/usr/local/lib/mod_wstunnel.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/lib/mod_wstunnel.so -------------------------------------------------------------------------------- /upload/usr/local/sbin/lighttpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/sbin/lighttpd -------------------------------------------------------------------------------- /upload/usr/local/sbin/lighttpd-angel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/sbin/lighttpd-angel -------------------------------------------------------------------------------- /upload/usr/local/share/man/man8/lighttpd-angel.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/share/man/man8/lighttpd-angel.8 -------------------------------------------------------------------------------- /upload/usr/local/share/man/man8/lighttpd.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzymannerz/lighttpd-link-php7/HEAD/upload/usr/local/share/man/man8/lighttpd.8 --------------------------------------------------------------------------------