Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/webapp-config:master commit in: config/
Date: Thu, 16 Feb 2017 03:09:33
Message-Id: 1487214454.2d7c1898599132bba48c8f38ae7c916d9dc65943.twitch153@gentoo
1 commit: 2d7c1898599132bba48c8f38ae7c916d9dc65943
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 16 03:07:30 2017 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 16 03:07:34 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=2d7c1898
7
8 config/webapp-config: Updates config to use eprefix
9
10 X-Gentoo-Bug: 608018
11 X-Gentoo-Bug-URL: https://bugs.gentoo.org/608018
12
13 config/webapp-config | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/config/webapp-config b/config/webapp-config
17 index da01bc6..e3778fd 100755
18 --- a/config/webapp-config
19 +++ b/config/webapp-config
20 @@ -42,9 +42,9 @@
21 # If you want to have fine grained control over the location the web
22 # applications get installed, you can use the third setting
23
24 -vhost_root="/var/www/${vhost_hostname}"
25 -#vhost_root="/srv/${vhost_hostname}/www"
26 -#vhost_root="/var/www/${vhost_subdomain_1}/${vhost_subdomain_2}/${vhost_subdomain_3}"
27 +vhost_root="@GENTOO_PORTAGE_EPREFIX@/var/www/${vhost_hostname}"
28 +#vhost_root="@GENTOO_PORTAGE_EPREFIX@/srv/${vhost_hostname}/www"
29 +#vhost_root="@GENTOO_PORTAGE_EPREFIX@/var/www/${vhost_subdomain_1}/${vhost_subdomain_2}/${vhost_subdomain_3}"
30
31 # some web applications need to know what host they are serving up pages
32 # for. this information is configured when the application is installed