File suse_config.diff of Package cobbler
--- config/cobbler.conf
+++ config/cobbler.conf 2011/10/07 14:38:24
@@ -1,15 +1,15 @@
# This configuration file allows cobbler data
# to be accessed over HTTP.
-AliasMatch ^/cblr(?!/svc/)(.*)?$ "/var/www/cobbler$1"
-AliasMatch ^/cobbler_track(.*)?$ "/var/www/cobbler$1"
-#AliasMatch ^/cobbler(.*)?$ "/var/www/cobbler$1"
-Alias /cobbler /var/www/cobbler
-Alias /cobbler_webui_content /var/www/cobbler_webui_content
+AliasMatch ^/cblr(?!/svc/)(.*)?$ "/srv/www/cobbler$1"
+AliasMatch ^/cobbler_track(.*)?$ "/srv/www/cobbler$1"
+#AliasMatch ^/cobbler(.*)?$ "/srv/www/cobbler$1"
+Alias /cobbler /srv/www/cobbler
+Alias /cobbler_webui_content /srv/www/cobbler_webui_content
-WSGIScriptAliasMatch ^/cblr/svc/([^/]*) /var/www/cobbler/svc/services.py
+WSGIScriptAliasMatch ^/cblr/svc/([^/]*) /srv/www/cobbler/svc/services.py
-<Directory "/var/www/cobbler">
+<Directory "/srv/www/cobbler">
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
@@ -26,7 +26,7 @@
# and is visited at http://.../cobbler_web not this URL.
# this is only a pointer to the new page.
-<Directory "/var/www/cobbler/web/">
+<Directory "/srv/www/cobbler/web/">
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
--- config/settings
+++ config/settings 2011/10/07 14:38:24
@@ -342,7 +342,7 @@
# cobbler's web directory. Don't change this setting -- see the
# Wiki on "relocating your cobbler install" if your /var partition
# is not large enough.
-webdir: /var/www/cobbler
+webdir: /srv/www/cobbler
# cobbler's public XMLRPC listens on this port. Change this only
# if absolutely needed, as you'll have to start supplying a new