Added logging to vhost template. Invalid package name prevented tickets from validating.
[cas.git] / cas.vhost.template
index d951258..970c91f 100644 (file)
@@ -9,10 +9,6 @@
 
   Alias /media/ $MEDIA_ROOT
 
-  #
-  # Logs
-  LogLevel info
-
   #
   # WSGI configuration follows
   #
@@ -46,6 +42,9 @@
   #   ExpiresActive On
   #   ExpiresDefault "now plus 1 year"
   #</Directory>
-
+  
+  LogLevel info
+  ErrorLog /var/log/apache2/$PROJECT_NAME/error.log
+  CustomLog /var/log/apache2/$PROJECT_NAME/access.log combined
 </VirtualHost>
                             
\ No newline at end of file