cannot get my sessions

trace back, env description/etc and errors here: 
http://paste.feedtheguru.com/view/?id=224

Entry in sites-available/default:
        LoadModule wsgi_module modules/mod_wsgi.so
        WSGIScriptAlias /quotes /var/www/python/quotes/code_quotes.py/
        Alias /quotes/static /var/www/python/quotes/static/
        AddType text/html .py
    <Directory /var/www/python/quotes/>
        Order deny,allow
        Allow from all
    </Directory>

Entry from apache2/httpd.conf:

LoadModule wsgi_module modules/mod_wsgi.so
WSGIScriptAlias /quotes /var/www/python/quotes/code_quotes.py/
Alias /quotes/static /var/www/python/quotes/static/
AddType text/html .py
<Directory /var/www/python/quotes/>
    Order deny,allow
    Allow from all
</Directory>


what's weird is this exact setup works on http://milby.no-ip.org/webpy
suspect it's sessions related, but do not know how to resolve it (if
i'm correct)
any advice is appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to