python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
mod_wsgi not using venv
I am trying to setup a Django project using Apache with mod_wsgi.
I have set wsgi like this:
WSGIDaemonProcess Breath python-home=/var/www/vhosts/Breath/env/
WSGIProcessGroup Breath
WSGIScriptAlias / ...
Alessio Balderi
Votes: 0
Answers: 2
How to structure apache virtual host and wsgi file for Flask application with python 3.10 on raspbian
On a raspberry pi 3 I am trying to deploy a Flask application on apache server. This application is going to be accessible by a custom internal network domain called darts.loc.
The structure of the ap...
D.Angelov
Votes: 0
Answers: 2
django not functioning over HTTPS with apache and mod_wsgi
My requirement is to take my django app over HTTPS.
I generated ssl certs with the help of command:
openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout ssl_cert.key -out ssl_cert.crt
...
Nikita
Votes: 0
Answers: 0
Apache LocationMatch: how to match again after internal redirect
I have a apache LocationMatch with two sets of RewriteCond and RewriteRule. If the second set hits I want to start the LoactionMatch over again.
In my apache2 ( Apache/2.4.41 (Ubuntu) mod_wsgi/4.9.0 P...
Trygve Aspenes
Votes: 0
Answers: 0