Hi
I have a problem i have set up Baruwa in apache using this config.
<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 baruwa.hostname.com
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
</VirtualHost>
My problems is that it does not only answer to baruwa.hostname.com it
answers on all *.hostname.com is there a way to solve this.
And is there a way to have baruwa answer to hostname.com/baruwa so i can
use it on my ssl domain or should this be a subdomain ?
Thanks in advance for all your answers and last my but least thanks for
Baruwa :-)
--
Best Regards / Med venlig hilsen
Søren Jensen
_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa