Adding HTTP Proxy.

This commit is contained in:
JT Smith 2003-02-26 03:48:46 +00:00
parent 1df3108086
commit 1ea00268f6
4 changed files with 417 additions and 2 deletions

View file

@ -35,6 +35,14 @@ save you many hours of grief.
background-color: #dddddd;
}
* If you have downloaded and installed the HttpProxy wobject from
the contributions then you will need to delete it prior to
upgrading or the database upgrade will fail. To remove it
from the database just run the following commands from your
MySQL prompt:
drop table HttpProxy;
delete from Wobject where namespace='HttpProxy';
5.1.0