[MPlayer-cvslog] r28347 - trunk/DOCS/tech/mirrors/mirror_howto.txt
diego
subversion at mplayerhq.hu
Wed Jan 21 00:23:54 CET 2009
Author: diego
Date: Wed Jan 21 00:23:53 2009
New Revision: 28347
Log:
The homepage/ subdirectory should no longer be redirected on web mirrors.
Modified:
trunk/DOCS/tech/mirrors/mirror_howto.txt
Modified: trunk/DOCS/tech/mirrors/mirror_howto.txt
==============================================================================
--- trunk/DOCS/tech/mirrors/mirror_howto.txt Tue Jan 20 18:20:16 2009 (r28346)
+++ trunk/DOCS/tech/mirrors/mirror_howto.txt Wed Jan 21 00:23:53 2009 (r28347)
@@ -160,15 +160,13 @@ Setting up a webserver
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.
+directory with the downloadable files.
Here is an example stanza to paste into your Apache configuration:
<VirtualHost www#.mplayerhq.hu>
DocumentRoot /path/to/htdocs
Options FollowSymLinks Indexes
- Alias /homepage /path/to/htdocs
Alias /MPlayer /path/to/MPlayer
Alias /DOCS /path/to/MPlayer/DOCS
AddDefaultCharset off
@@ -177,7 +175,6 @@ Here is an example stanza to paste into
<VirtualHost www.mplayerhq.hu>
DocumentRoot /path/to/htdocs
Options FollowSymLinks Indexes
- Alias /homepage /path/to/htdocs
Alias /MPlayer /path/to/MPlayer
Alias /DOCS /path/to/MPlayer/DOCS
AddDefaultCharset off
@@ -205,7 +202,7 @@ both for your mirror address (www#.mplay
address (www.mplayerhq.hu):
- The virtual host is reachable by its address.
-- The subdirectories MPlayer, DOCS and homepage work.
+- The MPlayer and DOCS subdirectories work.
- The man pages and documentation are served with the correct content-type.
Try Russian or Chinese, you will notice breakage immediately.
More information about the MPlayer-cvslog
mailing list