mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-08 05:14:36 +00:00
Update README.md
apache configuration should use wsgi_custom.py
This commit is contained in:
@@ -202,7 +202,7 @@ webvirtcloud RUNNING pid 24185, uptime 2:59:14
|
|||||||
#### Apache mod_wsgi configuration
|
#### Apache mod_wsgi configuration
|
||||||
```
|
```
|
||||||
WSGIDaemonProcess webvirtcloud threads=2 maximum-requests=1000 display-name=webvirtcloud
|
WSGIDaemonProcess webvirtcloud threads=2 maximum-requests=1000 display-name=webvirtcloud
|
||||||
WSGIScriptAlias / /srv/webvirtcloud/webvirtcloud/wsgi.py
|
WSGIScriptAlias / /srv/webvirtcloud/webvirtcloud/wsgi_custom.py
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Install final required packages for libvirtd and others on Host Server
|
#### Install final required packages for libvirtd and others on Host Server
|
||||||
|
|||||||
Reference in New Issue
Block a user