home *** CD-ROM | disk | FTP | other *** search
INI File | 2002-03-16 | 3.8 KB | 146 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
-
- # *host* = url-to-redirect-to
- [hostredirect]
-
- # URL Restrict processing
- # 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 TFTP Server Accept (IP addresses)
- [tftpaccept]
- * = Allow all clients
-
- # Network Mail Server Accept (IP addresses)
- [mailaccept]
- * = Allow all clients
-
- # Network HTTP Server Accept (IP addresses)
- [proxyaccept]
- # 140.175.165.* = Allow intranet clients only
- * = Allow all clients (CHANGE THIS!)
-
- [dnsaccept]
- * = 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 TFTP Server Deny (IP addresses)
- [tftpdeny]
-
- # Network Mail Server Deny (IP addresses)
- [maildeny]
-
- # Network Proxy Server Deny (IP addresses)
- [proxydeny]
-
- # Network DNS Server Deny (IP addresses)
- [dnsdeny]
-
- # HTTP Filter processing
- # Deny access to any hosts in the following list.
- #
- # *host* = Comment for logging
- [hostfilter]
- ad.doubleclick.net = DoubleClick Filter
- ads.msn.com = MSN Ad Server
- ads.wvs.com = WVS Ad Server
- ads.zdnet.com = ZDNet Ad Server
- ads?.zdnet.com = ZDNet Ad Server
- ad.infoseek.com = Infoseek Ad Server
- ads.infospace.com = Infospace Ad Server
- ads.realmedia.com = Realmedia Ad Server
- ads.narrowline.com = Narrowline Ad Server
- ads.washingtonpost.com = Washington Post Ad Server
- ads.enliven.com = Enliven Ad Server
- ad.preferences.com = CNN Ad Server
- *.eads.com = Electronic Advertising Filter
- *.focalink.com = Focalink Filter
- *.playboy.com = Playboy Site Filter
- *.linkexchange.com = LinkExchange Filter
- *.valueclick.com = ValueClick Filter
- *.hyperbanner.com = Hyperbanner Filter
- *.adswap.com = Ad Swap Filter
- *.bannerswap.com = Banner Swap Filter
- *.imgis.com = IMGIS Ad Server
- *.flycast.com = Flycast Ad Server
- *.smartclicks.com = Smartclicks Ad Server
- *.bannerexchange.com = BannerExchange Filter
- *.ngadcenter.net = Ad Server
- *.bannercast.com = Ad Server
- *.click2net.com = Ad Server
-
- # HTTP Restrict processing
- # Only allow access proxy access to hosts in the following list.
- # (Usage includes WWW kiosks).
- #
- # *host* = Comment for logging
- [hostrestrict]
-
- # 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
- /adlink/* = Ads URL
- /?/ads/* = Ads URL
- /ad/* = Ad URL
- /adv/* = Adv URL
- /ad_images/* = AD_Images URL
- /img/ads/* = Img/Ads URL
- /adbanner/* = Img/Ads URL
- /adbanners/* = Img/Ads URL
- /rotateads/* = Img/Ads URL
- /smartbanner/* = Img/Ads URL
- /staticads/* = Img/Ads URL
- /gif/banners/* = GIF/Banners URL
- /doc/sponsors/* = Sponsors URL
- /realmedia/ads/* = ESPN Ads URL
- /adoptimizer* = Ads URL
- /promotions* = Yahoo Ads URL
-