Does anyone have any experience getting Apache Bloodhound installed and
running via Apache2 HTTP server? I have it up and running as a standalone
for testing but I am trying to get it to run the correct way through the
Apache2 HTTP server and not having any luck.
My apache site configuration file is below and as far as I know the paths
are correct.
<VirtualHost *:8080>
WSGIDaemonProcess bloodhound_tracker user=bloodhound
python-path=/opt/bloodhound/installer/bloodhound/lib/python2.7/site-packages
WSGIScriptAlias /bloodhound
/opt/bloodhound/installer/bloodhound/site/cgi-bin/trac.wsgi
<Directory /opt/bloodhound/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
/opt/bloodhound/installer/bloodhound/environments/main/bloodhound.htdigest
Require valid-user
</LocationMatch>
</VirtualHost>
My Apache Error log has the following entries from shutdown to restart
[Thu Jun 26 14:11:42.957378 2014] [mpm_event:notice] [pid 19249:tid
140015673931648] AH00491: caught SIGTERM, shutting down
[Thu Jun 26 14:11:45.864116 2014] [auth_digest:notice] [pid 1868:tid
140364810590080] AH01757: generating secret for digest authentication ...
[Thu Jun 26 14:11:45.866628 2014] [mpm_event:notice] [pid 1868:tid
140364810590080] AH00489: Apache/2.4.7 (Ubuntu) mod_wsgi/4.2.4 Python/2.7.6
configured -- resuming normal operations
[Thu Jun 26 14:11:45.866701 2014] [core:notice] [pid 1868:tid
140364810590080] AH00094: Command line: '/usr/sbin/apache2'
Andy Farnsworth
--
--
You received this message because you are subscribed to the Google Groups
"NLUG" 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/nlug-talk?hl=en
---
You received this message because you are subscribed to the Google Groups
"NLUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.