/[soft]/urpmi-proxy/trunk/urpmi-proxy.conf
ViewVC logotype

Contents of /urpmi-proxy/trunk/urpmi-proxy.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3113 - (show annotations) (download)
Tue Feb 28 02:37:24 2012 UTC (12 years, 1 month ago) by alien
File size: 1749 byte(s)
- update config file
- improve logging
- implement IF_MODIFIED_SINCE
- use lstat when needed
- implement Last-Modified header usage
- more debug logging
- clean up for perl_checker
- bump version due to log file changes
1 ## URPMI-PROXY:
2 ## ============
3 ## urpmi-proxy's config file, defaults are commented out.
4 ## urpmi-proxy is a cgi script that's to be used as a repository mirror, it'll
5 ## get what you need and download it from configured sources.
6
7 ## Define your sources here; The paths have to be configured to stop at the
8 ## base path of the mirror, most of them end in either /mageia or /Mageia .
9 ## (don't end them on a / !)
10 ## possible sources:
11 ## urpmi the urpmi sources of this machine
12 ## mirrorlist://url a mirrorlist url (url can be $MIRRORLIST)
13 ## file://path a local path on the filesystem
14 ## http://server/path an http mirror
15 ## ftp://server/path an ftp mirror
16 ## rsync://server/path an rsync mirror (rsync is not yet supported)
17
18 # $sources = [
19 ## 'file:///var/lib/urpmi-proxy/repository', ## local extra repos
20 # 'urpmi'
21 # ];
22
23 ## Location of the logfile, it's a request log with cache status results.
24 # $logfile = '/var/log/urpmi-proxy.log';
25
26 ## Debug
27 # $debug = 0;
28
29 ## Define the urpmi-proxy cache (be careful, can take a huge amount of space).
30 # $cache_path = '/var/cache/urpmi-proxy';
31
32 ## Define the temporary cache which is used while downloading files.
33 ## (Keep this path preferably in the same filesystem as the cache_path.)
34 # $cache_tmp_path = '/var/tmp/urpmi-proxy';
35
36 ## These files will always be checked for newer versions.
37 # $check_updates_only_files = '(MD5SUM|descriptions)$';
38
39 ## These files will not be checked for newer versions if they exist.
40 # $check_no_updates_files = undef;
41
42 ## These files will be merged from every sources.
43 # $merge_files = 'media.cfg';
44
45 ## These are the tuning settings when downloading files.
46 # $connect_timeout = 120;
47 # $ftp_response_timeout = 30;
48 # $max_stall_speed = 8192;
49 # $max_stall_time = 60;
50

  ViewVC Help
Powered by ViewVC 1.1.30