whiz
> If it's here, I've missed it.
Yes you missed it, this has been said before, also look in bugzilla too !
First of all remove both rpms you installed.
rpm -e dmc-mitel-proxypass
rpm -e smeserver-proxypass
To be sure & return all settings to defaults do a
signal-event post-upgrade
reboot
Note the dmc-mitel-proxypass contrib is not compatible with sme7, so do not install it again.
The rpm to use is smeserver-proxypass-0.0.3-1.noarch.rpm, although it is buggy, but does appear to work.
Note also that sme7 has support built in for proxypass db entries, see
http://bugs.contribs.org/show_bug.cgi?id=1612If you want to install the rpm (& have a gui panel in server manager), copy it to a empty folder on your sme server & do
rpm -Uvh *.rpm
(you can (some say should) also use yum with the localinstall switch)
That rpm has a bug that calls up an incorrect db location
To fix it do
pico -w /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/VirtualHosts/50ProxyPass
Change the line that says:
tie my %domains, 'esmith::config', '/home/e-smith/domains';
to read
tie my %domains, 'esmith::config', '/home/e-smith/db/domains';
As the rpm is buggy & to be sure that templates have been expanded & services restarted manually do a
signal-event email-update
and
svc -t /service/httpd-e-smith
I seem to recall when you set a proxypass with the panel entry you get an error, but the setting does take, and the proxypass you set up does work, so I think the errors can be ignored.