diff options
author | Maarten Vanraes <alien@mageia.org> | 2012-02-26 16:11:40 +0000 |
---|---|---|
committer | Maarten Vanraes <alien@mageia.org> | 2012-02-26 16:11:40 +0000 |
commit | ef020d58538abb702b8181be990dba6424019b89 (patch) | |
tree | afa7ae1337f85f466e753d3405934745a9f4d1db /INSTALL | |
parent | d945dae68603c6160b3ecf79a519a7a9ebb036ba (diff) | |
download | urpmi-proxy-ef020d58538abb702b8181be990dba6424019b89.tar urpmi-proxy-ef020d58538abb702b8181be990dba6424019b89.tar.gz urpmi-proxy-ef020d58538abb702b8181be990dba6424019b89.tar.bz2 urpmi-proxy-ef020d58538abb702b8181be990dba6424019b89.tar.xz urpmi-proxy-ef020d58538abb702b8181be990dba6424019b89.zip |
Import version 0.2.40.2.4
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +URPMI-PROXY: +------------ +HOW TO INSTALL: + +1. copy urpmi-proxy.cgi to /usr/share/urpmi-proxy/cgi-bin/ +2. copy urpmi-proxy.conf to /etc/ and possibly adjust the settings. +3. copy the apache.conf file to be included into apache config somewhere. + Something like /etc/httpd/conf/webapps.d/ is a good idea, but rename it + to urpmi-proxy.conf or something, if all webapps had apache.conf files, + it'd be a mess. +4. reload apache to take into effect the configuration file. +5. and voila; http://server.com/mageia should be usable as a local mirror + +NOTE: take care to look over the settings, especially the cache directories. + |