Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 2dccdd54416dc8bb982e46eda810d371 > files > 143

loggerhead-1.18.1-1.fc15.noarch.rpm

### If you receive MemoryError tracebacks setting up loggerhead under mod_wsgi,
### read /usr/share/doc/loggerhead*/README.mod_wsgi for help
Alias /bzr/static /usr/share/loggerhead/static
RewriteEngine On
RewriteRule ^/bzr$ /bzr/ [R]

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

WSGIScriptAlias /bzr /usr/bin/loggerhead.wsgi

<Location /bzr>
    WSGIProcessGroup loggerhead
    Order deny,allow
    Allow from all
</Location>