thanks reinstalled Django and now i get blank screen again when trying
baruwa.host.domain
I have tried the following in the vhost.
<VirtualHost *:80>
# If running MySQL-python as .egg-package uncomment the setting below
SetEnv PYTHON_EGG_CACHE /var/tmp
Alias /favicon.ico
/usr/lib/python2.6/site-packages/baruwa-1.0.2-py2.6.egg/baruwa/static/imgs/favicon.ico
Alias /static/
/usr/lib/python2.6/site-packages/baruwa-1.0.2-py2.6.egg/baruwa/static
<Directory
/usr/lib/python2.6/site-packages/baruwa-1.0.2-py2.6.egg/baruwa/static>
Order deny,allow
Allow from all
</Directory>
# change to your hostname
ServerName my.host.name (sensored)
WSGIScriptAlias /
/usr/lib/python2.6/site-packages/baruwa-1.0.2-py2.6.egg/baruwa/baruwa.wsgi
<Directory /usr/lib/python2.6/site-packages/baruwa-1.0.2-py2.6.egg/baruwa/>
Order deny,allow
Allow from all
</Directory>
ErrorLog /var/log/apache2/baruwa-error_log
CustomLog /var/log/apache2/baruwa-access_log common
LogLevel debug
ErrorDocument 401 "error code 401 please investigate."
ErrorDocument 404 "error code 404 please investigate."
ErrorDocument 403 "error code 403 please investigate."
ErrorDocument 500 "error code 500 please investigate."
</VirtualHost>
Again thanks for all your help.
On 2011-03-02 17:20, Andrew Colin Kissa wrote:
> On 02 Mar 2011, at 8:10 AM, [email protected] wrote:
>
>> [Wed Mar 02 06:59:50 2011] [error] [client 62.243.72.144] ImportError:
>> No module named django.core.handlers.wsgi
> You do not have django installed on your python2.6 install.
>
> --
> Baruwa - www.baruwa.org
>
> _______________________________________________
> Baruwa mailing list
> [email protected]
> http://lists.baruwa.org/mailman/listinfo/baruwa
>
_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa