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
Alain Shakour
clowdflows
Commits
9590126a
Commit
9590126a
authored
Jul 01, 2013
by
Janez K
Browse files
nov virtualenv
parent
22aa60f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
apache/virtualhosts.conf
View file @
9590126a
ServerName
workflows
.
ijs
.
si
WSGIDaemonProcess
workflow
.
ijs
.
si
processes
=
4
threads
=
20
python
-
path
=/
srv
/
django
-
projects
/
mothra
:/
srv
/
django
-
envs
/
mothra
/
lib
/
python2
.
7
/
site
-
packages
WSGIDaemonProcess
workflow
.
ijs
.
si
processes
=
4
threads
=
20
python
-
path
=/
srv
/
django
-
projects
/
mothra
:/
srv
/
django
-
envs
/
mothra
2
/
lib
/
python2
.
7
/
site
-
packages
WSGIProcessGroup
workflow
.
ijs
.
si
WSGIScriptAlias
/ /
srv
/
django
-
projects
/
mothra
/
apache
/
wsgi_app
.
py
...
...
@@ -8,7 +8,7 @@ WSGIScriptAlias / /srv/django-projects/mothra/apache/wsgi_app.py
Order
allow
,
deny
Allow
from
all
</
Directory
>
Alias
/
static
/
srv
/
django
-
projects
/
mothra
/
mothra
/
public
/
static
<
Directory
/
srv
/
django
-
projects
/
mothra
/
mothra
/
public
/
static
>
Order
allow
,
deny
...
...
apache/wsgi_app.py
View file @
9590126a
...
...
@@ -17,7 +17,7 @@ import os
import
sys
import
site
site
.
addsitedir
(
'/srv/django-envs/mothra/lib/python2.7/site-packages'
)
site
.
addsitedir
(
'/srv/django-envs/mothra
2
/lib/python2.7/site-packages'
)
project_path
=
'/srv/django-projects/mothra'
if
project_path
not
in
sys
.
path
:
...
...
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