# Use only 1 Python sub-interpreter. Multiple sub-interpreters # play badly with C extensions. Listen LoadModule wsgi_module WSGISocketPrefix /var/run/wsgi ServerAdmin admin@lightbase.com.br ServerName 127.0.0.1 WSGIApplicationGroup %{GLOBAL} WSGIPassAuthorization On WSGIDaemonProcess user= group= threads=8 python-path=/lib/python3.2/site-packages WSGIScriptAlias / /src/LBGenerator/lbgenerator.wsgi > WSGIProcessGroup ErrorLog /lbg-error.log CustomLog /lbg-access.log combined