Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Eric on June 16, 2002, 07:56:56 AM

Title: Server Manager Access
Post by: Eric 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."
Title: Re: Server Manager Access
Post by: BretF. 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