diff options
Diffstat (limited to 'circuitpython/lib/axtls/www/test_dir')
6 files changed, 17 insertions, 0 deletions
diff --git a/circuitpython/lib/axtls/www/test_dir/bin/.htaccess b/circuitpython/lib/axtls/www/test_dir/bin/.htaccess new file mode 100644 index 0000000..8fd8c46 --- /dev/null +++ b/circuitpython/lib/axtls/www/test_dir/bin/.htaccess @@ -0,0 +1 @@ +Deny all diff --git a/circuitpython/lib/axtls/www/test_dir/no_http/.htaccess b/circuitpython/lib/axtls/www/test_dir/no_http/.htaccess new file mode 100644 index 0000000..3e20076 --- /dev/null +++ b/circuitpython/lib/axtls/www/test_dir/no_http/.htaccess @@ -0,0 +1 @@ +SSLRequireSSL diff --git a/circuitpython/lib/axtls/www/test_dir/no_http/.htpasswd b/circuitpython/lib/axtls/www/test_dir/no_http/.htpasswd new file mode 100644 index 0000000..0471b01 --- /dev/null +++ b/circuitpython/lib/axtls/www/test_dir/no_http/.htpasswd @@ -0,0 +1,2 @@ +abcd:CQhgDPyy0rvEU8OMxnQIvg==$YdJfIKZimFLYxPf/rbnhtQ== +yaya:Syuss5jE2FNGVdr0kKGoHg==$WLw/SgHZFuAoOuml3GTJVw== diff --git a/circuitpython/lib/axtls/www/test_dir/no_http/index.html b/circuitpython/lib/axtls/www/test_dir/no_http/index.html new file mode 100644 index 0000000..8b86eba --- /dev/null +++ b/circuitpython/lib/axtls/www/test_dir/no_http/index.html @@ -0,0 +1,6 @@ +<html> +<head><title>axhttpd is running</title></head> +<body> +Looks like you got to this directory. +</body> +</html> diff --git a/circuitpython/lib/axtls/www/test_dir/no_ssl/.htaccess b/circuitpython/lib/axtls/www/test_dir/no_ssl/.htaccess new file mode 100644 index 0000000..d980d26 --- /dev/null +++ b/circuitpython/lib/axtls/www/test_dir/no_ssl/.htaccess @@ -0,0 +1 @@ +SSLDenySSL diff --git a/circuitpython/lib/axtls/www/test_dir/no_ssl/index.html b/circuitpython/lib/axtls/www/test_dir/no_ssl/index.html new file mode 100644 index 0000000..8b86eba --- /dev/null +++ b/circuitpython/lib/axtls/www/test_dir/no_ssl/index.html @@ -0,0 +1,6 @@ +<html> +<head><title>axhttpd is running</title></head> +<body> +Looks like you got to this directory. +</body> +</html> |