Page "BloodhoundInstall" was changed by gjm
Diff URL: 
<https://issues.apache.org/bloodhound/wiki/BloodhoundInstall?action=diff&version=19>
Revision 19
Comment: shortening WSGIDaemonProcess line in an attempt to reduce potential 
errors in copying the python-path; matching change in the appropriate 
WSGIProcessGroup entry
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: BloodhoundInstall
=========================================================================
--- BloodhoundInstall (version: 18)
+++ BloodhoundInstall (version: 19)
@@ -172,10 +172,10 @@
 Add to this something like:
  {{{
   <VirtualHost *:8080>
-    WSGIDaemonProcess bloodhound_tracker user=bloodhound 
python-path=/path/to/bloodhound/lib/python2.7/site-packages
+    WSGIDaemonProcess bh_tracker user=bloodhound 
python-path=/path/to/bloodhound/lib/python2.7/site-packages
     WSGIScriptAlias /bloodhound /path/to/bloodhound/site/cgi-bin/trac.wsgi
     <Directory /path/to/bloodhound/site/cgi-bin>
-      WSGIProcessGroup bloodhound_tracker
+      WSGIProcessGroup bh_tracker
       WSGIApplicationGroup %{GLOBAL}
       Order deny,allow
       Allow from all
@@ -190,7 +190,7 @@
   </VirtualHost>
  }}}
 
-The user referred to in the WSGIDaemonProcess should be the user that you wish 
bloodhound to be run as and so that user must have the appropriate set of 
permissions to access the Bloodhound installation. Running with any special 
system level priviledges should not be required and is not recommended.
+The user referred to in the WSGIDaemonProcess should be the user that you wish 
bloodhound to be run as and so that user must have the appropriate set of 
permissions to access the Bloodhound installation. Running with any special 
system level privileges should not be required and is not recommended.
 
 Then enable the new site, check the apache configuration and restart apache
  {{{
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://issues.apache.org/bloodhound/wiki/BloodhoundInstall>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

This is an automated message. Someone added your email address to be
notified of changes on 'BloodhoundInstall' page.
If it was not you, please report to .

Reply via email to