0
votes
0answers
15 views

Setting up VirtualHost for Django project together with other VirtualHost instances

I have few Apache config files which should serve few domains (paste). Let's call those domains example.com and somedomain.com. There's also a subdomain subdomain.example.com which is currently the ...
0
votes
0answers
19 views

500 errors just after touching wsgi (Apache mod_wsgi and Django)

to reload my source code after an edit i touch the wsgi in production. This seems to cause a few 500 errors when i reload the site, just after the touch. I use mod_wsgi in daemon mode, and i've read ...
1
vote
0answers
23 views

Logging Apache instance name in Django logger

We use the Django logging module for our Django app, which runs on a couple of Apache instances on a server; each instance is a different setup, like production/staging/development/testing. How do I ...
0
votes
0answers
28 views

how to get the userinfo using mod_auth_cas from session?

I use mod_auth_cas as the cas client,and here is my conf file in http.conf of apache: CASDebug On CASValidateServer Off CASCookiePath /var/cache/apache2/mod_auth_cas/ CASLoginURL ...
1
vote
2answers
26 views

Error 500 and other website's content

I have some small django projects working on the same server with apache and mod_wsgi. I installed another one project with virtualenvironment and set settings for it in Apache conf file: ...
0
votes
1answer
41 views

Django 1.5, Apache, wsgi.py - ImportError: Could not import settings

I have seen others post on this on StackOverflow (mainly for Django 1.4), but none of those provided a successful solution for me. I am unable to setup Django 1.5.1 correctly with Apache. I receive ...
0
votes
0answers
31 views

Unable to open file object created in Django

I'm developing an application that runs on an Apache server with Django framework. My current script works fine when it runs on the local desktop (without Django). The script downloads all the images ...
0
votes
1answer
35 views

Apache mod_wsgi 32-bit/64-bit Python compatibility

I use Zend Studio / Zend Server for developing my PHP-based web sites, but now I'm taking a course in Python, and I want to learn Django. I have a Windows 7 AMD-64 machine, and am using 64-bit Python ...
0
votes
0answers
15 views

Error while using subprocess with Django, Apache

I am trying to run an executable residing in the "/tmp" folder using subprocess.popen from Django. I have configured Django with Apache using mod_wsgi I always get a signal error '127'. I get proper ...
0
votes
2answers
30 views

Multiple Django apps under same domain

I'm trying to set up two Django applications locally at subdirectories under the same domain, e.g.: http://127.0.0.1/en/ http://127.0.0.1/jp/ Here is a snippet of /etc/apache2/apache2.conf ...
0
votes
0answers
8 views

ryslog stops when apache stops

I have a django web application hosted with apache. I wanted to restart rsyslog as a part of one of my API requests. Here is what I am doing: I edited /etc/sudoers file to allow 'apache' user to ...
0
votes
0answers
15 views

Django not logging to file when used with Apache

I am trying to log data into a file from views.py of my django app, however the app does not log anything into the log files mentioned when running with apache Since I am using django with apache, I ...
0
votes
1answer
30 views

django 1.5 flips between “it worked” page display and error 500

Installed Django 1.5 python2.7 mod_wsgi and python-sql on a red hat 4 web server with apache 2. The "It worked" page keep flipping between the correct display and "internal server error" "500" The ...
1
vote
1answer
33 views

Apache child processes not releasing memory after allocating a huge chunk

I am running Django 1.4 with WSGI on CentOS. Apache is prefork but NOT configured in Daemon mode. 8 child processes are started. I executed a database query that made the Resident Memory size of one ...
0
votes
1answer
55 views

Deploying django project getting no result

have googled quite a bit now and followed the django documentation.. Still won't work but I think I'm pretty close.. I know there are lots of information about this around but even tho I've tried a ...
0
votes
1answer
25 views

What's wrong with the Basic configuration of apache and mod_python?

the the Basic configuration of apache is: LoadModule python_module /usr/lib64/httpd/modules/mod_python.so <Location "/mysite/"> SetHandler python-program PythonHandler ...
0
votes
1answer
48 views

Can someone explain this model.save() behavior in Django, test server vs. Apache?

I have a Django model that contains, among other things, a product field restricted to 128 characters: class SKU(models.Model): ... product = models.CharField(max_length=128, null=True, ...
0
votes
1answer
49 views

setting up django with nginx and apache

I just started developing in Django a few days back. After finishing a few applications I read that Django is best served using nginx for static content and a reverse proxy to apache for dynamic ...
0
votes
1answer
29 views

Django and Rails on Apache localhost

I wanna test the performance of Django and Rails. Would testing using the inbuilt web servers be a bad idea? Is it difficult to set up making both Django and Rails run on the Apache localhost? (not ...
0
votes
1answer
23 views

Using iRedMail with a django site on the same server

I am trying to create a small django site and use iRedMail for e-mail. I installed iRedMail first, and ensured that it worked. I could go to both www.domain.com/iredadmin and www.domain.com/mail and ...
0
votes
2answers
29 views

Serve media file from Django

I know that it's not a good way to serve directly file and picture from django via views and urls dispatch, but if these files and pictures are served via the server (Apache), the whole world can see ...
0
votes
1answer
50 views

Deploying a website like Instagram, what is required? [closed]

I am working on a team which is making a website similar to, say, Instagram. Similar in the sense that we are employing similar technologies in the back end, but the concept has no relation to ...
0
votes
1answer
43 views

.htaccess redirecting all URLs except one

I have a server running with the following directory structure: /public_html | - /fingertools | - /css | - /static | - /media | - /js | - .htaccess My .htaccess is in the root of ...
0
votes
1answer
45 views

Passing Apache Environment variables to gunicorn through mod_proxy

I'm not entirely sure this is the right way to skin this cat, so feel free to propose completely alternate solutions. I have a Django site running on gunicorn behind apache's mod_proxy (with the ...
0
votes
0answers
26 views

Django apache request META attribute missing

I've made a simple site in Django. and iam handling some action with the request parameters when handling reuest in django server am getting META attributes but when running in apache META attributes ...
0
votes
0answers
13 views

How to solve it when make the mod_python? [migrated]

the verison of RPM is: httpd-2.2.3-63.el5.centos.1 httpd-devel-2.2.3-63.el5.centos.1 apr-1.2.7-11.el5_3.1 apr-devel-1.2.7-11.el5_3.1 apr-util-1.2.7-11.el5 apr-util-devel-1.2.7-11.el5 the version of ...
0
votes
0answers
30 views

Redirecting a url within Django to Tumblr

I would like to have a Tumblr blog associated with my domain name, example.com. However, instead of using blog.example.com I would like to point example.com/blog to Tumblr. I've looked at the ...
0
votes
1answer
40 views

htaccess rewrite incorrectly appending URL with mod_wsgi config file path

I'm currently in the process of migrating domains [old_domain] -> [new_domain]. The problem arose when I came to the htaccess rules and the config file in /etc/httpd/conf/httpd.conf: httpd.conf ...
0
votes
1answer
34 views

Django same project multiple times on one server

I had to develop something in Django (new to it) and it went quite smoothly. But after delivering to the client I had to setup a second "testing" instance so that any new features would be tested on ...
1
vote
2answers
61 views

Rewrite URL in Nginx proxy + apache setup

I'm working in python/django with apache and a Nginx proxy. I need to transform some URLs like these: www.mydomain.com/client_A/ www.mydomain.com/client_B/ to www.mydomain.com/clients/1/ ...
0
votes
1answer
21 views

Django and apache not serving static files

I made a simple page to serve a static CSS in django but I always get a PAGE NOT FOUND error. Views.py: def login_user(request): return render_to_response('new_file.html') urls.py: from ...
-2
votes
2answers
45 views

How do I keep Django running on on my web server? [closed]

I am using dreamhost, and just finished a (as far as I can tell) successful installation of DJango on my VPS using Passenger. Everything was installed from the shell via SSH - and I even launched the ...
0
votes
0answers
21 views

integrating django and php applications and its related apache configuration

I am having a Django project and I used to mod_wsgi to access the Django project. Here's the present configuration. NameVirtualHost *:80 <VirtualHost *:80> ServerAdmin example@example.com ...
1
vote
1answer
34 views

apache server not using proper virtualenv with WSGI setting

I am facing a problem related to django wsgi script. I have been using two virtualenv for my two application and I have deployed these two application on my local server with different port. Apache ...
1
vote
1answer
46 views

apache server cant find static files in Django project

I'm trying to upload my code on an apache server using mod_python. I have tried a lot but the server is not able to access my static files (all my images, js and css). Here are my Virtualhost ...
0
votes
2answers
52 views

SWIG: python module crashes only when it is deployed to Apache

This issue is quite wired and it is driving me crazy. Any help is appreciated! We have some underlying C codes, which are going to be called by Python modules (Python version 2.6, Django framework, ...
0
votes
0answers
27 views

Changing user password using admin interface on django

I try to change user password using the standard form in the admin interface but when i enter new password and hit ok i get this message: Forbidden You don't have permission to access ...
0
votes
2answers
34 views

Making Django Application localhost/appname Browsable through localhost

My django application running on port 80 apache server and django, which I can browse by typing hxxp://localhost/myapp but i want it to directly browse by using hxxp://localhost. Where should i ...
0
votes
1answer
27 views

Django model get not getting the recently inserted mysql values

I am running a django project in apache. Iam inserting a form field value to table. from blog.models import Blog b = Blog(name='Beatles Blog', tagline='All the latest Beatles news.') But ...
0
votes
0answers
42 views

Forward subdomain to private server

I have a hosting provider and on my macbook pro I'm trying to run a django based website. I can view the website fine on my mac itself (using the testserver) but I would really want to make it ...
0
votes
0answers
24 views

After a while Django stops being able to “open database file”

I have built a Django-base application; it runs under Apache through mod-wsgi; the database backend is SQLite3 and the Operating System is Debian 6. After apache is launched, all is well. Everything ...
0
votes
1answer
35 views

Django / WSGI blank page

I am trying to get Django to work together with Apache using WSGI. The problem is that it simply returns an empty page (200 OK or 203 not modified). I can't find any error upon restarting or when ...
0
votes
1answer
60 views

How to auto start Django Celery with Apache?

I have setup Django and Celery in my production server following these instructions and it works. I now need celery to start on boot etc. How can this be done? I'm running Ubuntu and Apache, do I ...
0
votes
0answers
139 views

Django 1.5.1: ValueError: Unable to configure filter 'require_debug_false'

I've just installed on my windows system Apache 2.2.22 + Python 2.7.4 (+ PIP 1.3.1) Added mod_wsgi-3.3 apache module and edited httpd.conf as discribed here ...
0
votes
1answer
30 views

Django deployment issues with linux mod_wsgi

After deploying my django application on linux server wit apace and mod_wsgi I am getting below errors - [Wed Apr 10 05:21:52 2013] [error] [client 117.199.125.229] mod_wsgi (pid=20033): Exception ...
1
vote
0answers
29 views

Virtual host 2 domains one mapped to /shorten only?

Below is my current virtual host. I have two domains pointed the server, lets say... domain1.com and domain2.com Both domain currently to seem to work with the virtual host below (even tho I don't ...
0
votes
0answers
22 views

Change “ROOT_URLCONF” in Django depending on site

I just need some advice pointing me into the right direction using Django with multiple sites / clients. Basically depending on the domain name I want to use multiple sites with only one Django ...
0
votes
1answer
39 views

Writing a proper Apache virtual host script, for a Django app using WSGI

I have here a virtual host script for a Django app that I'll eventually deploy into the real world. Right now it seems to be working fine; however, I'd like to know if there's anything wrong with this ...
0
votes
1answer
23 views

Django App is laggy when Apache2 is used vice development server

The setup is: Windows XP VM (Stuck with this for the time being - we're on an Intranet) Apache 2, mod_wsgi django 1.4 virtualenv We only have two users at most using this application simultaneously ...
-1
votes
1answer
29 views

Stop django admin [closed]

After I switch to apache, I cannot run myphpadmin. I wonder how I can vist them simultaneously or stop django admin. Thanks so much! run sudo yum install mod_wsgi to install the apache and the ...

1 2 3 4 5 19