home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / srev13g.zip / initfilt.a80 < prev    next >
Text File  |  1999-05-10  |  4KB  |  160 lines

  1. ;User configurable parameters for the SRE-http for GOSERVE. (4/98)
  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.  
  32. default='adefault'
  33. hosts.1=0
  34. display_env=0
  35. checklog='NO'
  36. DNS_CHECK='NO'
  37. the_realm='arealm'
  38. inhouse_privs=' INHOUSE '
  39. public_privs=' PUBLIC  MESSBOX=* '
  40. USER_PRIVS=' USER '
  41. home_name='ahomename'
  42. not_found_url='<a href="/"> Visit the HOME_NAME home page? </a> '
  43. no_include='NO'
  44. no_processing='NO'
  45. no_interpret_code='NO'
  46. fix_expire=0.1
  47. content_md5=0
  48.  
  49.  delim_1.1='<!--'
  50.  delim_2.1='-->'
  51.  delim_1.2=0
  52. ;delim_1.2='{'
  53. ;delim_2.2='}'
  54. CHECK_alias='YES'
  55. record_option='YES'
  56. auto_header='HEAD'
  57. AUTO_NAME='aautoname'
  58. owners   = ' owneraddress  '
  59. inhouseips.1=0
  60. unallowedips.1=0
  61. verbose=1
  62. allow_access='YES'
  63.  
  64. headers.1=0
  65. footers.1=0
  66.  
  67. inhouse.1=' (Staff Version) '
  68. inhouse.2=' (more Staff Version) '
  69. inhouse.3=0
  70.  
  71. superuser.1='(Super User)'
  72. superuser.2=0
  73.  
  74. option_hit_line=':: still access # '
  75.  
  76. webmaster='awebmaster'
  77.  
  78. upload_maxsize=1000
  79. upload_minfree=20000
  80.  
  81. pre_filter='NO'
  82. prefilter_name='PREFILTR'
  83.  
  84. post_filter='NO'
  85. postfilter_name='POSTFILT'
  86.  
  87.  
  88. keep_addons.0=1
  89. keep_addons.1='STATUS  addondirectory\STATUS.CMD '
  90.  
  91. replace_rules.0=0
  92.  
  93. noext_type='REDIR'
  94.  
  95. accept_range='YES'
  96. use_stdout='YES'
  97. add_user_name='YES'
  98. add_resource_name='NO'
  99. check_add_privs='NO'
  100. add_privs_prefix='!'
  101. smtp_gateway=0
  102.  
  103. hit_cache_LEN=1000
  104. HIT_CACHE_duration=5
  105. hit_owner_suppress='YES'
  106. WRITE_LOGS='YES'
  107.  
  108. htaccess_file='htaccess.'
  109. do_htaccess='NO'
  110.  
  111. interpret_types=' PL=PERL5 ' 
  112.  
  113. ssi_shtml_only='assishtml'
  114. ssi_cache_on='assicache'
  115.  
  116. dir_exclusion='Htaccess. .htaccess /private describe.txt dir.hdr *.cnt '
  117. DIR_OPTIONS='  notime  no_recurse_dir footerfile  '
  118. dir_access=' '
  119. dir_access_privs='SUPERUSER '
  120.  
  121. max_pointdist=50
  122.  
  123. home_dir='ahomedir'
  124.  
  125. cgi_bin_dir='cgibindirectory'
  126. addon_dir='addondirectory'
  127.  
  128. messbox_dir='messageboxdir'
  129. mailbox_dir='mailboxdir'
  130. tempfile_dir='temporarydir'
  131. tempdata_dir='tempdatadir'
  132. userinfo_dir='userinfodir'
  133.  
  134. upload_dir='uploaddir'
  135. workdata_dir='workingdatadir'
  136. config_dir='configuredir'
  137.  
  138. logon_fail_file='workingdir\LOGFAIL.HTM'
  139. access_fail_file=0
  140.  
  141.  
  142. counter_file='workingdatadir\COUNTER.CNT'
  143. record_all_file='workingdatadir\recrdall.cnt'
  144. sendfile_file='workingdatadir\SENDFILE.CNT'
  145. error_log='workingdatadir\ERRORS.LOG'
  146. interpret_file='workingdatadir\INTERPET.IN'
  147.  
  148. upload_log='uploaddir\UPLOAD.LOG'
  149.  
  150. repstrgs_file='cfgsdirectory\REPSTRGS.IN'
  151.  
  152. access_file='cfgsdirectory\ACCESS.IN'
  153.  
  154. alias_file='cfgsdirectory\ALIASES.IN'
  155. PUBURL_FILE='cfgsdirectory\PUBURLS.IN'
  156.  
  157. user_file='cfgsdirectory\USERS.IN'
  158. VIRTUAL_FILE= 'cfgsdirectory\virtual.in'
  159.  
  160.