Tagged Questions
0
votes
1answer
33 views
mod_wsgi loading python script from wrong Pyramid app directory
I have two apps with nearly identical code base (same functionality, just different branding) that I am trying to do virtual hosting with using mod_wsgi and apache.
the virtual host settings for both ...
0
votes
1answer
24 views
Smoothly converting a static website to Django
I currently have a simple apache /var/www setup. I have a bunch of static HTML files in a directory (let's call it /var/www/mydir), which show up on http://mysite.com/mydir/filename.htm.
Now, I want ...
0
votes
1answer
23 views
Use bottlepy and php in the same computer
I use ubuntu 12.04 with apache2 and mod_wsgi installed. I want to use bottlepy and php in my local computer.
I know such an issue is already asked by someone else as in Apache mod_wsgi and php in the ...
0
votes
1answer
20 views
Python mod_wsgi application strange behavior
I am relatively new to Python and Python web application development. Currently I am creating a hello world application in Python using mod_wsgi
Here are my configurations.
Apache configuration
...
1
vote
1answer
50 views
(Another) ImportError with Flask under mod_wsgi
Sorry if this seems like a repeat of several previous questions, but none of those have helped me so far :-/
I have written a Flask app that I am attempting to deploy under mod_wsgi and apache2.
I ...
0
votes
1answer
56 views
Django Based framework virtual host setup https on Apache
I am using a django based framework and have successfully figured Apache settings for http mode. Basically I have done the setting correctly on <VirtualHost *:80> ... </VirtualHost> and ...
0
votes
1answer
53 views
Import python from wsgi fails
I've got a folder structure on an apache2/flask server that is this:
/var/www/myapp
/var/www/myapp/routing.py
/var/www/myapp/__init__.py
/var/www/wsgi-scripts/myapp.wsgi
My application file ...
0
votes
2answers
114 views
How do I determine if my mod_wsgi application is running on HTTPS?
I've just inherited a Python application which is running under Apache 2.4, mod_wsgi 3.4 and Python 2.7. The same application serves both HTTP and HTTPS requests.
In the existing code, it is trying ...
0
votes
1answer
74 views
Issue in deployment zc.buildout with apache
I am facing some issues with deploying my buildout project (Django) in Apache using mod_wsgi.
My folder structure:
t/
bootstrap.py
setup.py
bin/
buildout
django
django.wsgi
...
0
votes
2answers
38 views
Test page for mod_wsgi
mod_python has a test page script which emits information about the server configuration. You can put
SetHandler mod_python
PythonHandler mod_python.testhandler
into your .htaccess and it displays ...
0
votes
1answer
83 views
mod_wsgi working directory and user
I'm running flask on mod_wsgi. my flask app, which is on /var/www/app receives some file from user and saves it to /var/www/app/tmp directory. However even after all chmod and chown(thought it was a ...
0
votes
0answers
117 views
Web2py : “Premature end of script headers: wsgihandler.py” : apache eating cpu 99%
I've suddenly started seeing this in the logs & I see that RAM usage goes through the roof and apache is consuming all of it.
Also, after googling I added the below in my sites-available in ...
0
votes
2answers
100 views
Trouble with Apache, mod_wsgi, and Django configuration
Just set up a 64 bit ubuntu EC2 instance using the Bitnami DjangoStack image.
So far I have installed a few python dependencies and removed the Project django app which was created by default. I ...
2
votes
3answers
112 views
500 server error on django site after shifting to server
I was using Django site on local machine with ubuntu and have just uploaded but getting 500 internal server error and I am unable to understand the reason. Seems like it is unable to see some modules ...
2
votes
1answer
134 views
Reloading sources of a CherryPy application behind Apache using Mod_WSGI
I'm serving a CherryPy application object in Apache2 using mod_wsgi. Everything seems to be fine from a user perspective, meaning that he/she can actually reach the application and work with it as ...
0
votes
1answer
231 views
Running CherryPy under mod_wsgi
I am trying to get a CherryPy app running under apache2/mod_wsgi on ubuntu. I am following the tutorial outlined here, and my config is almost identical. When visiting the root of the site, I receive ...
0
votes
1answer
68 views
Django: Two Websites with Same Codebase and Separate Domain, Settings.py, WSGI File, but cannot do separate database
I think this is likely a WSGI/Apache configuration issue.
I have a Django website served through Apache with mod_wsgi. I am trying to run a second website from the same codebase but through a ...
0
votes
1answer
86 views
Django+WSGI: Use app at subpath without changes
I'd like to serve a Django application from a subdirectory (for example http://www.stackoverflow.com/django_app/).
I've set up mod_wsgi to serve the page via
WSGIScriptAlias /django_app ...
0
votes
1answer
113 views
How to run own project on bitnami ec2?
I have my own old django project which has not been created through django 1.4.1. I want to host it on ec2 bitnami so that inspite of running default htdocs folder my desired folder must be displayed. ...
1
vote
1answer
578 views
WSGIPythonPath is not working
I am deploying my web.py application on Apache2 with mod_wsgi.
Here is my virt_host file,
WSGIPythonPath /home/ubuntu/plotwatt/libplotwatt:/home/ubuntu/plotwatt/pwstage/src
<VirtualHost ...
0
votes
1answer
126 views
How to serve two wsgi from localhost subdomains
The application I am working on has two servers: One APi and another App. Both are created using pyramid and the plan is to put them on at least two separate machines.
But for my laptop I want to be ...
0
votes
1answer
54 views
How to configure Apache2 to enable error_log files per virtualHost using mod_wsgi?
I have multiple sites which are written in Python using web.py framework. I want to generate separate access logs and error logs files per site, i have enabled on Apache2.
How to achieve this ?
...
3
votes
3answers
167 views
pdf file can't be opened in web service using subprocess.Popen
I have a problem with opening PDF file.
(i am using Ladon and Python under mod_wsgi working with Apache2. so on a ubuntu apache server system- switched to windows system)
I'm trying to run the ...
0
votes
1answer
133 views
Django + mod_wsgi: Can someone advise me on my setup and rewrite rules
This is my first time deploying Django to a recently acquired Linode server and I'm curious if someone can look over my deployment and help me fix some nagging issues and advise me whether i'm doing ...
0
votes
1answer
105 views
Unable to setup web.py on apache2 using mod_wsgi
Here are my config files,
/etc/apach2/sites-availabled/currentcost
<VirtualHost *:20108>
ServerAdmin webmaster@localhost
DocumentRoot /var/www
WSGIScriptAlias /currentcost ...
1
vote
1answer
53 views
running two django apps with SSL in same apache server
I have apache2 installed in ubuntu lucid ,and have enabled ssl .Now I am running a django app (lets say myapp1 )on it using mod_wsgi.
I have configured the /etc/apache2/sites_enabled/ssl file and ...
2
votes
2answers
222 views
Setup Roundup with WSGI and Apache
I was install Roundup 1.4 by Debian Squeeze official repo and want to run it with my Apache server using mod_wsgi. Host configuration:
<VirtualHost *:80>
ServerName support.domain.com
...
1
vote
1answer
432 views
multiple domains, multiple django projects, one server
Hi I'm new to apache and mod_wsgi and am trying to figure out how to configure both so that i can have www.example1.com use djangoproject1 and www.example2.com use djangoproject2.
I followed this ...
0
votes
0answers
149 views
django- deploy with mod_wsgi css not showing
I am using libapache2-mod_wsgi for deploying my django app. I wrote httpd.conf as follows:
Alias /static/ /home/ubuntu/similarkind/similarkind/static/
<Directory ...
2
votes
3answers
2k views
How does one deploy a django application on OS X Server?
How would one deploy a Django application on OS X Server 2.0 without using homebrew or a different flavor of python than the one shipped with OS X 10.8.1? I'm using the cocoa bindings in a Django ...
1
vote
1answer
458 views
module wsgi_module is already loaded, skipping
Please help me out, I have been trying to resolve this error from a long time.
When I restart apache & type this :sudo /usr/sbin/apachectl -t
I get an output like this:
[Fri Aug 24 17:02:58 ...
0
votes
1answer
213 views
Python's working directory when running with WSGI and Apache
I have a web application that, among other things, will query a database and create an Excel spreadsheet with the data. I need to save the spreadsheet to the server's disk before sending the file to ...
0
votes
2answers
44 views
URL.py in Django unexpected behaviour
I've configured url.py as is explained in different places of the Django documentation, but its behaviour is completely anomalous, between consecutives acceses. In Debug Mode and after looking for an ...
0
votes
1answer
133 views
django permission denied on file upload
I'm getting errors trying to upload a file with the django admin interface using apache2 and mod_wsgi.
my django settings:
MEDIA_ROOT = '/var/www/mysite/web/media'
model image field:
image_big = ...
1
vote
0answers
74 views
Deploying Django on Windows 2008 Server
There is an existing Django project that I am going to deploy on Windows 2008 Server. All required python libs have been installed. To check if everything is good I use python manage.py runserver ...
0
votes
1answer
158 views
Permissions for users accessing website via LAN (Django)
I am stuck on this problem.
The Idea is to allow users accessing my website through the LAN or local network to skip a login page and access the website as an anonymous user with special permissions. ...
0
votes
1answer
2k views
Stuck with deploying django with apache + mod_wsgi
I get an 500 internal server error and in the log files it writes:
[Thu Jun 14 16:30:22 2012] [error] [client 127.0.0.1] ImportError: Could not import settings 'mysite.settings' (Is it on sys.path?): ...
0
votes
1answer
68 views
Apache stops processing requests (mod_wsgi?)
At some point my site, running on Apache2 with mod_wsgi just stops processing requests. The connection to server is maintained and client waits for responce, but it never is returned by apache. The ...
0
votes
1answer
160 views
Python psycopg2 + mod_wsgi: connection is very slow and automatically close
I have made a python ladon webservice and I run is on Ubuntu with Apache2 and mod_wsgi. (I use Python 2.6).
The webservice connect to a postgreSQL database with psycopg2 python module.
My problem is ...
1
vote
2answers
669 views
WSGI App not found - 404
Following this guide:
http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide
I was not able to configure a "Hello World" WSGI application (I did not mount at docroot and did not delegate to ...
0
votes
0answers
163 views
Django CMS - urls are processed wrong when not installed in root-directory
I'm a newbie to Django-CMS, but i managed to set it up on my ubuntu-server with apache2 and mod_wsgi. I did a fresh install using virtualenv. Now i get annoying url-Problems:
the page should be ...
5
votes
1answer
365 views
Django mod_wsgi MemoryError
Having a weird issue with MemoryError in my Django project.
Ubuntu 11
Apache2
Nginx
mod_wsgi
python2.7
I have a template tag that is resizing images using PIL and works great on my dev-machine, ...
0
votes
1answer
434 views
Django EC2 mod_wsgi configuration with Apache not working
I think my apache2 server is close to being set up but it's still returning a 500 error. Here is my .wsgi file:
import os, sys
#path to directory of the .wsgi file ('apache/')
wsgi_dir = ...
1
vote
4answers
108 views
mod_wsgi showing old code
I'm running mod_wsgi on apache2. It's running Django and for some reason, after I change my code, old versions are sometimes shown along with new code.
For example, after creating a view that simply ...
1
vote
0answers
251 views
Apache2 + SSL + Django + wsgi
I am trying to run ssl module on Apache where is running my Django application.
For running Django on Apache2 I use wsgi(mod_wsgi.so module).
Everything is good when the following line in httpd.conf ...
2
votes
0answers
80 views
google openid error:The server could not process your request
I am interest to create openid application in django for that ,i had using django-auth-openid it is working fine in django development server but after i want deploy on production server using ...
1
vote
0answers
100 views
versatile database connection with django and mysql
I have an issue with my deployed application on an apache2 with mod_wsgi.
The connection process to the database is exactly successful only once out of 2!
I've named the database 'CKP' and for some ...
0
votes
1answer
306 views
upgrading python and mod_wsgi not helping apache stick to newer python
I had a box with debian on it and python 2.6, I installed apache, mod_wsgi and configured everything and then realized by app is not compatible with python 2.6; so I installed python 2.7 from testing ...
0
votes
2answers
239 views
Why is my django/psql site so incredibly slow?
I have a django site which has only an admin interface, since it's an internal thing.
Simple pages load almost instantly, like say a table with 10 items.
But a page with lots of inlines and so on ...
1
vote
1answer
2k views
Apache 2 + mod_wsgi + WSGIScriptAlias
I am currently doing research whether Python and Django are fit for a project that I'm going to work on (so far it looks good). As a means of a test, I want to get python running on an actual server ...
