summaryrefslogtreecommitdiffhomepage
path: root/libs/nixio/axTLS/www/test_dir
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-02-22 23:19:25 +0000
committerSteven Barth <steven@midlink.org>2009-02-22 23:19:25 +0000
commitd730c1263328c5990ce46cdf6394ce6e36cc3609 (patch)
tree8dc37350e69dcbd0ca82570cfa62a4c710defc93 /libs/nixio/axTLS/www/test_dir
parentd2b11117f26285186b711271d24733d35e0444a1 (diff)
Add axTLS sourcecode
Diffstat (limited to 'libs/nixio/axTLS/www/test_dir')
-rw-r--r--libs/nixio/axTLS/www/test_dir/bin/.htaccess1
-rw-r--r--libs/nixio/axTLS/www/test_dir/no_http/.htaccess1
-rw-r--r--libs/nixio/axTLS/www/test_dir/no_http/.htpasswd2
-rw-r--r--libs/nixio/axTLS/www/test_dir/no_http/index.html6
-rw-r--r--libs/nixio/axTLS/www/test_dir/no_ssl/.htaccess1
-rw-r--r--libs/nixio/axTLS/www/test_dir/no_ssl/index.html6
6 files changed, 17 insertions, 0 deletions
diff --git a/libs/nixio/axTLS/www/test_dir/bin/.htaccess b/libs/nixio/axTLS/www/test_dir/bin/.htaccess
new file mode 100644
index 0000000000..8fd8c463a1
--- /dev/null
+++ b/libs/nixio/axTLS/www/test_dir/bin/.htaccess
@@ -0,0 +1 @@
+Deny all
diff --git a/libs/nixio/axTLS/www/test_dir/no_http/.htaccess b/libs/nixio/axTLS/www/test_dir/no_http/.htaccess
new file mode 100644
index 0000000000..3e20076a2c
--- /dev/null
+++ b/libs/nixio/axTLS/www/test_dir/no_http/.htaccess
@@ -0,0 +1 @@
+SSLRequireSSL
diff --git a/libs/nixio/axTLS/www/test_dir/no_http/.htpasswd b/libs/nixio/axTLS/www/test_dir/no_http/.htpasswd
new file mode 100644
index 0000000000..0471b01400
--- /dev/null
+++ b/libs/nixio/axTLS/www/test_dir/no_http/.htpasswd
@@ -0,0 +1,2 @@
+abcd:CQhgDPyy0rvEU8OMxnQIvg==$YdJfIKZimFLYxPf/rbnhtQ==
+yaya:Syuss5jE2FNGVdr0kKGoHg==$WLw/SgHZFuAoOuml3GTJVw==
diff --git a/libs/nixio/axTLS/www/test_dir/no_http/index.html b/libs/nixio/axTLS/www/test_dir/no_http/index.html
new file mode 100644
index 0000000000..8b86eba8ed
--- /dev/null
+++ b/libs/nixio/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/libs/nixio/axTLS/www/test_dir/no_ssl/.htaccess b/libs/nixio/axTLS/www/test_dir/no_ssl/.htaccess
new file mode 100644
index 0000000000..d980d265a5
--- /dev/null
+++ b/libs/nixio/axTLS/www/test_dir/no_ssl/.htaccess
@@ -0,0 +1 @@
+SSLDenySSL
diff --git a/libs/nixio/axTLS/www/test_dir/no_ssl/index.html b/libs/nixio/axTLS/www/test_dir/no_ssl/index.html
new file mode 100644
index 0000000000..8b86eba8ed
--- /dev/null
+++ b/libs/nixio/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>