Fix apache2 configuration for no ssl.
Removed _ssl for the wsgidaemonprocess Change-Id: Ic3c664aece687e535125e4ac98c7dc9d85f019e0
This commit is contained in:
parent
d547f41a47
commit
d407504102
@ -17,7 +17,7 @@
|
||||
Listen 8812
|
||||
|
||||
<VirtualHost *:8812>
|
||||
WSGIDaemonProcess iotronic_ssl user=iotronic group=iotronic threads=5 display-name=%{GROUP}
|
||||
WSGIDaemonProcess iotronic user=iotronic group=iotronic threads=5 display-name=%{GROUP}
|
||||
WSGIScriptAlias / /var/www/cgi-bin/iotronic/app.wsgi
|
||||
|
||||
#SetEnv APACHE_RUN_USER stack
|
||||
|
Loading…
Reference in New Issue
Block a user