home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / XIOS213C / XITAMI.CFG < prev    next >
Text File  |  1997-08-01  |  6KB  |  169 lines

  1. #   xitami.cfg - Configuration file for XITAMI
  2. #   Revised: 97/07/16
  3. #
  4. #   Do not modify this file... instead, create a file called 'custom.cfg'
  5. #   with the sections and entries you need.
  6. #
  7. #   Options in this file are overridden by any given on the command
  8. #   line or in the Windows control panel.
  9. #*END
  10.  
  11. [Version]
  12.     owner=smthttp                       #   Config file owner agent
  13.     number=1.00                         #   Config file version number
  14.  
  15. [Server]
  16.     customise=custom.cfg                #   Custom config file
  17.     portbase=0                          #   e.g. 5000 for port 5080
  18.     portbase1=5000                      #   If main port is already used
  19.     portbase2=6000                      #   If main port is already used
  20.     background=0                        #   1 = run as daemon
  21.     refresh=60                          #   Seconds between refreshes
  22.     cgi-url=/cgi-bin                    #   What defines a CGI URL?
  23.     cgi-bin=cgi-bin                     #   Relative or full path
  24.     keep-alive=1                        #   1 = use Keep-Alive on ports
  25.     keep-alive-max=25                   #   Max. transfers on live port
  26.     timeout=30                          #   Max. duration of live port
  27.     debug=0                             #   Keep debug logs
  28.     webpages=webpages                   #   Relative or full path
  29.     default1=index.htm                  #   Any number of default pages
  30.     default2=index.html                 #      called 'default<n>', with
  31.     default3=default.htm                #      no holes in the numbering.
  32.     default4=default.html               #
  33.     error-header=<HTML><TITLE>Error</TITLE><BODY><H1><B>
  34.     error-footer=</B></H1></BODY></HTML>
  35. #   error-header=@header.htm            #   Alternative for long headers
  36. #   error-footer=@footer.htm            #   Alternative for long footers
  37.     translate=1                         #   Use IP address in redirections
  38.  
  39. [Alias]
  40. #   cdrom=f:\html                       #   Directory/drive aliases
  41. #   mandy=d:\users\mandy\webpages       #   E.g "http://xxxxx/mandy/"
  42.  
  43. [Virtual-Hosts]
  44. #   www.somehost1.com=host1.cfg         #   Specified by name
  45. #   220.12.25.250=host2.cfg             #   Specified by IP address
  46.  
  47. [CGI]
  48.     workdir=cgi-bin                     #   Where CGI scripts run
  49.     http-fields=1                       #   Add HTTP_ header fields?
  50.     http-prefix=HTTP_                   #   If so, what prefix?
  51.     form-fields=1                       #   Add form fields to environment?
  52.     form-prefix=FORM_                   #   If so, what prefix?
  53.     form-query=1                        #   Pass form fields as QUERY_STRING?
  54.     environment=1                       #   CGI gets server environment?
  55.     errlog=cgierr.log                   #   CGI stderr output
  56.     exit-ok=1                           #   Do we want an Ok exit code?
  57.     mixed-url=1                         #   Non-CGI files allowed?
  58.     timeout=60                          #   Timeout (seconds) for CGIs
  59.     monitor=200                         #   Monitor rate, milliseconds
  60.  
  61. [CGI-Environment]
  62.  
  63. [Security]
  64.     filename=xitami.aut                 #   Authorisation file
  65.     dirlist=1                           #   Allow directory listings
  66.     dynamic=1                           #   Refresh authorisation file
  67.     webmask=*                           #   Mask valid client IP addresses
  68.  
  69. [ServerLog]
  70.     filename=xitami.log                 #   Path + filename
  71.     cycle=daily                         #   When is the file cycled
  72.  
  73. [AccessLog]
  74.     filename=access.log                 #   Path + filename
  75.     cycle=daily                         #   When is the file cycled
  76.  
  77. [ErrorLog]
  78.     filename=errors.log                 #   Path + filename
  79.     cycle=daily                         #   When is the file cycled
  80.  
  81. [Mime]
  82.     #  Text MIME types
  83.     etx=text/x-setext
  84.     htm=text/html
  85.     html=text/html
  86.     rtx=text/richtext
  87.     tsv=text/tab-separated-values
  88.     txt=text/plain
  89.  
  90.     #  Image MIME types
  91.     gif=image/gif
  92.     ief=image/ief
  93.     jpe=image/jpeg
  94.     jpeg=image/jpeg
  95.     jpg=image/jpeg
  96.     pbm=image/x-portable-bitmap
  97.     pgm=image/x-portable-graymap
  98.     png=image/png
  99.     pnm=image/x-portable-anymap
  100.     ppm=image/x-portable-pixmap
  101.     ras=image/x-cmu-raster
  102.     rgb=image/x-rgb
  103.     tif=image/tiff
  104.     tiff=image/tiff
  105.     xbm=image/x-xbitmap
  106.     xpm=image/x-xpixmap
  107.     xwd=image/x-xwindowdump
  108.  
  109.     #  Video MIME types
  110.     avi=video/msvideo
  111.     mov=video/quicktime
  112.     movie=video/x-sgi-movie
  113.     mpe=video/mpeg
  114.     mpeg=video/mpeg
  115.     mpg=video/mpeg
  116.     qt=video/quicktime
  117.  
  118.     #  Audio MIME types
  119.     aif=audio/x-aiff
  120.     aifc=audio/x-aiff
  121.     aiff=audio/x-aiff
  122.     au=audio/basic
  123.     snd=audio/basic
  124.     wav=audio/wav
  125.     mid=audio/midi
  126.     rmi=audio/midi
  127.  
  128.     #  Application MIME types
  129.     ai=application/postscript
  130.     bcpio=application/x-bcpio
  131.     bin=application/octet-stream
  132.     cdf=application/x-netcdf
  133.     cpio=application/x-cpio
  134.     csh=application/x-csh
  135.     doc=application/msword
  136.     dvi=application/x-dvi
  137.     eps=application/postscript
  138.     gtar=application/x-gtar
  139.     gz=application/x-gzip
  140.     tgz=application/x-gzip
  141.     hdf=application/x-hdf
  142.     latex=application/x-latex
  143.     ltx=application/x-latex
  144.     lzh=application/x-lzh
  145.     man=application/x-troff-man
  146.     me=application/x-troff-me
  147.     ms=application/x-troff-ms
  148.     nc=application/x-netcdf
  149.     oda=application/oda
  150.     pdf=application/pdf
  151.     ps=application/postscript
  152.     roff=application/x-troff
  153.     rtf=application/rtf
  154.     sh=application/x-sh
  155.     shar=application/x-shar
  156.     src=application/x-wais-source
  157.     sv4cpio=application/x-sv4cpio
  158.     sv4crc=application/x-sv4crc
  159.     t=application/x-troff
  160.     tar=application/tar
  161.     tcl=application/x-tcl
  162.     tex=application/x-tex
  163.     texi=application/x-texinfo
  164.     texinfo=application/x-texinfo
  165.     tr=application/x-troff
  166.     txi=application/x-texinfo
  167.     ustar=application/x-ustar
  168.     zip=application/zip
  169.