<div dir="ltr"><div>Hello, <br></div><div>I'd like to increase on centos queens the threads for openstack dashboard.</div><div>At this time my /etc/httpd/conf.d/openstack-dashboard.conf is the following:</div><div><br></div><div>WSGIDaemonProcess dashboard<br>WSGIProcessGroup dashboard<br>WSGISocketPrefix run/wsgi<br>WSGIApplicationGroup %{GLOBAL}<br>WSGIScriptAlias /dashboard /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi<br>Alias /dashboard/static /usr/share/openstack-dashboard/static<br><br><Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi><br> Options All<br> AllowOverride All<br> Require all granted<br></Directory><br><br><Directory /usr/share/openstack-dashboard/static><br> Options All<br> AllowOverride All<br> Require all granted<br></Directory></div><div><br></div><div>I tired to modify the first line like this:</div><div>
<pre class="gmail-programlisting gmail-language-none">WSGIDaemonProcess dashboard user=apache group=apache processes=3 threads=10<br></pre><pre class="gmail-programlisting gmail-language-none">I restartded httpd but now I am not able to log on the the dashboard.<br></pre><pre class="gmail-programlisting gmail-language-none">I am sure keystone is working because I am able do execute all commands with command line.<br></pre><pre class="gmail-programlisting gmail-language-none">Any help, please ?<br></pre><pre class="gmail-programlisting gmail-language-none">Regards<br></pre><pre class="gmail-programlisting gmail-language-none">Ignazio<br></pre>
</div></div>