home *** CD-ROM | disk | FTP | other *** search
INI File | 1998-03-23 | 2.4 KB | 97 lines |
- #
- # security.ini
- #
- # IMPORTANT! The Sambar Server must be restarted before any changes
- # to this file will take effect. The contents of this
- # file are cached by the samples/source/security.c modules.
- #
-
-
- # uri-to-redirect* = url-to-redirect-to
- [redirect]
- /homepage = http://www.sambar.com
-
- # Only a single directive can be specified for a directory.
- # Multiple users or groups can be specified by adding them to the
- # directive line:
- #
- # /secure = billy-bob fred sally-mae
- #
- # uri-to-restrict* = user-or-group-restricted-to
- [restrict]
- /secure = billy-bob anonymous
-
- # uri-to-restrict* = IP address(s) to restrict to
- [iprestrict]
-
- # *IP-or-DNS-to-deny* = url-to-redirect-to
- [deny]
-
- # Network HTTP Server Accept (IP addresses)
- [httpaccept]
- * = Allow all clients
-
- # Network FTP Server Accept (IP addresses)
- [ftpaccept]
- * = Allow all clients
-
- # Network HTTP Server Accept (IP addresses)
- [proxyaccept]
- # 140.175.165.* = Allow intranet clients only
- * = Allow all clients (CHANGE THIS!)
-
- # Network HTTP Server Deny (IP addresses)
- # IP address comparisons are length specific, so the restriction
- # 140.175 = Deny Test Machine
- # would deny all machines in the range 140.175.*.*
- [httpdeny]
-
- # Network FTP Server Deny (IP addresses)
- [ftpdeny]
-
- # Network Proxy Server Deny (IP addresses)
- [proxydeny]
-
- # HTTP Filter processing
- # Deny access to any hosts in the following list.
- #
- # *host* = Comment for logging
- [hostfilter]
- ad.doubleclick.net = DoubleClick Filter
- ad.linkexchange.com = LinkExchange Filter
- ads.msn.com = MSN Ad Server
- ads.wvs.com = WVS Ad Server
- adforce.imgis.com = IMGIS Ad Server
- *.flycast.com = Flycast Ad Server
- ads?.zdnet.com = ZDNet Ad Server
- *.focalink.com = Focalink Filter
- *.playboy.com = Playboy Site Filter
-
- # HTTP Restrict processing
- # Only allow access proxy access to hosts in the following list.
- # (Usage includes WWW kiosks).
- #
- # *host* = Comment for logging
- [hostrestrict]
-
- # URL Restrict processing
- # Only allow proxy access to URLs matching the following list.
- # If the list is empty, all URLs are accessible.
- #
- # *url* = Comment for logging
- [urlrestrict]
-
- [urlfilter]
- /banners/images/* = C-NET Filter
- /adverts/* = Adverts URL
- /advertising/* = Advertising URL
- /ads/* = Ads URL
- /?/ads/* = Ads URL
- /ad/* = Ad URL
- /adv/* = Adv URL
- /ad_images/* = AD_Images URL
- /img/ads/* = Img/Ads URL
- /adbanners/* = Img/Ads URL
- /gif/banners/* = GIF/Banners URL
- /doc/sponsors/* = Sponsors URL
-