Page 1 of 1

Problem Accessing the Administration Console

Posted: Wed Jul 11, 2007 3:59 am
by milestone
Hi All,

I have configured scalix as per http://www.scalix.com/wiki/index.php?ti ... stallation.

Now I am getting a 403 Forbidden when trying to access the URL http://192.168.100.16/sac

The IP Address is my internal testing address.

Am I doing something terribly wrong? Is it possible to access the sac from somewhere else than the server itself? Where can I configure access?

Kind regards

Juergen Hoffmann

Verify services started

Posted: Mon Jul 23, 2007 12:09 pm
by bballantyne
Hi, you should verify that Apache is running. In a terminal window, type:

ps -ef | grep httpd
press ENTER.

If Apache is running, it will display a list of Apache processes

If not, start the service

service httpd start
ENTER

fixed it.

Posted: Thu Aug 16, 2007 5:47 am
by milestone
Hi it was a problem with the default mod proxy configuration on the host. It was allowed by localhost only. After I widened the possible access clients to my local subnet, everything went fine.