ServerName www.somesite.com
SetHandler none
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE halogen_dg_com.settings
PythonDebug Off
PythonPath "['/home/alex/production/halogen_dg_com','/home/alex/production'] + sys.path"