Big pipe server/Services/Apache
From Whitespace (Hackerspace Gent)
< Big pipe server | Services(Difference between revisions)
(Created page with "Document Apache config") |
|||
| Line 1: | Line 1: | ||
Document Apache config | Document Apache config | ||
| + | * Install apache: | ||
| + | <pre> | ||
| + | # apt-get install apache2 | ||
| + | </pre> | ||
| + | * Enable user-dir: | ||
| + | <pre> | ||
| + | # cd mod_userdir | ||
| + | # ln -s ../mods-available/userdir.load userdir.load | ||
| + | # ln -s ../mods-available/userdir.conf userdir.conf | ||
| + | </pre> | ||
Revision as of 17:16, 13 August 2011
Document Apache config
- Install apache:
# apt-get install apache2
- Enable user-dir:
# cd mod_userdir # ln -s ../mods-available/userdir.load userdir.load # ln -s ../mods-available/userdir.conf userdir.conf