summaryrefslogtreecommitdiffstats
path: root/config/cobbler_svc.conf
blob: f0c86de8b6d7005d569af997cf0a8b2d575beb2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This configuration file allows cobbler data
# to be accessed over HTTP.

# mod_python WebUI/services

<Directory "/var/www/cobbler/svc/">
   SetHandler mod_python
   PythonHandler services
   PythonDebug on
</Directory>