Skip to content

Instantly share code, notes, and snippets.

@blackrobot
Created February 11, 2011 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blackrobot/823066 to your computer and use it in GitHub Desktop.
Save blackrobot/823066 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName acm25-9.acm.org
<Directory /var/www/vhosts/pubs/ciedev/html/ >
Order deny,allow
Allow from all
</Directory>
### You can uncomment the next three lines to partition logs for this site, just change the log paths.
# LogLevel warn
# CustomLog /var/log/apache/acm25-9.acm.org.access.log combined
# ErrorLog /var/log/apache/acm25-9.acm.org.error.log
### Here you can define the WSGI processor.
WSGIDaemonProcess acm25-9.acm.org user=cie group=cie threads=25
WSGIProcessGroup acm25-9.acm.org
WSGIScriptAlias / /var/www/vhosts/pubs/ciedev/deploy/acm25-9.acm.org.wsgi
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment