diff options
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. + |