Is it possible to serve hgweb with mod_wsgi\'s WSGIDaemonProcess running as another开发者_运维问答 user, so that it won\'t be necessary to do any chmod/chown? E.g. the repositories is under /home/john
I am using apache+mod_wsgi+django. I come across with this situation. I have a webpage shown in the browser but without the css style which ought to be there supposedly. Here is my configuration on th
I have setup an Apache server with mod_wsgi, python_sql, mysql and开发者_JS百科 django. Everything works fine, except the fact that if I make some code changes, they do not reflect immidiately, though
I am logging Apache2 errors in a custom location (i.e. not /var/log/apache2/error.log) using the following line in httpd.conf:
I have been trying to configure mod_wsgi for two days and still no luck. Here is what I did: Create a sample django project mysite. Run python manage.py runserver and make sure it\'s working
Recently I am using django and mod_wsgi on Apache. I am follow the following steps found in a webpage:
This is the error shown on the page TracebackFile \"/usr/local/lib64/python2.6/site-packages/django/core/handlers/base.py\" in get_response
I\'ve been trying to teach myself to create and deploy Django apps.I\'ve created a test project and I can browse it using the Django test server.Now I want to deploy it using apache and mod_wsgi.
I have a web service running through django/apache/mod_wsgi that I am 开发者_运维技巧trying to debug -- it takes a long time to run server-side, but with certain parameters it just times out. I\'ve tr
I am not able to log the apache2 crashes in CoreDumpDirectory on ubuntu 10.10. I am using Django 1.2.3 and apache2 with mod_wsgi. I followed the steps listed in response to this question but to no ava