Moderators: ScalixSupport, admin
Code: Select all
<Location "/webmail">
JkUriSet group ajp13:localhost:8009
Order Deny, Allow
Deny from all
Allow from 192.168.100
</Location>
<Location "/sac">
JkUriSet group ajp13:localhost:8009
Order Deny, Allow
Deny from all
Allow from 192.168.100.2
</Location>
Code: Select all
<Context path="/sac" docBase="sac"
debug="0" privileged="true" reloadable="false">
<Valve className="org.apache.catalina.valves.RemoteAddrValve"
allow="192.168.200.2"/>
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="scalix-sac_log." suffix=".txt"
timestamp="true"/>
</Context>
Users browsing this forum: No registered users and 2 guests