mod-wsgi
Socket error after Django site deployed using apache and mod_wsgi?
There is a backend function in my site that will call urllib.urlopen(url)) to retrieve data from url. After deploying, all other functions worked well except this one. Calling this function results in[详细]
2023-03-09 14:59 分类:问答Why is sys.path initialized differently during startup than when run from bash, for Python embedded in Apache
I am using Python embedded in Apache using modwsgi, and I am finding that the sys.path does not get initialized correctly when Apache is started from the rc2.d startup folder than when run from the sh[详细]
2023-03-09 08:26 分类:问答Django site runs with dev server but not on Apache mod_wsgi
I have some Django websites and I want to place them on the webserver Apache2 with mod_wsgi. The webserver works and one Django website works correctly, but the other one doesn\'t (it shows the Inter[详细]
2023-03-09 04:20 分类:问答Problem with mod_wsgi: Getting a permission denied [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-08 10:15 分类:问答Apache2 with MySQL and Django on 256MB RAM VDS
I have a 256MB RAM VDS with Debian Lenny, Apache2, MySQL, mod_php (and some PHP websites). In this configuration VDS have about 35MB RAM left. So, I installed mod_wsgi (in daemon mode) and some very s[详细]
2023-03-08 04:45 分类:问答Error: child pid 6695 exit signal Segmentation fault (11)
I use django + mod-wsgi + apache to develop a website. and it is strange that when i launch the website it\'s ok for all other function expect for login in function. when i try logging in, it gives me[详细]
2023-03-07 16:25 分类:问答django-mssql not working in Apache w/ mod-wsgi, but works fine in dev server
I have a Django application using django-mssql to communicate w/ SQL Server. This works just fine in the dev server (runserver) but under Apache/mod-wsgi, I get a fail related to it trying to find a[详细]
2023-03-07 15:45 分类:问答What is the name of the developer package or Python runtime package in SuSE LES 11 SP1?
_I had problem with installing the mod_wsgi.I have found the solution as below (I am quite sure this is the solution to my problem) in its website. However, I don\'t know the name of the developer pac[详细]
2023-03-07 08:06 分类:问答Looking for a lightweight Python web framework with minimal configuration [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.[详细]
2023-03-06 18:56 分类:问答WSGI: _mysql.so Image not found
Environment: MacBook Pro, OSX 10.6, Python 2.6.1 64 bit, MySQL 5.X 64 bit I am having problems installing MySQLdb for use with Django. After installing everything I am able to open the python interpr[详细]
2023-03-06 17:18 分类:问答