Skip to content

Commit

Permalink
apache config
Browse files Browse the repository at this point in the history
  • Loading branch information
glyphobet committed Feb 17, 2013
1 parent d6d3bd1 commit b1a5bc3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions apache.conf
@@ -0,0 +1,24 @@
<VirtualHost *>
ServerName "hood.theory.org"
DocumentRoot /var/www/theory.org/hood/html

ErrorLog /var/log/apache2/hood-error.log
CustomLog /var/log/apache2/hood-access.log "%v %h %l %u %t \"%r\" %>s %b"

<Directory "/var/www/theory.org/hood/html">
Order allow,deny
allow from all

Options SymLinksIfOwnerMatch
AllowOverride None

AddHandler python-program .py
PythonHandler web
PythonDebug On
</Directory>
</VirtualHost>
#<VirtualHost *:80>
# ServerName www.hood.theory.org
# RedirectPermanent / http://hood.theory.org/
#</VirtualHost>

0 comments on commit b1a5bc3

Please sign in to comment.