summaryrefslogtreecommitdiffstats
path: root/templates/cobbler.conf
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-13 16:27:27 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-13 16:27:27 -0400
commitd4973c541a8089afd8634850ecc8818aa15d99d7 (patch)
tree3a6b865fa83e4de7b32dd29adf577c94d2fa3883 /templates/cobbler.conf
parentb4f9f91a9eca52ec73aba8d6dcaa136fc12035e6 (diff)
downloadthird_party-cobbler-d4973c541a8089afd8634850ecc8818aa15d99d7.tar.gz
third_party-cobbler-d4973c541a8089afd8634850ecc8818aa15d99d7.tar.xz
third_party-cobbler-d4973c541a8089afd8634850ecc8818aa15d99d7.zip
cobbler.conf (httpd conf file) should be in version control, also
bumped release.
Diffstat (limited to 'templates/cobbler.conf')
-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>
+