note gotcha about WebGUI::Config

This commit is contained in:
Graham Knop 2009-10-05 21:41:12 -05:00
parent a3a8081ec7
commit 0260ec2f6a

View file

@ -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
--------------------------------------------------------------------