On 03 Feb 2011, at 1:19 PM, Sander de Rijk wrote: > The baruwa documentation points to baruwa-mod_wsgi.conf but I am unable to > find it in the source and in the .deb package. Neither am I able to find any > modification made by the installation done by gdebi.
The source has the file in the extras directory, in the deb package it is created as /etc/baruwa/apache.conf > > What I did was, install baruwa_1.0.1-1_all.deb and baruwa-doc_1.0.1-1_all.deb > and followed the instructions. I also installed libapache2-mod-wsgi by using > apt-get. After that I created a virtual host on apache2 using the following > file: Okay you are working far too hard, all this stuff gets done for you automatically. http://www.baruwa.org/install_debian.html When you run gdebi baruwa_<version>_all.deb It will install mod-wsgi for you and all the dependencies that are required, if you choose for it to configure the system for you it will request information from you and setup a fully working system without you having to edit a single file. The configuration it enables for you will be in /etc/baruwa/apache.conf, and it also runs a2ensite to enable a site called baruwa. Please revert what you have done so far by purging the packages. then do the simple two step install described in http://www.baruwa.org/install_debian.html Let me know if you need any further help. Andrew -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

