Vitaly Burshteyn schrieb:
> How can I block a specific url?
>
> Aka, I don't want anybody hitting mysite.com/fooooo from outsite the
> firewall???
>   
You can simply do it in your web server (.htaccess file with apache).
There you can have even mixed rules, so that your employees have no 
authentication from inside, but from outside:

Order deny,allow
Require User joe mike sue diana
Allow from 127.0.0.1 192.168.0.0/255.255.255.0
Deny from all
Satisfy any


Regards,
Christian

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to