aboutsummaryrefslogtreecommitdiff
path: root/portal-gui/rpkigui/settings.py.in
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2010-11-11 01:40:05 +0000
committerMichael Elkins <melkins@tislabs.com>2010-11-11 01:40:05 +0000
commitbae959994e1a943ab76257bfa7bb65a2efe3299a (patch)
tree73b771c91f7e36c87c3a6d0ab5019db2d554fe44 /portal-gui/rpkigui/settings.py.in
parenta005b458fece9b8a3b7b86e38fb477f9b7592b65 (diff)
move docs on configuring apache to README.apache
update README to detail use of the build.sh for installation instead of using the configure script directly. added USER= configuration variable to specify the user that the apache web server is running as. make install target sets file permissions so that apache user can read/write them adduser.py sets file permissions so that apacher user can read/write them svn path=/portal-gui/Makefile.in; revision=3548
Diffstat (limited to 'portal-gui/rpkigui/settings.py.in')
-rw-r--r--portal-gui/rpkigui/settings.py.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/portal-gui/rpkigui/settings.py.in b/portal-gui/rpkigui/settings.py.in
index 5a2c5ebc..896992fb 100644
--- a/portal-gui/rpkigui/settings.py.in
+++ b/portal-gui/rpkigui/settings.py.in
@@ -115,3 +115,5 @@ MYRPKI_DATA_DIR = '@CONFDIR@'
# Where to find the myrpki.py command line tool.
MYRPKI_PATH = '@MYRPKI_TOOL@'
+# the user apache runs as
+APACHE_USER='@USER@'