home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / srev13h.zip / initfilt.a80 < prev    next >
Text File  |  2000-03-04  |  4KB  |  167 lines

  1. ;User configurable parameters for the SRE-http for GOSERVE. (10/99)
  2. ;
  3. ;This file contains the "user configurable" parameters for the SREFILTR program.
  4. ;
  5. ;   A detailed description of the parameters, what they do and how to change them,
  6. ;   is contained in the INITFILT.DOC file.
  7. ;
  8. ;  In almost all cases the parameters are strings, so
  9. ;  you should remember to put quotes (') aound the stuff on the rhs of
  10. ;  the = sign.  Note that although REXX understands the " or ' character as
  11. ;  string delimiters, for various reasons we highly recommend using  the '
  12. ;  character (and using the " for HTML elements).
  13. ;  Furthermore, you should NOT use the ' quote character inside of
  14. ;  string variables (it will cause problems).  Instead, use the " character.
  15. ;
  16. ;  Exception to the above:
  17. ;        sometimes a 0 (non-quoted), is acceptable, usually with stem variables:
  18. ;           i.e. -- unallowedips.1=0 means "there are no unallowedips "
  19. ;        Also, maxpointdist, upload_maxsize and upload_minfree
  20. ;        expect an integer (either inside or not inside quotes)
  21. ;
  22. ;SPECIAL Advanced Option:
  23. ;   If you are DNS binding multiple ip addresses to a single ip-name, 
  24. ;   you can specify "machine specific" entries in INITFILT.80 by using:
  25. ;       $MACHINE_ID  varname='value'
  26. ;   where $MACHINE_ID is a global environment variable
  27. ;   In particluar,you'll probably want to set the TEMPDATA_DIR and
  28. ;   RECORD_ALL_FILE variables. Note that the "last" match is used 
  29. ;   (i.e.; you should have $MACHINE_ID entries AFTER the "generic" entry)
  30. ;
  31. ; Note: the INITFILT_VERSION_NUMBER parameter (at the bottom of the file)
  32. ;       is used by the INSTALL program (to check for changes).  You should
  33. ;       not change it's value
  34.  
  35.  
  36. default='adefault'
  37. hosts.1=0
  38. display_env=0
  39. checklog='NO'
  40. DNS_CHECK='NO'
  41. the_realm='arealm'
  42. inhouse_privs=' INHOUSE '
  43. public_privs=' PUBLIC  MESSBOX=* '
  44. USER_PRIVS=' USER '
  45. home_name='ahomename'
  46. not_found_url='<a href="/"> Visit the HOME_NAME home page? </a> '
  47. no_include='NO'
  48. no_processing='NO'
  49. no_interpret_code='NO'
  50. fix_expire=0.1
  51. content_md5=0
  52.  
  53.  delim_1.1='<!--'
  54.  delim_2.1='-->'
  55.  delim_1.2=0
  56. ;delim_1.2='{'
  57. ;delim_2.2='}'
  58. CHECK_alias='YES'
  59. record_option='YES'
  60. auto_header='HEAD'
  61. AUTO_NAME='aautoname'
  62. owners   = ' owneraddress  '
  63. inhouseips.1=0
  64. unallowedips.1=0
  65. verbose=1
  66. allow_access='YES'
  67.  
  68. headers.1=0
  69. footers.1=0
  70.  
  71. inhouse.1=' (Staff Version) '
  72. inhouse.2=' (more Staff Version) '
  73. inhouse.3=0
  74.  
  75. superuser.1='(Super User)'
  76. superuser.2=0
  77.  
  78. option_hit_line=':: still access # '
  79.  
  80. webmaster='awebmaster'
  81.  
  82. upload_maxsize=1000
  83. upload_minfree=20000
  84.  
  85. pre_filter='NO'
  86. prefilter_name='PREFILTR'
  87.  
  88. post_filter='NO'
  89. postfilter_name='POSTFILT'
  90.  
  91.  
  92. keep_addons.0=1
  93. keep_addons.1='STATUS  addondirectory\STATUS.CMD '
  94.  
  95. replace_rules.0=0
  96.  
  97. noext_type='REDIR'
  98.  
  99. accept_range='YES'
  100. use_stdout='YES'
  101. add_user_name='YES'
  102. add_resource_name='NO'
  103. check_add_privs='NO'
  104. add_privs_prefix='!'
  105. smtp_gateway=0
  106.  
  107. hit_cache_LEN=1000
  108. HIT_CACHE_duration=5
  109. hit_owner_suppress='YES'
  110. WRITE_LOGS='YES'
  111.  
  112. htaccess_file='htaccess.'
  113. do_htaccess='NO'
  114.  
  115. interpret_types=' PL=PERL5 ' 
  116.  
  117. ssi_shtml_only='assishtml'
  118. ssi_cache_on='assicache'
  119.  
  120. dir_exclusion='Htaccess. .htaccess /private describe.txt dir.hdr *.cnt '
  121. DIR_OPTIONS='  notime  no_recurse_dir footerfile  '
  122. dir_access=' '
  123. dir_access_privs='SUPERUSER '
  124.  
  125. max_pointdist=50
  126.  
  127. home_dir='ahomedir'
  128.  
  129. cgi_bin_dir='cgibindirectory'
  130. addon_dir='addondirectory'
  131.  
  132. messbox_dir='messageboxdir'
  133. mailbox_dir='mailboxdir'
  134. tempfile_dir='temporarydir'
  135. tempdata_dir='tempdatadir'
  136. userinfo_dir='userinfodir'
  137.  
  138. upload_dir='uploaddir'
  139. workdata_dir='workingdatadir'
  140. config_dir='configuredir'
  141.  
  142. logon_fail_file='workingdir\LOGFAIL.HTM'
  143. access_fail_file=0
  144.  
  145. user_logon_enable='YES'
  146.  
  147. counter_file='workingdatadir\COUNTER.CNT'
  148. record_all_file='workingdatadir\recrdall.cnt'
  149. sendfile_file='workingdatadir\SENDFILE.CNT'
  150. error_log='workingdatadir\ERRORS.LOG'
  151. interpret_file='workingdatadir\INTERPET.IN'
  152.  
  153. upload_log='uploaddir\UPLOAD.LOG'
  154.  
  155. repstrgs_file='cfgsdirectory\REPSTRGS.IN'
  156.  
  157. access_file='cfgsdirectory\ACCESS.IN'
  158.  
  159. alias_file='cfgsdirectory\ALIASES.IN'
  160. PUBURL_FILE='cfgsdirectory\PUBURLS.IN'
  161.  
  162. user_file='cfgsdirectory\USERS.IN'
  163. VIRTUAL_FILE= 'cfgsdirectory\virtual.in'
  164.  
  165. INITFILT_VERSION_13H=2
  166.  
  167.