summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spragg <adam@spragg-ssl.co.uk>2018-08-13 16:38:49 +0100
committerAdam Spragg <adam@spragg-ssl.co.uk>2018-08-13 16:38:49 +0100
commita927e5be83de5e569c0ccb877488f65625e9e143 (patch)
treedb03daa47856a2abad1a4d260a23b78ef34e9a51
parent09b19bd860cc1fdf1b5a04e7b480d06b0996c615 (diff)
Remove password-protected stuff from /obs
I don't really need it on this domain. Just move it to a different location on a different domain instead
-rw-r--r--apache2.conf14
l---------html/obs/awstats1
l---------html/obs/awstats-icon1
-rw-r--r--html/obs/index.html13
4 files changed, 0 insertions, 29 deletions
diff --git a/apache2.conf b/apache2.conf
index 42c4d25..fa588ff 100644
--- a/apache2.conf
+++ b/apache2.conf
@@ -167,20 +167,6 @@
# Do not list files beginning with an underscore in directory listings
IndexIgnore _??*
- <Location /obs>
- AuthType Basic
- AuthName "Private area"
- #AuthBasicProvider PAM
- #AuthPAMService spragg-ssl
- AuthBasicProvider file
- AuthUserFile "/srv/www/spragg-ssl.co.uk/passwd"
- Require valid-user
- </Location>
-
- <Location "/obs/server-status">
- SetHandler server-status
- </Location>
-
# Enable user-dirs
UserDir public_html
diff --git a/html/obs/awstats b/html/obs/awstats
deleted file mode 120000
index f260b94..0000000
--- a/html/obs/awstats
+++ /dev/null
@@ -1 +0,0 @@
-../../awstats/html \ No newline at end of file
diff --git a/html/obs/awstats-icon b/html/obs/awstats-icon
deleted file mode 120000
index d8016e7..0000000
--- a/html/obs/awstats-icon
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/awstats/icon \ No newline at end of file
diff --git a/html/obs/index.html b/html/obs/index.html
deleted file mode 100644
index 4c845d6..0000000
--- a/html/obs/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <title>Admin stuff</title>
- </head>
- <body>
- <h1>Admin stuff</h1>
- <ul>
- <li><a href="server-status">server status</a></li>
- <li><a href="awstats">awstats</a></li>
- </ul>
- </body>
-</html>