If this is not the correct forum for installation questions, just point me in
the right direction.
I am installing bloodhound on Fedora 18.
I have installed to : /var/www/bloodhound/..... in the path of apache, is this
ok?
Running tracd directly works:
$ tracd ./bloodhound/environments/main --port=8000
I've added this stanza to the /etc/httpd/conf/
# try out wsgi
WSGIScriptAlias /bloodhoundt
/var/www/bloodhound/apache-bloodhound-0.5.3/installer/bloodhound/site/cgi-bin/trac.wsgi
### start bloodhound in a Virtural Host
<VirtualHost *:8080>
WSGIDaemonProcess bloodhound_tracker user=apache
python-path=/var/www/bloodhound/apache-bloodhound-0.5.3/installer/bloodhound/lib/python2.7
WSGIScriptAlias /bloodhound
/var/www/bloodhound/apache-bloodhound-0.5.3/installer/bloodhound/site/cgi-bin/trac.wsgi
<Directory
/var/www/bloodhound/apache-bloodhound-0.5.3/installer/bloodhound/site/cgi-bin>
WSGIProcessGroup bloodhound_tracker
WSGIApplicationGroup %{GLOBAL}
Order deny,allow
Allow from all
</Directory>
<LocationMatch "/bloodhound/[^/]+/login">
AuthType Digest
AuthName "Bloodhound"
AuthDigestDomain /bloodhound
AuthUserFile
/var/www//bloodhound/apache-bloodhound-0.5.3/installer/bloodhound/environments/main/bloodhound.htdigest
Require valid-user
</LocationMatch>
</VirtualHost>
The virtualHost on 8080 does not answer.
Going directly to http://localhost/bloodhoundt produces an internal server
error:
This is in the error_log:
[Tue May 07 14:25:18.356745 2013] [:error] [pid 18846] [client 127.0.0.1:57835]
mod_wsgi (pid=18846): Exception occurred processing WSGI script
'/var/www/bloodhound/apache-bloodhound-0.5.3/installer/bloodhound/site/cgi-bin/trac.wsgi'.
[Tue May 07 14:25:18.356787 2013] [:error] [pid 18846] [client 127.0.0.1:57835]
Traceback (most recent call last):
[Tue May 07 14:25:18.356804 2013] [:error] [pid 18846] [client 127.0.0.1:57835]
File
"/var/www/bloodhound/apache-bloodhound-0.5.3/installer/bloodhound/site/cgi-bin/trac.wsgi",
line 30, in application
[Tue May 07 14:25:18.356849 2013] [:error] [pid 18846] [client 127.0.0.1:57835]
from trac.web.main import dispatch_request
[Tue May 07 14:25:18.356864 2013] [:error] [pid 18846] [client 127.0.0.1:57835]
ImportError: No module named trac.web.main
Thanks for any Help.
Dan Warburton / JVN Communications w: 609-485-4480 m: 609-457-0154