summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-20 18:03:12 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-20 18:03:12 -0400
commitb67d4a67a2351a5915c07bde0c214d416da35a2c (patch)
tree3a2dd05dc4cb6ee915b9846f1e913cdde3b7979f /templates
parent7921a259ab2e92e594644865721ede53634eeee2 (diff)
downloadthird_party-cobbler-b67d4a67a2351a5915c07bde0c214d416da35a2c.tar.gz
third_party-cobbler-b67d4a67a2351a5915c07bde0c214d416da35a2c.tar.xz
third_party-cobbler-b67d4a67a2351a5915c07bde0c214d416da35a2c.zip
I reorged this template directory some time ago but apparently cleanup
was not checked in.
Diffstat (limited to 'templates')
-rw-r--r--templates/cobbler.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/cobbler.conf b/templates/cobbler.conf
new file mode 100644
index 0000000..70a63e9
--- /dev/null
+++ b/templates/cobbler.conf
@@ -0,0 +1,14 @@
+# This configuration file allows cobbler data
+# to be accessed over HTTP.
+
+AliasMatch ^/cobbler(/.*)?$ "/cobbler_webdir$1"
+AliasMatch ^/cobbler_track(/.*)?$ "/cobbler_webdir$1"
+AliasMatch ^/cblr(/.*)?$ "/cobbler_webdir$1"
+
+<Directory "/cobbler_webdir">
+ Options Indexes FollowSymLinks
+ AllowOverride None
+ Order allow,deny
+ Allow from all
+</Directory>
+