limit access SAC

Discuss Scalix Management Services ( formerly Scalix Admin Console )

Moderator: ScalixSupport

Nexis
Posts: 72
Joined: Wed May 10, 2006 4:55 am

limit access SAC

Postby Nexis » Mon May 29, 2006 3:21 pm

Can you only give access to a certain range of ip addresses to manage scalix?
Thanks Koen

Valerion
Scalix Star
Scalix Star
Posts: 2730
Joined: Thu Feb 26, 2004 7:40 am
Location: Johannesburg, South Africa
Contact:

Postby Valerion » Tue May 30, 2006 3:50 am

You can use the Allow/Deny rules in Apache to limit access to it.

http://httpd.apache.org/docs/2.0/mod/mod_access.html

Nexis
Posts: 72
Joined: Wed May 10, 2006 4:55 am

Postby Nexis » Sat Jun 17, 2006 5:43 pm

And where put I these .htaccess files? Because I doesn't seem to work. IK still have accees from the internet. And I would only allow access from internal servers.

Valerion
Scalix Star
Scalix Star
Posts: 2730
Joined: Thu Feb 26, 2004 7:40 am
Location: Johannesburg, South Africa
Contact:

Postby Valerion » Mon Jun 19, 2006 4:13 am

Here is an excerpt from my config file for the Scalix services. Unfortunatedly I have modified it heavily, so I can't remember which file it is installed into by default, but it will be in /etc/httpd/conf.d somewhere.

Code: Select all

        <Location "/caa*">
                JkMount scalixworker
                Order Deny,Allow
                Deny from all
                Allow from 127.0.0.1
                Allow from .my-domain.com
        </Location>

        <Location "/sac*">
                JkMount scalixworker
                Order Deny,Allow
                Deny from all
                Allow from 127.0.0.1
                Allow from .my-domain.com
                Allow from .my-home-domain.com
        </Location>

        <Location "/res*">
                JkMount scalixworker
                Order Deny,Allow
                Deny from all
                Allow from 127.0.0.1
                Allow from .my-domain.com
        </Location>


Return to “Scalix Management Services”



Who is online

Users browsing this forum: No registered users and 2 guests