Koozali.org: home of the SME Server

Server Manager Access

Eric

Server Manager Access
« on: June 16, 2002, 07:56:56 AM »
I installed the "vacation messages" rpm and now I get a 403 Forbidden error when I try to access the server manager. It says "You don't have permission to access /common/noframes on this server."

BretF.

Re: Server Manager Access
« Reply #1 on: July 02, 2002, 04:21:22 AM »
Apparently the installer chmod's the following directories:

/etc/e-smith/web/functions
/etc/e-smith/web/panels

so that they are not readable or executable anymore. I simply did this:

chmod ug+rx /etc/e-smith/web/functions
chmod ug+rx /etc/e-smith/web/panels

and that fixed the immediate problem.

But there may be other issues I am not aware of also.

Bret