Hi all

I have just updated my system gentoo to the latest packages  and now i can't
get any output when testing my page baruwa.webpage.domain.

i am using the following 

dev-python/django
      Latest version installed: 1.2.5

 dev-python/mysql-python
      Latest version installed: 1.2.3

GeoIP-Python-0.2.0.tar.gz

*  dev-python/ipy
      Latest version installed: 0.72

www-servers/apache
      Latest version installed: 2.2.16

dev-db/mysql
      Latest version installed: 5.1.51

dojo-release-1.5.0

*  dev-python/reportlab
      Latest version installed: 2.5

*  dev-python/lxml
      Latest version installed: 2.2.8

I have tested baruwa ok using "python manage.py testserver" and i am able to
use lynx and browse to http://localhost:8000 and login.

here is my virtual host file for baruwa.

<VirtualHost *:80>
    # If running MySQL-python as .egg-package uncomment the setting below
    SetEnv PYTHON_EGG_CACHE /var/tmp
    Alias /favicon.ico
/usr/lib/python3.1/site-packages/baruwa-1.0.2-py3.1.egg/baruwa/static/imgs/favicon.ico
    Alias /static/
/usr/lib/python3.1/site-packages/baruwa-1.0.2-py3.1.egg/baruwa/static/
    <Directory
/usr/lib/python3.1/site-packages/baruwa-1.0.2-py3.1.egg/baruwa/static>
        Order deny,allow
        Allow from all
    </Directory>
    # change to your hostname
    ServerName my.domain (ofcause this is a real domain)
    WSGIScriptAlias /
/usr/lib/python3.1/site-packages/baruwa-1.0.2-py3.1.egg/baruwa/baruwa.wsgi
    <Directory
/usr/lib/python3.1/site-packages/baruwa-1.0.2-py3.1.egg/baruwa>
        Order deny,allow
        Allow from all
    </Directory>
    ErrorLog /var/log/apache2/baruwa-error_log
    CustomLog /var/log/apache2/baruwa-access_log common
</VirtualHost>

i don't get any error codes in baruwa-error_log.

could someone please help me verbose this problem.

Thanks so much for your help.






-- 
View this message in context: 
http://baruwa-users-list.963389.n3.nabble.com/baruwa-no-output-in-the-screen-tp2603156p2603156.html
Sent from the Baruwa users list mailing list archive at Nabble.com.
_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa

Reply via email to