Ubuntu 10.04 Apache Configuration for Websites
Posted
by
completenoob
on Server Fault
See other posts from Server Fault
or by completenoob
Published on 2010-07-28T15:18:20Z
Indexed on
2011/01/13
10:55 UTC
Read the original article
Hit count: 149
apache
Looking at a basic Ubuntu 10.04 server setup, Apache points to /var/www for where to it looks for files to serve up. The default apache user is www.
I'm just trying to set up a plain old WordPress blog. Should I just dump the files into /var/www/ as root or www? User www seems inconvenient since I won't log in as the user, but I guess I can chown the files in /var/www to www. Not that I would log in as root either, but what is the recommended user who should own the /var/www files?
Thanks for the help.
© Server Fault or respective owner