Wikileaks sepertinya saat ini masih hangat untuk diperbincangkan. Melalui tulisan ini saya tidak ada kepentingan atau komentar apapun terhadap "perbincangan hangat" di Wikileaks. Ketika sekedar jalan-jalan membuka beberapa situs web Wikileaks, dipaparkan cara me-mirror Wikileaks. Huruf tebal dengan judul How to setup Debian/Ubuntu Apache2-based server to host a WikiLeaks mirror, membuat saya tertarik untuk sekedar membaca. Perlu digarisbawahi, saya tidak melakukan apapun, saya hanya sekedar membaca (termasuk copy-paste langkah-langkah me-mirror) dan tertarik dengan kalimat huruf tebal tersebut.
Jika anda tertarik me-mirror Wikileaks silakan mengisi formulir di http://213.251.145.96/mass-mirror.html dan mempersiapkan server seperti yang tercantum. Walaupun tertulis Debian/Ubuntu, saya pikir bisa diterapkan pada distro lain. Berikut langkah-langkah me-mirror Wikileaks seperti yang saya copy-paste dari http://213.251.145.96/mass-mirror.html :
1. Create a DNS A record (here 'wikileaks.mydomain.com') in your domain's DNS zone and make it point to your server's IP
2. Create on your webserver the user Wikileaks staff will use to upload the website
useradd -m -d /home/wikileaks wikileaks
3. Set the Wikileaks SSH Public Key
mkdir /home/wikileaks/.ssh
wget http://213.251.145.96/id_rsa.pub -O /home/wikileaks/.ssh/authorized_keys
# Also available on http://46.59.1.2/id_rsa.pub if the first server is down
4. Create the directory which will be used to host the file and give wikileaks user's write permissions:
mkdir /var/www/wikileaks.mydomain.com
chown wikileaks:wikileaks /var/www/wikileaks.mydomain.com
chmod u+w /var/www/wikileaks.mydomain.com
5. Create Apache virtual host
nano /etc/apache2/sites-available/wikileaks.mydomain.com
# With the following content (modify it according to your needs)
ServerName wikileaks.mydomain.comDocumentRoot /var/www/wikileaks.mydomain.com
AllowOverride None
Order Allow,Deny
Allow from All
6. Enable the vhost
a2ensite wikileaks.mydomain.com
7. Verify configuration files
apache2ctl configtest
8. If no errors are given you can load the new configuration files
apache2ctl graceful
Mirror Wikileaks saat ini ada 1005 buah, per 8 Desember 2010 jam 16.31. 1005 mirror Wikileaks dapat diunduh disini.

Carane cukup mudah yo mas... Ning boleh atau ndak ya aku bikin mirror itu di hostingku? Hehehe... *lirik-agung-getux*
ReplyDelete@rijal :
ReplyDeletebikin aja nanti saya ngopy manual.
jd selain memirror kita sebaiknya mem-backup mandiri :)