Rev 4 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
<VirtualHost *:80>ServerName djangoServerAlias djangoDocumentRoot /home/jlesech/www-django/idreammicro<Directory /home/jlesech/www-django/idreammicro>Order allow,denyAllow from all</Directory>WSGIDaemonProcess django processes=2 threads=15 display-name=%{GROUP} python-path=/home/jlesech/www-django/idreammicroWSGIProcessGroup djangoWSGIScriptAlias / /home/jlesech/www-django/idreammicro/idreammicro/wsgi.py<Directory /home/jlesech/www-django/idreammicro/idreammicro>Order allow,denyAllow from all</Directory>Alias /static/ /home/jlesech/www-django/idreammicro/static/<Location "/static/">Options -Indexes</Location>ErrorLog ${APACHE_LOG_DIR}/idreammicro_error.log# Possible values include: debug, info, notice, warn, error, crit,# alert, emerg.LogLevel warnCustomLog ${APACHE_LOG_DIR}/idreammicro_access.log combined</VirtualHost>