Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > dc0655e3555fbbda8880d6509e989d45 > files > 11

bodhi-server-0.8.4-1.fc15.noarch.rpm

Alias /updates/static /usr/share/bodhi/static

WSGIDaemonProcess bodhi user=apache group=apache maximum-requests=1000 display-name=bodhi processes=2 threads=1
WSGISocketPrefix run/wsgi
WSGIRestrictStdout On
WSGIRestrictSignal Off
WSGIPythonOptimize 1

WSGIScriptAlias /updates /usr/share/bodhi/bodhi.wsgi/updates

<Location /updates>
    WSGIProcessGroup bodhi
    Order deny,allow
    Allow from all
</Location>

<Location /updates/login>
    # required for rewrite rule
    Options +SymLinksIfOwnerMatch
    RewriteEngine on
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</Location>