# This configuration file allows cobbler data # to be accessed over HTTP. AliasMatch ^/cblr(.*)?$ "/var/www/cobbler$1" AliasMatch ^/cobbler_track(.*)?$ "/var/www/cobbler$1" AliasMatch ^/cobbler(.*)?$ "/var/www/cobbler$1" Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all ProxyRequests off ProxyPass /cobbler_api http://localhost:25151/ ProxyPassReverse /cobbler_api http://localhost:25151/ # TO DO: SSL ProxyPass /cobbler_api_rw http://localhost:25152/ ProxyPassReverse /cobbler_api_rw http://localhost:25152/