Thanks Christoph
but now i have more problems
your configuration result :
fullaccess : working without problem ...
halfaccess : when visiting sites that isnot in URLs.txt , it showing
custom error But when visiting sites that are in URLs.txt it showing
ACCESS DENIED ( standard error page )
noneaccess : when visiting other sites it showing custom error , but when
visiting mysite.com it showing access denied
On Mon, 08 May 2006 19:36:08 +0430, Christoph Haas
<email@xxxxxxxxxxxxxxxxx> wrote:
On Mon, May 08, 2006 at 06:26:11PM +0430, power159 wrote:
Okey ! i tried follwoing confings and its working ! with all configs
(IPS)
and all errors pages is working
**********************************
acl fullaccess src 127.1.10.5/255.255.255.255
acl halfaccess src 127.1.10.0/255.255.255.255
acl noneaccess src 127.0.0.1/255.255.255.255
acl filter1 url_regex -i "/urls.txt"
acl filter2 url_regex -i mysite.com
deny_info ERR_HALF_ACCESS filter1
deny_info ERR_NONE_ACCESS filter2
http_access allow fullaccess
http_access deny halfaccess !filter1
http_access deny noneaccess !filter2
#http_access deny all
**********************************
with this config its working but when i am useing http_access deny all
at
end of config its notworking ... :)
You are still not getting the order right. I suggest:
deny_info ERR_HALF_ACCESS halfaccess
deny_info ERR_NONE_ACCESS noneaccess
http_access allow fullaccess
http_access allow halfaccess filter1
http_access deny halfaccess
http_access allow noneaccess filter2
http_access deny noneaccess
http_access deny all
Kindly
Christoph
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/