NameVirtualHost 192.168.1.4
<virtualhost 192.168.1.4>
   ServerAdmin hilbert@hippe-it.nl
   ServerName sitebeheer.local

   <location "/">        
      Order allow,deny        
      Allow from all        
 
      SetHandler python-program
      PythonHandler django.core.handlers.modpython
      SetEnv DJANGO_SETTINGS_MODULE rvucms.settings
      PythonDebug On
      PythonPath "['/home/schraal/', 'home/schraal/rvucms', '/home/schraal/rvucms/cms'] + sys.path"
   </location>    
        
   ErrorLog /var/log/apache2/error.log    
   # Possible values include: debug, info, notice, warn, error, crit,    
   # alert, emerg.    
   LogLevel warn    
   CustomLog /var/log/apache2/access.log combined
</virtualhost>
