Koozali.org: home of the SME Server

Forbidden error on web admin pages

Alex Schaft

Forbidden error on web admin pages
« on: June 26, 2001, 11:52:43 AM »
Hi,

After not having looked at my admin pages for a month or so, I'm all of the sudden getting HTTP 403 messages for my http://mail:980/ request. Can anybody tell me what I have to change to fix this? I just tried to install the vacation messg rpm's just prior to this.

Timothée Bastin

Re: Forbidden error on web admin pages
« Reply #1 on: June 26, 2001, 02:22:57 PM »
I had exactly the same problem....this is what you must do to fix it:

Here are the commands you must give to have back the e-smith-manager after
installing some rpm with problems.
chmod 550 /etc/e-smith/web/panels/
chmod 550 /etc/e-smith/web/functions/
chmod 550 /etc/e-smith/web/common/
chmod 755 /etc/e-smith/events/actions/

Timothée

Alex Schaft

Re: Forbidden error on web admin pages
« Reply #2 on: June 26, 2001, 04:56:58 PM »
Thanks for the help