Skip to content

Commit

Permalink
Merge pull request cobbler#1679 from opoplawski/ipv4
Browse files Browse the repository at this point in the history
Force IPv4 connection to cobblerd
  • Loading branch information
jmaas authored Sep 13, 2016
2 parents 84ffb0d + 1de8b80 commit e4c8033
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 e4c8033

Please sign in to comment.