Re: Submitted review request for django-horizon (openstack dashboard)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 01/31/2012 10:42 AM, Derek Higgins wrote:
> On 01/31/2012 03:27 PM, Cole Robinson wrote:
>> Derek, you are my hero. A minor variation of that worked, I needed to add
>>
>> WSGISocketPrefix /tmp
>>
>> to silence socket permission errors in /var/log/httpd/error_log (we can
>> probably change that to /var/lib/openstack-dashboard or similar, i'll play
>> around with it).
>>
>> Thanks a bunch!
>> - Cole
> 
> No problem, I'm not sure I was even thinking of that as a possibility
> but hey, I'll take the credit :-)
> 

Well, I meant a minor variation _on_top_ of what you suggested :) End result is:

$ cat /etc/httpd/conf.d/openstack-dashboard.conf
WSGIDaemonProcess dashboard processes=1 threads=1
WSGIProcessGroup dashboard
WSGISocketPrefix /tmp
WSGIScriptAlias / /usr/share/openstack-dashboard/dashboard/wsgi/django.wsgi

<Directory /usr/share/openstack-dashboard/dashboard/wsgi>
  Order allow,deny
  Allow from all
</Directory>

Thanks,
Cole

_______________________________________________
cloud mailing list
cloud@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/cloud



[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Big List of Linux Books]     [Yosemite News]     [Linux Apps]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]

  Powered by Linux