summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-16 11:39:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-16 11:39:23 +0000
commit1e93d2b2baa0c0d09c1096725751dd9103c3d552 (patch)
treebe935ba3a7fa176353ba3772694d8643cc167f86 /DOCS
parentfd004f9b558cc053d306be9505670df29d5202f4 (diff)
downloadmpv-1e93d2b2baa0c0d09c1096725751dd9103c3d552.tar.bz2
mpv-1e93d2b2baa0c0d09c1096725751dd9103c3d552.tar.xz
Setting up a web server and FTP server.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18729 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/mirrors/mirror_howto.txt21
1 files changed, 19 insertions, 2 deletions
diff --git a/DOCS/tech/mirrors/mirror_howto.txt b/DOCS/tech/mirrors/mirror_howto.txt
index 997e9e454c..fa567a9645 100644
--- a/DOCS/tech/mirrors/mirror_howto.txt
+++ b/DOCS/tech/mirrors/mirror_howto.txt
@@ -142,13 +142,30 @@ mlGj3IWCBz7e4+XB3L64kFZwLCYN8kwDUAaHq4EtcMVOnQ== MPHQ_rsync_trigger
Setting up a webserver
~~~~~~~~~~~~~~~~~~~~~~
-TO BE DONE
+Set up Apache or whatever web server you prefer. We just have static pages,
+so no fancy configuration is necessary. However, we need a few aliases so that
+links on our pages work correctly. /MPlayer and /DOCS should redirect to the
+directory with the downloadable files and /homepage should redirect to the
+directory with the HTML pages.
+
+Here is an example stanza to paste into your Apache configuration:
+
+<VirtualHost www#.mplayerhq.hu>
+ DocumentRoot /path/to/htdocs
+ Options FollowSymLinks
+ Alias /homepage /path/to/htdocs
+ Alias /MPlayer /path/to/MPlayer
+ Alias /DOCS /path/to/MPlayer/DOCS
+</VirtualHost>
Setting up an FTP server
~~~~~~~~~~~~~~~~~~~~~~~~
-TO BE DONE
+Any FTP server will do. We use vsftpd, it's fast and secure. You should have
+the same directory layout as we do on our server, so there should be a
+subdirectory named 'MPlayer' (notice the capitals) that contains the
+downloadable files.
Mailinglist