From 0260ec2f6aa1a5f3ac5f494aa910d60db4bdc274 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Mon, 5 Oct 2009 21:41:12 -0500 Subject: [PATCH] note gotcha about WebGUI::Config --- docs/gotcha.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 11ab839f9..1affdc465 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -16,6 +16,15 @@ save you many hours of grief. schedule template. The upgrade from 7.8.0 to 7.8.1 will attempt to fix this when default templates have been used. + * In the past, it was possible to leave WebguiRoot undefined + or incorrectly specified, and WebGUI would still function. It + must now be properly specified, which means it must be configured + in the global Apache section (outside any VirtualHost or + Directory sections) and point to the correct WebGUI root + directory. For example: + PerlSetVar WebguiRoot /data/WebGUI + + 7.8.0 --------------------------------------------------------------------