summaryrefslogtreecommitdiff
path: root/conf/apache-wsgi.conf
blob: d1d6672e207adf55c5eb24388a32fe9ece4f1e4f (plain)
1
2
3
4
5
6
7
8
9
10
11
<VirtualHost *:80>
  ServerName ishtar.example.com
  WSGIDaemonProcess ishtar processes=2 maximum-requests=500 threads=1
  WSGIProcessGroup ishtar
  WSGIScriptAlias / /var/local/ishtar/ishtar/apache/django.wsgi

  ErrorLog ${APACHE_LOG_DIR}/ishtar/error.log
  LogLevel warn
  CustomLog ${APACHE_LOG_DIR}/ishtar/access.log combined

</VirtualHost>