Big pipe server/Services/Apache
From Whitespace (Hackerspace Gent)
Document Apache config
- Install apache:
# apt-get install apache2
- General config:
vi /etc/apache2/conf.d/security ServerTokens Prod ServerSignature Off
- Enable user-dir:
# cd mod_userdir # ln -s ../mods-available/userdir.load userdir.load # ln -s ../mods-available/userdir.conf userdir.conf
=> Create the directory public_html in your home folder and all its contents are served via http://members.0x20.be/~username/