Public HTML (debian. apache2)
posting ini berawal saat saya d beri tugas untuk menginstall DokuWiki di server lokal, tapi di suruh pake public html, meskipun saya blom bisa, tapi saya tetap berusaha dengan semangat dan cucuran air keringat yg membasahi tubuh :P, dan ternyata enk ink enk, g susah2 amat kok :D
-install apache2
#apt-get install apache2
-masuk dir mods-enabled apache2
#cd /etc/apache2/mods-enabled
-buat file konfigurasi untuk public html
#vim userdir.conf
UserDir public_html
UserDir disabled root
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
-buat file untuk meload module public html
#vim userdir.load
LoadModule userdir_module /usr/lib/apache2/modules/mod_userdir.so
-buat user & direktori public_html di home user
#adduser user
#mkdir /home/user/public_html
-restart apache2
#/etc/init.d/apache2 restart
-pada browser panggil dengan alamat
http://localhost/~user
No comments:
Post a Comment