Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Koehler
rdmo-docker-compose
Commits
55b1d79b
Commit
55b1d79b
authored
Aug 15, 2019
by
Jochen Klar
Browse files
Change apache/vhosts.conf to use python-home
parent
8c476330
Changes
2
Hide whitespace changes
Inline
Side-by-side
apache/dockerfile_master
View file @
55b1d79b
...
...
@@ -10,6 +10,9 @@ RUN apt update -y && apt install -y \
libexpat1 \
apache2-utils \
ssl-cert \
python3 \
python3-dev \
python3-pip \
libapache2-mod-wsgi-py3 \
pandoc \
texlive-xetex
...
...
apache/vhosts.conf
View file @
55b1d79b
...
...
@@ -8,7 +8,7 @@
</
Directory
>
WSGIDaemonProcess
rdmo
user
=
rdmo
group
=
rdmo
processes
=
2
\
python
-
path
=/
vol
/
rdmo
-
app
:/
vol
/
ve
/
lib
/
python3
.
7
/
site
-
packages
python
-
path
=/
vol
/
rdmo
-
app
python
-
home
=/
vol
/
ve
WSGIProcessGroup
rdmo
WSGIScriptAlias
/ /
vol
/
rdmo
-
app
/
config
/
wsgi
.
py
process
-
group
=
rdmo
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment