mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #292] webvirtmgr is not starting after the upgrade #234
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 @jefferyb on GitHub (Apr 25, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/292
After the upgrade, I get and try to go to http://foo.example.com:8000, I get:
And I tried moving the /var/www/webvirtmgr directory and do an install using https://github.com/retspen/webvirtmgr/wiki/Install-WebVirtMgr direction, and I still get that error above...
when I shutdown apache2 ($ service apache2 stop) and try
then, I can access http://foo.example.com:8000/ fine with no errors...
Here's what's in requirements.txt:
I saw this issue: https://github.com/retspen/webvirtmgr/issues/60 and it looks like it was a "Wrong django release, 1.5.1" but I have 1.5.5 from requirements.txt...
Oh, I'm running Ubuntu 13.04
Maybe I missed something during the install/upgrade??? Any help would be greatly appreciated!!!
Thanks :)
@retspen commented on GitHub (Apr 25, 2014):
Move from apache2 to nginx
@jefferyb commented on GitHub (May 3, 2014):
Ok, thanks... I looks like I may have some issue with supervisor not starting for some reason...
@retspen commented on GitHub (May 3, 2014):
Check or set permission and owner for /var/www/webvirtmgr (nginx:nginx)
@francescoridolfi commented on GitHub (Mar 27, 2017):
Hai scritto il modulo errato, ecco il config corretto:
<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com
vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Insertiscilo in /etc/apache2/sites-enable/00-default.conf
Usa apache2 e non cambiare gestore di virtualserver!