.htaccess control directives for Scalix/Tomcat?
Posted: Wed Jun 01, 2005 1:37 pm
I would like to add some .htaccess directives to the Scalix Administration Console location as well as the default Tomcat SSL root url (https://myserver:8443) location to prevent/allow certain access. Since the Scalix SAC and WEBMAIL consoles run through Tomcat, can I simply drop in an .htaccess file like below to protect/secure access?
AuthUserFile /some place/htpasswd
AuthGroupFile /some place/htgroup
AuthName "Scalix Secure Area"
AuthType Basic
Allow from 192.168.1.0/24
AuthUserFile /some place/htpasswd
AuthGroupFile /some place/htgroup
AuthName "Scalix Secure Area"
AuthType Basic
Allow from 192.168.1.0/24