Questions tagged [mod-wsgi]

22 questions
3
votes
0 answers

MAMP in MAC Yosemite SSL,WSGI

I installed MAMP after testing with XAMPP , I require to install Openssl or generate SSL certificates and a controller in wsgi run in XAMPP not make it but I wonder if someone can help me configure the httpd.conf I already have installed SSL but…
3
votes
1 answer

Is my understanding of the WSGI path correct

My past web application experience is limited to a few Apache+PHP experiments. Starting from this background I've been reading up on using Python for REST services, and this is my current understanding of the stack. Is this picture…
2
votes
1 answer

Why don't I see new apache2 access log messages for a (wsgi) request?

This week I installed a simple Ubuntu 14.04 server on which I host a new website (which I built with Flask). The website works fine without any problems. I now wanted to check out the access log, in which I expect every request which is made to be…
kramer65
  • 1,442
  • 4
  • 26
  • 43
2
votes
0 answers

How do I apply wsgi module on an Apache on Mac OS?

Hello I installed on a MacBook Pro Apache httpd 2.4, mysql, ssl and I need to install or add the module wsgi. I'm new to this server, this server is implemented on Windows computers but apparently the wsgi file must be different for this type…
2
votes
1 answer

Installed mod_wsgi on Debian with Pip and got "undefined forkpty" Error

I'm trying to install mod_wsgi on Raspbian Stretch Lite (which is based on Debian Stretch). Following the documentation, I installed apache and mod_wsgi with: sudo apt -y install apache2 apache2-dev source ~/venv/bin/activate pip3.6 install…
dln385
  • 131
2
votes
1 answer

Install mod_wsgi on Ubuntu with Python 3.6, Apache 2.4, and Django 1.11

How do I get mod_wsgi for Apache2 that was compiled for Python 3.6.1? (or any future Python version) I am using a Python 3.6.1 virtual environment with Django 1.11 and Everything is working according to the Apache error log except that mod_wsgi for…
1
vote
0 answers

httpd.exe: Could not reliably determine the server's fully qualified domain name

Please help I'm new to this and I was trying to learn django but got stuck at this for last 24 hrs C:\Apache\bin>httpd.exe httpd.exe: Could not reliably determine the server's fully qualified domain name , using 10.26.27.30 for ServerName (OS…
user233825
  • 111
  • 2
1
vote
0 answers

installing Django on a remote server not working

I am attempting to install Django on a remote server. I have yum installed the following: apache mod_wsgi Django mysql (python is already installed) I have uploaded my project to the directory: /home/ec2-user I am now on the step to point apache…
Buffernet
  • 163
1
vote
1 answer

500 Errors when communicating with Firefox Sync Server through mod_wsgi and Apache2

I recently set up the new version of the Firefox Sync Server written in Python. I used the tutorial which can be found here: http://docs.services.mozilla.com/howtos/run-sync.html After I completed the steps in the tutorial, I have configured the ini…
Tobias
  • 431
1
vote
2 answers

Apache+WSGI+Python+Django giving me some strange errors

Here's a summary of what I've done I moved my django project to /pymodules/honstreams I've installed apache2 and apache2-dev I've installed pythonbrew, installed Python-2.7.2 and switched to it I've set PYTHONPATH to /pymodules in /etc/profile and…
Hubro
  • 6,016
1
vote
0 answers

Django apache2, & wsgi without vitrualenv (global installation)

I'm running django app globally on Ubuntu server running apache2. Below is my configuration file: ServerAdmin webmaster@localhost DocumentRoot /var/www/html ErrorLog /root/apache2_logs/error.log …
Tazo
  • 11
1
vote
0 answers

Apache process dies unexpectedly

I'm testing the limit of my Python Flask web application running on an Apache web server by making a request that takes over 30minutes to complete. The request requires thousands of database requests (one after the other) to a MySQL database. I…
Kes115
  • 111
  • 2
1
vote
0 answers

Apache Server Running Django Project showing only "Index of /" and the names of project files instead of running the site

When I navigate to the site, it only shows 'Index Of /' and then the files I have inserted in my htdocs. I've looked at a lot of people with this same error but haven't found a solution yet. I'm using Django, Apache, and a mod-wsgi file. Here's the…
Johnny W.
  • 11
  • 1
1
vote
2 answers

Apache virtual host shows "index of" page instead of website

Typing in the domain name in a brower shows the "index of /" page, instead of the content of my website. I'm using django, mod-wsgi and apache on ec2. My apache conf file looks like this: ServerAdmin…
SJ H
  • 13
0
votes
1 answer

Apache2 ERROR: Site mywebsite.nl does not exist

I'm trying to install a website built using the Python flask framework. For this I'm following this tutorial. I followed all steps successfully, but when trying to disable the default site and enable mywebsite with the following commands, but I get…
kramer65
  • 1,442
  • 4
  • 26
  • 43
1
2