<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Apr 10, 2015 at 6:27 AM, James Miller <span dir="ltr"><<a href="mailto:gajs-f0el@dea.spamcon.org" target="_blank">gajs-f0el@dea.spamcon.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, 10 Apr 2015, Rich Freeman wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I've never actually used it. I'd read up on the docs for<br>
webapp-config with nginx in general.<br>
</blockquote>
<br></span>
Thanks for bringing webapp-config to my attention, Rich. I've looked over the wiki article and it looks like that application might be helpful: the fact that webapp-config is said to handle ownership/permissions issues is certainly an attractive feature. But I've gotten a bit confused by statements made toward the beginning of the article, to the effect that "webapp-config . . . is used for automatic setup of web applications in virtual hosting environments" and "webapp-config is aimed at providing the package management functionality that web server administrators need when running multiple web sites off of the same computer (virtual hosting)." These statements do not describe my scenario: I will run only one site from my FE/BE machine, and that will (hopefully) be MythWeb. There is no virtual hosting, so far as I can grasp that concept, in place here. Given that no virtual hosting is in play, will webapp-config really be applicable to my situation?<br></blockquote><div><br></div><div>Yes, webapp-config is used for all web app setup as far as I can tell. By default Gentoo is set up for virtual hosts, even if you only have one called localhost. It makes it easy to add virtual hosts later without having to move stuff around. That's why the files end up in /var/www/localhost/htdocs instead of just /var/www/html like many other distros. If you had another vhost it might be installed as /var/www/<a href="http://www.mywebsite.com/htdocs">www.mywebsite.com/htdocs</a> (for example). Normally if you don't specify anything webapp-config assumes you have only localhost and will auto-install a newly emerged webapp (such as mythweb) into /var/www/localhost/htdocs.<br><br></div><div>Karl<br></div></div></div></div>