sample.map
上传用户:ladybrid91
上传日期:2007-01-04
资源大小:287k
文件大小:1k
源码类别:

Web服务器

开发平台:

Unix_Linux

  1. # This is a sample .map file, for use with the libmap.so module
  2. #
  3. # The syntax of this file is pretty simple. Anything after a
  4. # hash mark (#) is ignored. Empty lines are also ignored.
  5. #
  6. # Then there are four types of commands:
  7. # A circle, with origo at 100,100 and a radius of 50
  8. circle  (100,100) 50 http://www.ifm.liu.se/
  9. # A rectangle with it's upper left corner at 10,10 and lower right at 100,100
  10. rectangle (10,10) (100,100) ftp://ftp.lysator.liu.se/
  11. # A polygon with intersections at the listed points
  12. polygon (0,0) (10,0) (10,10) /phttpd/
  13. # If nothing else is matched
  14. default http://www.lysator.liu.se/