diff options
author | Michael DeHaan <mdehaan@mdehaan.rdu.redhat.com> | 2007-04-19 15:24:08 -0400 |
---|---|---|
committer | Michael DeHaan <mdehaan@mdehaan.rdu.redhat.com> | 2007-04-19 15:24:08 -0400 |
commit | 8a46265453503a5dfe04bf10d3019368fb032cf5 (patch) | |
tree | 1f965e2948079ae60d3b56c6edaef8d6b59d9119 /templates | |
parent | c9da67b5170b473895ce83feba2aa328cf5ec9f8 (diff) | |
download | cobbler-8a46265453503a5dfe04bf10d3019368fb032cf5.tar.gz cobbler-8a46265453503a5dfe04bf10d3019368fb032cf5.tar.xz cobbler-8a46265453503a5dfe04bf10d3019368fb032cf5.zip |
Changes cobbler_syslogd to cobblerd, and this new daemon now offers koan
info over XMLRPC, allowing koan to stop needing to grok YAML. Older
versions of koan will remain compatible over standard http://.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cobbler.conf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/cobbler.conf b/templates/cobbler.conf deleted file mode 100644 index 70a63e96..00000000 --- a/templates/cobbler.conf +++ /dev/null @@ -1,14 +0,0 @@ -# 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> - |