Skip to content

Commit

Permalink
Force IPv4 connection to cobblerd
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski committed Jul 21, 2016
1 parent 84ffb0d commit 1de8b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/apache/cobbler.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ WSGIScriptAliasMatch ^/cblr/svc/([^/]*) @@webroot@@/cobbler/svc/services.py

ProxyRequests off

ProxyPass /cobbler_api http://localhost:25151/
ProxyPassReverse /cobbler_api http://localhost:25151/
ProxyPass /cobbler_api http://127.0.0.1:25151/
ProxyPassReverse /cobbler_api http://127.0.0.1:25151/

BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On

Expand Down

0 comments on commit 1de8b80

Please sign in to comment.