mod-wsgi
hgweb with mod_wsgi's WSGIDaemonProcess running as another user (to skip chmod/chown)
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[详细]
2023-03-06 10:58 分类:问答Problem on the management of django static file
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[详细]
2023-03-05 19:36 分类:问答Hot deployment using mod_wsgi,python and django on Apache
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[详细]
2023-03-05 19:17 分类:问答Change location of sys.stderr for wsgi and apache?
I am logging Apache2 errors in a custom location (i.e. not /var/log/apache2/error.log) using the following line in httpd.conf:[详细]
2023-03-05 18:53 分类:问答Configure mod_wsgi on Mac OS X?
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[详细]
2023-03-05 08:18 分类:问答500 internet server error error_log:TemplateSyntaxError: Caught ImportError while rendering: No module named friends
Recently I am using django and mod_wsgi on Apache. I am follow the following steps found in a webpage:[详细]
2023-03-04 23:55 分类:问答TemplateSyntaxError at / Caught IOError while rendering: (13, 'Permission denied')
This is the error shown on the page TracebackFile \"/usr/local/lib64/python2.6/site-packages/django/core/handlers/base.py\" in get_response[详细]
2023-03-04 20:18 分类:问答Deploying a Django site using apache and mod_wsgi
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.[详细]
2023-03-02 16:27 分类:问答How do I debug mod_wsgi/django/apache/wget timeout
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[详细]
2023-03-02 16:19 分类:问答CoreDumpDirectory isn't working on ubuntu; getting segmentation fault in apache2 error log
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[详细]
2023-03-02 03:49 分类:问答
加载中,请稍侯......