mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #94] 127.0.0.1/unix socket usage not possible for conection. #80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @olegstepura on GitHub (Aug 1, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/94
It's a safe way to tell libvirtd to just listen to localhost IP without auth and to setup webvirtmgr to use localhost as connection address but webvirtmgr does not allow doing this. Also it seem like unix socket is also not possible to be used with webvirtmgr, so no possibilities to use it on the same server as libvirtd (without libvirtd being bound to some public/lan network interface).
@retspen commented on GitHub (Aug 5, 2013):
Ok, add this (later).
@retspen commented on GitHub (Aug 15, 2013):
Fixed
c192276112