Correct Way to Setup VirtualHosts in Home Folder

Problems with the Linux version of XAMPP, questions, comments, and anything related.

Correct Way to Setup VirtualHosts in Home Folder

Postby Andycs » 14. June 2012 10:19

Hello all,

I've installed XAMPP in accordance with the instruction and it works fine.

What I want to do, is to have an htdocs in my user's folder, i.e. I want
/home/USERNAME/htdocs/site1
/home/USERNAME/htdocs/site2
/home/USERNAME/htdocs/site3
...

I created these directories and set up virtual hosts in httpd.conf, however met a permissions problem -- whenever I try any of the sites, the Apache returns '403 forbidden' error. If I move the sites to /opt/lampp/htdocs/... and adjust the VirtualHosts directives in config file, the sites are opened properly, so it's definitely a permissions issue.

And now the question: what is the CORRECT way to set up the permissions/owner for the
/home/USERNAME/htdocs/
and
/home/USERNAME/htdocs/site1 ?

p.s. I've seen a post where JonB says the owner must be nobody:root, however if i do it, will it be possible to edit files in the folders? I don't like the idea using sudo every time I want to modify a file.

Thank you.
Andycs
 
Posts: 1
Joined: 14. June 2012 10:02
Operating System: Linux Mint 13

Re: Correct Way to Setup VirtualHosts in Home Folder

Postby JonB » 14. June 2012 16:04

Just write a script that does the chown's recursively - or do as I do - I just fix it in term after I complete the editing. Once you have the commands in term, you just scroll back through the command line history.

I have done three things to make my life easier -

One - despite all the blah, blah, blah pussyfooting in the oh so correct Linux world about SE Linux and all, I created a root login because that was easier for system fixing/updating/compiling etc. BUT i rarely use it.

Two - I don't care for 'sudo', I much prefer 'su' which creates a root shell. then I don't have to mentally do gymnastics.

Three - I learned to launch geany from the command line (after su) so I am 'root' until I close that geany session. When you write the file it will be owned by root:root

When I'm done editing and want to test, I open a new session/window in Term, make myself 'root' via su, and use the right chown syntax to flip the ownership to nobody:root.

The real issue is that the owner of the Apache worker processes (not the listener) must be the owner or a member of the group that owns the files that are in htdocs or aliased folders that contain vhosts or code. This does not apply only to XAMPP, its a generalized Apache issue. Its to prevent the worker processes from executing code as root.

if you google "apache files owned by root" you will find some pretty good explanations out there. The problem with all the explanations is that they rely on a standard 'LAMP' stack having been built, where all the parts are in the right places, and the OS has some idea what is installed and what is not, and the runtime environment is drive by 'the usual suspects' for any given Linux distribution. Most of those explanations/suggestions fall flat because 'lampp/XAMPP' isn't constructed that way. BUT the comments about why root should not be the owner, and why it is best to create a 'special' user are valid. AND - the kind authors of the lampp bash script did just that - there is a special user in Linux/Unix called 'nobody' - and they used that tactic to create lampp. Bear in mind also that shared Linux hosts have their own set of issues (multi-tenancy) so things are different between 'shared' hosts where from a Linux POV, there are many users on the systems and a single instance of most 'server' processes such as mySQL, Apache, FTP etc. and 'your own box' or a VPS where effectively there is only a single 'dedicated' client (which vastly reduces security and operation/performance concerns).

If its 'your' box and you are not sharing it with other users, I can't see any particular advantage to placing the files in /home/youruser/yourprojects - I do all my work right in htdocs and in project folders I create in the root of the filesystem (and then alias them) it makes the command line navigation a lot faster.

I should also say that I work by necessity with standard Linux LAMP stacks as well, because that is what you find on client's servers whether they own them, or have VPS's or KVM. So I use VirtualBox (excellent) and keep 5 or six flavors on tap locally so I can test before deploying. I have two servers that run lampp locally as a pure install over Fedora.

These are all just my opinions, so you have to guide yourself.

I hope this has been helpful, and good luck with your projects.
8)
User avatar
JonB
AF Moderator
 
Posts: 3210
Joined: 12. April 2010 16:41
Location: Land of the Blazing Sun
Operating System: Windows XP/7 - Fedora 15 1.7.7


Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 31 guests