wwwoffle.conf.man
上传用户:seven77cht
上传日期:2007-01-04
资源大小:486k
文件大小:22k
源码类别:

浏览器

开发平台:

Unix_Linux

  1. ." $Header: /home/amb/wwwoffle/RCS/wwwoffle.conf.man 2.50 1999/09/08 18:35:06 amb Exp $
  2. ."
  3. ."  WWWOFFLE - World Wide Web Offline Explorer - Version 2.5.
  4. ."
  5. ."  Manual page for wwwoffle.conf
  6. ."
  7. ."  Written by Andrew M. Bishop
  8. ."
  9. ."  This file Copyright 1997,98,99 Andrew M. Bishop
  10. ."  It may be distributed under the GNU Public License, version 2, or
  11. ."  any higher version.  See section COPYING of the GNU Public license
  12. ."  for conditions under which this file may be redistributed.
  13. ."
  14. .TH wwwoffle.conf 5 "August 23rd, 1999"
  15. .SH NAME
  16. wwwoffle.conf - The configuration file for the proxy server for the World Wide Web Offline Explorer.
  17. .SH DESCRIPTION
  18. The
  19. .I wwwoffle.conf
  20. file contains the configuration for the wwwoffled proxy HTTP server part of the
  21. .I
  22. World Wide Web Offline Explorer
  23. program.
  24. .LP
  25. The file is split into sections, each of which can be empty or contain one or
  26. more lines of configuration information.  The sections are named and the order
  27. that they appear in the file is not important.
  28. .LP
  29. The general format of each of the sections is the same.  The name of the section
  30. is on a line by itself to mark the start.  The contents of the section are
  31. enclosed between a pair of lines containing the '{' and '}' characters or '['
  32. and ']' characters.  When the '{' and '}' characters are used the lines between
  33. contain configuration information.  When the '[' and ']' characters are used the
  34. there must only be a single non-empty line between them that contains the name
  35. of a file (in the same directory) containing the configuration information.
  36. .LP
  37. Comments are marked by a '#' character at the start of the line and blank lines
  38. are also allowed, both are ignored.
  39. .LP
  40. The
  41. .B StartUp
  42. section can contain the following:
  43. .TP
  44. .B http-port = <port>
  45. The port number to use on the local host as the HTTP proxy (default=8080).
  46. .TP
  47. .B wwwoffle-port = <port>
  48. The port number to use on the local host as the WWWOFFLE control port
  49. (default=8081).
  50. .TP
  51. .B spool-dir = <dirname>
  52. The name of the spool directory to use for the cache. A subdirectory is created
  53. in this for each new web server that is contacted (default=/var/spool/wwwoffle).
  54. .TP
  55. .B run-uid = <username> | <uid> | none |
  56. The username of numeric uid to run the WWWOFFLE server with.  To use this
  57. option, the program must be started by root.
  58. .TP
  59. .B run-gid = <groupname> | <gid> | none |
  60. The groupname of numeric gid to run the WWWOFFLE server with.  To use this
  61. option, the program must be started by root.
  62. .TP
  63. .B use-syslog = yes | no
  64. The syslog facility can be used to log the important error messages.
  65. (default=yes).
  66. .TP
  67. .B password = <word> | none |
  68. The authorisation password that is required to use the wwwoffle program to
  69. configure the server or use the interactive control page (default=none).  If
  70. this is not present, or set to an empty string or 'none' then there is no
  71. password required.  If there is a password set, then the -c option to wwwoffle
  72. must be used, and the file wwwoffle.conf should be made readable only by
  73. authorised users.
  74. .TP
  75. .B max-servers = <integer>
  76. .B max-fetch-servers = <integer>
  77. The maximum number of servers processes that are started (default=8).  The
  78. maximum number of server processes that are forked to fetch pages that were
  79. requested in offline mode (default = 4).  The
  80. .I max-fetch-servers
  81. value must be less than
  82. .I max-servers
  83. or you will not be able to use WWWOFFLE interactively online while fetching.
  84. .TP
  85. .B dir-perm = <octal integer>
  86. The permissions to use when creating spool directories (default=0755), this
  87. overrides the umask value and must be in octal starting with a '0' character.
  88. .TP
  89. .B file-perm = <octal integer>
  90. The permissions to use when creating spool files (default=0644), this overrides
  91. the umask value and must be in octal starting with a '0' character.
  92. .TP
  93. .B run-online = <filename>
  94. The name of a program to run when switched to online mode (default=none).
  95. .TP
  96. .B run-offline = <filename>
  97. The name of a program to run when switched to offline mode (default=none).
  98. .TP
  99. .B run-autodial = <filename>
  100. The name of a program to run when switched to autodial mode (default=none).  The
  101. programs run using the
  102. .I run-online,
  103. .I run-offline
  104. and
  105. .I run-autodial
  106. options are started with a single parameter set to the current mode.
  107. .LP
  108. The
  109. .B Options
  110. section contains other options that configure the server.
  111. .TP
  112. .B log-level = debug | info | important | warning | fatal
  113. The error messages that have a priority the same as that specified or greater
  114. are recorded on the output, either syslog or stderr (see wwwoffled(1)).
  115. .TP
  116. .B index-latest-days = <age>
  117. The maximum age in days of pages to show in the index of the latest pages
  118. (default=7).
  119. .TP
  120. .B request-changed = <time>
  121. While online pages will only be fetched if the cached version is older than this
  122. specified time in seconds (default=600).  A negative value will force the cache
  123. to always be used in preference.
  124. .TP
  125. .B request-changed-once = yes | no
  126. While online pages will only be fetched if the cached version has not already
  127. been fetched once this session (default=yes).  This option takes precedence over
  128. the request-changed option.
  129. .TP
  130. .B request-expired = yes | no
  131. While online pages that have expired will always be requested again
  132. (default=no).  This option takes precedence over the request-changed and
  133. request-changed-once options.
  134. .TP
  135. .B request-no-cache = yes | no
  136. While online pages that ask not to be cached will always be requested again
  137. (default=no).  This option takes precedence over the request-changed and
  138. request-changed-once options.
  139. .TP
  140. .B pragma-no-cache = yes | no
  141. Whether to request a new copy of a page if the request from the browser has
  142. "Pragma: no-cache" (default=yes).  This option should be set to 'no' if when
  143. browsing offline all pages are re-requested by a 'broken' browser.
  144. .TP
  145. .B confirm-requests  = yes | no
  146. Whether to return a page requiring user confirmation instead of automatically
  147. recording requests made while offline (default=no).
  148. .TP
  149. .B connect-timeout = <time>
  150. The time in seconds that WWWOFFLE will wait for the socket connection
  151. (default=30).
  152. .TP
  153. .B socket-timeout = <time>
  154. The time in seconds that WWWOFFLE will wait for data to arrive on a socket
  155. connection before timing out and giving an error (default=120 seconds).
  156. .TP
  157. .B connect-retry = yes | no
  158. If a connection cannot be made to a remote server then try again after a short
  159. delay (default=no).
  160. .TP
  161. .B ssl-allow-port = <integer>
  162. A port number that can be used for Secure Socket Layer (SSL) connections,
  163. e.g. https (default=none, for https use 443).  There can be more than one of
  164. these entries to allow other ports.
  165. .TP
  166. .B no-lasttime-index = yes | no
  167. Disables creation of the lasttime/prevtime indexes (default=no).
  168. .TP
  169. .B intr-download-keep = yes | no
  170. If the browser closes the connection while online the currently downloaded part
  171. of the page should be kept (default=no).
  172. .TP
  173. .B intr-download-size = <integer>
  174. If the browser closes the connection while online the page should continue to
  175. download if smaller than this size in kB (default=1).
  176. .TP
  177. .B intr-download-percent = <integer>
  178. If the browser closes the connection while online the page should continue to
  179. download if more than this amount complete (default=80).
  180. .TP
  181. .B timeout-download-keep = yes | no
  182. If the server connection timeouts while reading then the currently downloaded
  183. partial page should be kept (default=no).
  184. .LP
  185. The
  186. .B FetchOptions
  187. section contains options that configure the automated downloading of pages.
  188. When pages are requested offline and downloaded later, there is a choice of
  189. whether to fetch stylesheets, images, frames, scripts or other objects
  190. referenced in the HTML.
  191. .TP
  192. .B stylesheets = yes | no
  193. Fetch the style sheets from these pages as well (default=no).
  194. .TP
  195. .B images = yes | no
  196. Fetch the images from these pages as well (default=no).
  197. .TP
  198. .B frames = yes | no
  199. Fetch the frames from these pages as well (default=no).
  200. .TP
  201. .B scripts = yes | no
  202. Fetch the scripts from these pages as well (default=no).
  203. .TP
  204. .B objects = yes | no
  205. Fetch the objects (e.g. Java class files) from these pages as well (default=no).
  206. .LP
  207. The
  208. .B ModifyHTML
  209. section contains options that control how the HTML that is provided from the
  210. cache is modified.  They all rely on the HTML being syntactically correct HTML,
  211. if it is not then the result is undefined.
  212. .TP
  213. .B enable-modify-html = yes | no
  214. Enable the HTML modifications in this section (has a speed penalty)
  215. (default=no).
  216. .TP
  217. .B add-cache-info = yes | no
  218. At the bottom of all of the spooled pages the date that the page was cached and
  219. some buttons are to be added (default=no).
  220. .TP
  221. .B anchor-cached-begin =<HTML code>
  222. Anchors (links) that are cached are to have the specified HTML inserted at the
  223. beginning (default="").
  224. .TP
  225. .B anchor-cached-end = <HTML code>
  226. Anchors (links) that are cached are to have the specified HTML inserted at the
  227. end (default="").
  228. .TP
  229. .B anchor-requested-begin =<HTML code>
  230. Anchors (links) that have been requested are to have the specified HTML inserted
  231. at the beginning (default="").
  232. .TP
  233. .B anchor-requested-end = <HTML code>
  234. Anchors (links) that have been requested are to have the specified HTML inserted
  235. at the end (default="").
  236. .TP
  237. .B anchor-not-cached-begin = <HTML code>
  238. Anchors (links) that are not cached or requested are to have the specified HTML
  239. inserted at the beginning (default="").
  240. .TP
  241. .B anchor-not-cached-end = <HTML code>
  242. Anchors (links) that are not cached or requested are to have the specified HTML
  243. inserted at the end (default="").
  244. .TP
  245. .B disable-script = yes | no
  246. Removes all scripts and scripted events (default=no).
  247. .TP
  248. .B disable-blink = yes | no
  249. Removes the <blink> tag (default=no).
  250. .TP
  251. .B disable-animated-gif = yes | no
  252. Disables the animation of GIF files (default=no).
  253. .LP
  254. The
  255. .B LocalHost
  256. section contains a list of possible names or IP addresses that the host running
  257. wwwoffled may be known as.
  258. .TP
  259. .I hostname
  260. The server may be known as
  261. .I hostname
  262. so does not need to contact itself to get pages.  The entries must match
  263. exactly.  All of the entries here are also used as if they were in the LocalNet
  264. and AllowConnect sections.  None of the entries here are fetched via a proxy.
  265. .LP
  266. The
  267. .B LocalNet
  268. section contains a list of host names or IP addresses that are not to be cached
  269. because they are on the local network.
  270. .TP
  271. .I hostname
  272. A server that matches
  273. .I hostname
  274. is on the local network and not to be cached.  The matching uses wildcards as
  275. described in the WILDCARD section.  A host can be excluded by appending a '!' to
  276. the start of the name, all possible aliases and IP addresses for the host are
  277. also required.  All entries here are assumed to be reachable even when offline.
  278. All of the entries in the LocalHost section are also not cached as if they were
  279. here also.  None of the entries here are fetched via a proxy.
  280. .LP
  281. The
  282. .B AllowedConnectHosts
  283. section contains a list of host names or IP addresses that are allowed to
  284. connect to the server.
  285. .TP
  286. .I hostname
  287. A server that matches
  288. .I hostname
  289. is allowed to connect to the server.  The matching uses wildcards as described
  290. in the WILDCARD section.  A host can be excluded by appending a '!' to the start
  291. of the name, all possible aliases and IP addresses for the host are also
  292. required.  All of the entries in the LocalHost section are also allowed to
  293. connect.
  294. .LP
  295. The
  296. .B AllowedConnectUsers
  297. contains a list of the users that are allowed to connect to the server.
  298. .TP
  299. .I <username>:<password>
  300. The username and password of the users that are allowed to connect to the
  301. server.  The username and password are both stored in plaintext format.  This
  302. requires the use of browsers that handle the HTTP/1.1 standard.
  303. .LP
  304. The
  305. .B DontCache
  306. section contains a way of recognising URLs not to be cached.  They will still
  307. be cached however if it is fetched non-interactively.
  308. .TP
  309. .B URL-SPECIFICATION
  310. Don't cache files that match
  311. .B URL-SPECIFICATION.
  312. See the URL-SPECIFICATION section for details of the
  313. .B URL-SPECIFICATION
  314. option.  The URL-SPECIFICATION can be negated, see the URL-SPECIFICATION
  315. section.
  316. .LP
  317. The
  318. .B DontGet
  319. section contains a way of recognising URLs not to be got.  This can be used to
  320. reject junk adverts for example.
  321. .TP
  322. .B URL-SPECIFICATION [ = <URL> ]
  323. Don't get files that match
  324. .B URL-SPECIFICATION.
  325. Replace them with the optional replacement URL.  See the URL-SPECIFICATION
  326. section for details of the
  327. .B URL-SPECIFICATION
  328. option.  The URL-SPECIFICATION can be negated, see the URL-SPECIFICATION
  329. section.
  330. .TP
  331. The
  332. .B replacement = <URL>
  333. option allows a default replacement URL to be specified that will be used to
  334. replace all URLs that match any of the URL-SPECIFICATIONS in this section that
  335. do not have a replacement specified.
  336. .LP
  337. The
  338. .B DontGetRecursive
  339. section contains a way of recognising URLs not to be got when getting
  340. recursively.
  341. .TP
  342. See the DontCache section for a description of the options in this section.
  343. .LP
  344. The
  345. .B DontRequestOffline
  346. section contains a way of recognising URLs not to requested by users when offline
  347. .TP
  348. See the DontCache section for a description of the options in this section.
  349. .LP
  350. The
  351. .B CensorHeader
  352. section contains a list of the header lines that are to be modified in the
  353. request sent from the browser to the server or the reply from the server to the
  354. browser.
  355. .TP
  356. .I header = <string> | none |
  357. The lines in the request that start with
  358. .I header
  359. , followed by a ':' are removed before being passed on if there is no string on
  360. the right hand side, else that string replaces the one in the header.  This
  361. option does not allow you to add headers that were not present in the original
  362. header.
  363. .TP
  364. .B referer-self = yes | no
  365. Sets the Referer header to the same as the URL (default = no).
  366. .TP
  367. .B referer-self-dir = yes | no
  368. Sets the Referer header to the URL directory name (default = no).  This option
  369. takes precedence over referer-self if both are set.
  370. .LP
  371. The
  372. .B FTPOptions
  373. section contains the information that is required to be able to do anonymous ftp.
  374. .TP
  375. .B anon-username = <string>
  376. Specifies the username to use to fetch files using ftp (default is "anonymous",
  377. "ftp" is another option).
  378. .TP
  379. .B anon-password = <string>
  380. Specifies the password to use to fetch files using ftp (default is determined
  381. from the user running wwwoffled and the hostname, this may not work reliably
  382. especially if you are behind a firewall).
  383. .TP
  384. .B auth-hostname = <host[:port]>
  385. .B auth-username = <string>
  386. .B auth-password = <string>
  387. Specifies a triplet of hostname, username and password that allow non-anonymous
  388. access to a specific server. (These options must come in groups of three.)  The
  389. auth-hostname must match exactly, no wildcards are used.
  390. .LP
  391. The
  392. .B MIMETypes
  393. section is a list of the mime type to associate with files that are not fetched
  394. using HTTP.  This is required by browsers, most browsers come with a list that
  395. can be used here.
  396. .TP
  397. .B default = <mime-type>/<subtype>
  398. The default MIME type to use for files that do not match any of the other rules.
  399. .TP
  400. .I .<file-ext> = <mime-type>/<subtype>
  401. The MIME type to use for files that match the file extension.
  402. .LP
  403. The
  404. .B Proxy
  405. section contains a list of the hosts that are to be served via specified proxy
  406. servers.  If no proxy is required then use 'none' or leave the proxy name blank.
  407. .TP
  408. .B default = <hostname:[port]> | none |
  409. Specifies the default proxy that all requests are to use.
  410. .TP
  411. .I URL-SPECIFICATION = <hostname:[port]> | none |
  412. For URLs that match
  413. .I URL-SPECIFICATION
  414. use the specified proxy.
  415. See the URL-SPECIFICATION section for details of the
  416. .B URL-SPECIFICATION
  417. option.
  418. .TP
  419. .B auth-hostname = <host[:port]>
  420. .B auth-username = <string>
  421. .B auth-password = <string>
  422. Specifies a proxy server host that requires proxy authentication by username and
  423. password to use it.  (These options must come in groups of three.)  The
  424. auth-hostname must match exactly, no wildcards are used.
  425. .TP
  426. .B ssl = <hostname:[port]> | none |
  427. A proxy server that should be used for Secure Socket Layer (SSL) connections
  428. e.g. https (default = none).
  429. .LP
  430. None of the entries in the LocalHost or LocalNet section are fetched using a
  431. proxy.
  432. .LP
  433. The
  434. .B DontIndex
  435. section contains a way of recognising URLs not to be indexed.
  436. .TP
  437. .B outgoing = URL-SPECIFICATION
  438. Do not index any URLs that match
  439. .I URL-SPECIFICATION
  440. in the outgoing index.
  441. .TP
  442. .B latest = URL-SPECIFICATION
  443. Do not index any URLs that match
  444. .I URL-SPECIFICATION
  445. in the lasttime/prevtime/latest indexes.
  446. .TP
  447. .B monitor  = URL-SPECIFICATION
  448. Do not index any URLs that match
  449. .I URL-SPECIFICATION
  450. in the monitor index.
  451. .TP
  452. .B host     = URL-SPECIFICATION
  453. Do not index any URLs that match
  454. .I URL-SPECIFICATION
  455. in the host indexes.
  456. .TP
  457. .B URL-SPECIFICATION
  458. Do not index any URLs that match
  459. .I URL-SPECIFICATION
  460. in any of the indexes.
  461. .LP
  462. See the URL-SPECIFICATION section for details of the
  463. .B URL-SPECIFICATION
  464. option.
  465. .LP
  466. The
  467. .B Alias
  468. A list of aliases that are used to replace the server name and path with another
  469. server name and path.  Also for servers known by two names.
  470. .TP
  471. .I URL-SPECIFICATION1 = URL-SPECIFICATION2
  472. When a request matching
  473. .I URL-SPECIFICATION1
  474. is used the request is modified into a request for
  475. .I URL-SPECIFICATION2
  476. , the two are also considered identical for the purposes of indexing, purging
  477. and recursive fetching.
  478. The
  479. .I URL-SPECIFICATION
  480. must not be a wildcard match and the URL arguments are ignored.
  481. .LP
  482. The
  483. .B Purge
  484. section controls how the cache is purged.  The method to determine which pages
  485. to purge, the default age, the host specific maximum age of the pages in days,
  486. and a maximum allowed cache size.  An age of zero means to always delete when a
  487. purge is done, a negative age means never purge.  The maximum cache size and
  488. minimum free space include the files that are from hosts that are marked never
  489. to be purged but will not purge them.
  490. .TP
  491. .B use-mtime = yes | no
  492. The decision of which pages to purge can be made on last access time (atime) or
  493. last modification time (mtime) (default=no).
  494. .TP
  495. .B max-size = <size>
  496. The maximum size of the cache in MB after purging, excluding the hosts that are
  497. never to be purged, if this is zero then it does not apply (default=0).
  498. .TP
  499. .B min-free = <size>
  500. The minimum amount of free disk space in MB after purging, excluding the hosts
  501. that are never to be purged, if this is zero then it does not apply (default=0).
  502. .TP
  503. .B use-url = yes | no
  504. If true then use the URL to decide on the purge age, otherwise use the protocol
  505. and host only (default=no).
  506. .TP
  507. .B del-dontget = yes | no
  508. If true then delete the files from hosts that are in the DontGet section
  509. (default=no).
  510. .TP
  511. .B del-dontcache = yes | no
  512. .TP
  513. If true then delete the files from hosts that are in the DontCache section
  514. (default=no).
  515. .B default = <age>
  516. The age to purge hosts that are not otherwise specified here (default=28).
  517. .TP
  518. .I URL-SPECIFICATION = ...
  519. The age to purge hosts with URLs that match
  520. .I URL-SPECIFICATION
  521. this does not include the path and extension part which are ignored.
  522. See the URL-SPECIFICATION section for details of the
  523. .B URL-SPECIFICATION
  524. option.
  525. .LP
  526. .SH WILDCARD
  527. A wildcard match is one that uses the '*' character to represent any group of
  528. characters.
  529. .LP
  530. This is basically the same as the command line file matching expressions in DOS
  531. or the UNIX shell, except that the '*' can match the '/' character.  A maximum
  532. of 2 '*' characters can be used in any wildcard.
  533. .LP
  534. For example
  535. .LP
  536.  *.gif      matches  foo.gif and bar.gif
  537.  *.foo.com  matches  www.foo.com and ftp.foo.com
  538.  /foo/*     matches  /foo/bar.html and /foo/bar/foobar.html
  539. .SH URL-SPECIFICATION
  540. When specifying a host and protocol and pathname in many of the sections a
  541. .B URL-SPECIFICATION
  542. can be used, this is a way of recognising a URL.
  543. .LP
  544. For the purposes of this explanation a URL is considered to be made up of five
  545. parts.
  546. .TP
  547. .B proto
  548. The protocol that is used (e.g. 'http', 'ftp')
  549. .TP
  550. .B host
  551. The server hostname (e.g. 'www.gedanken.demon.co.uk').
  552. .TP
  553. .B port
  554. The port number on the host (e.g. default of 80 for HTTP).
  555. .TP
  556. .B path
  557. The pathname on the host (e.g. '/bar.html') or a directory name (e.g. '/foo/').
  558. .TP
  559. .B args
  560. Optional arguments with the URL used for CGI scripts etc. (e.g. 'search=foo').
  561. .LP
  562. For example the WWWOFFLE homepage: http://www.gedanken.demon.co.uk/wwwoffle/
  563. The protocol is 'http', the host is 'www.gedanken.demon.co.uk', the port is
  564. the default (in this case 80), and the pathname is '/wwwoffle/'.
  565. .LP
  566. In general this is written as <proto>://<host>[:<port>]/<path>[?<args>]
  567. .LP
  568. Where [] indicates an optional feature, and <> indicate a user supplied name
  569. or number.
  570. .LP
  571. Some example URL-SPECIFICATION options are the following:
  572. .TP
  573. .B *://*
  574. Any protocol, Any host, Any port, Any path, Any args (This is that same as saying 'default').
  575. .TP
  576. .B *://*/<path>
  577. Any protocol, Any host, Any port, Named path, Any args
  578. .TP
  579. .B *://*/*.<ext>
  580. Any protocol, Any host, Any port, Named path, Any args
  581. .TP
  582. .B *://*/*?
  583. Any protocol, Any host, Any port, Any path, No args
  584. .TP
  585. .B *://<path>?*
  586. Any protocol, Any host, Any port, Named path, Any args
  587. .TP
  588. .B *://<host>
  589. Any protocol, Named host, Any port, Any path, Any args
  590. .TP
  591. .B <proto>://
  592. Named protocol, Any host, Any port, Any path, Any args
  593. .TP
  594. .B <proto>://<host>
  595. Named protocol, Named host, Any port, Any path, Any args
  596. .TP
  597. .B <proto>://<host>:
  598. Named protocol, Named host, Default port, Any path Any args
  599. .TP
  600. .B *://<host>:<port>
  601. Any protocol, Named host, Named port, Any path, Any args
  602. .LP
  603. The matching of the host, the path and the args use the wildcard matching that
  604. is described above.
  605. .LP
  606. In some sections that accept URL-SPECIFICATIONs they can be negated by appending
  607. the '!' character to the start.  This will mean that the comparison of a URL
  608. with the URL-SPECIFICATION will return the logically opposite value to what
  609. would be returned without the '!'.  If all of the URL-SPECIFICATIONs in a
  610. section are negated and '*://*/*' is added to the end then the sense of the
  611. whole section is negated.
  612. .SH EXAMPLE
  613.  StartUp
  614.  {
  615.   http-port     = 8080
  616.   wwwoffle-port = 8081
  617.   spool-dir     = /var/spool/wwwoffle
  618.   use-syslog    = yes
  619.   password      =
  620.  }
  621.  Options
  622.  {
  623.   index-latest-days = 14
  624.   add-info-refresh  = no
  625.   request-changed   = 3600
  626.  }
  627.  FetchOptions
  628.  {
  629.   images      = yes
  630.   frames      = yes
  631.  }
  632.  LocalHost
  633.  {
  634.   wwwoffle.foo.com
  635.   localhost
  636.   127.0.0.1
  637.  }
  638.  DontGet
  639.  [
  640.   wwwoffle.DontGet.conf
  641.  ]
  642.  LocalNet
  643.  {
  644.   *.foo.com
  645.  }
  646.  AllowedConnectHosts
  647.  {
  648.   *.foo.com
  649.  }
  650.  Proxy
  651.  {
  652.   http://foo.com/* = www-cache.foo.com:8080
  653.  }
  654.  Purge
  655.  {
  656.   default  = 28
  657.   max-size = 10
  658.   http://*.bar.com/*  = 7
  659.  }
  660. .SH FILES
  661. CONFDIR/wwwoffle.conf The wwwoffled(8) configuration file.
  662. .LP
  663. SPOOLDIR The WWWOFFLE spool directory.
  664. .SH SEE ALSO
  665. wwwoffle(1), wwwoffled(8).
  666. .SH AUTHOR
  667. Andrew M. Bishop 1996,1997,1998,1999 (amb@gedanken.demon.co.uk)