Big pipe server/Services/Apache
From Whitespace (Hackerspace Gent)
< Big pipe server | Services(Difference between revisions)
| Line 16: | Line 16: | ||
# ln -s ../mods-available/userdir.conf userdir.conf | # ln -s ../mods-available/userdir.conf userdir.conf | ||
</pre> | </pre> | ||
| + | ** Create the directory public_html in your home folder and all files are served via http://members.0x20.be/~username/ | ||
Revision as of 17:32, 13 August 2011
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 files are served via http://members.0x20.be/~username/