diff options
Diffstat (limited to 'apache-sp/secure')
-rw-r--r-- | apache-sp/secure/index.haml | 10 | ||||
-rw-r--r-- | apache-sp/secure/index.shtml | 12 |
2 files changed, 22 insertions, 0 deletions
diff --git a/apache-sp/secure/index.haml b/apache-sp/secure/index.haml new file mode 100644 index 0000000..856d379 --- /dev/null +++ b/apache-sp/secure/index.haml @@ -0,0 +1,10 @@ +!!! +%html + %head + %title Secure site!!!!1 + %body + .wrapper + %h1 Enviornment + %pre + <!--#printenv --> + diff --git a/apache-sp/secure/index.shtml b/apache-sp/secure/index.shtml new file mode 100644 index 0000000..4ead79a --- /dev/null +++ b/apache-sp/secure/index.shtml @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <title>Secure site!!!!1</title> + </head> + <body> + <div class='wrapper'> + <h1>Enviornment</h1> + <pre><!--#printenv --></pre> + </div> + </body> +</html> |