User Tools

Site Tools


generic_apache2_configs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
generic_apache2_configs [2007/10/28 22:18] dbsgeneric_apache2_configs [2010/09/06 13:09] (current) – Delete obsolete page dbs
Line 1: Line 1:
-** Apache "Run As" user ** 
- 
-Because many of the modules/etc. of Evergreen are owned by opensrf, [[http://list.georgialibraries.org/pipermail/open-ils-dev/2007-March/000388.html|It has been suggested]] that Apache run as the OpenSRF user.  Although changing the permissions of the files would accomplish the goal of allowing access by Apache, upgrades of the OpenSRF system (or the programs that use it, such as Evergreen) may add or change files with the wrong user/permissions, thus causing an unnecessary headache. 
- 
-Here's a sample section of the httpd.conf configuration that could accomplish this: 
-<code> 
-User opensrf 
-Group apache 
-</code> 
-*Note: The "group" entry may vary by distro and installation-specific configurations.  It may be "apache", "httpd", "nobody", "nogroup", "-1", or the like.  Generally speaking, the group shouldn't need to be changed from the default. 
- 
-** VHost Configuration ** 
- 
-Below we have our Evergreen vhost config and the matching SSL config.  These configs were created in a Debian environment and later ported to Gentoo.  In theory, they should work in more or less any Apache 2.0 build environment.  These configs are just examples - you will likely need to edit them to suit your environment, or simply copy out the useful parts into your own configs. 
- 
-** UPDATE:  See [[http://svn.open-ils.org/trac/ILS/browser/trunk/Open-ILS/examples/apache|Open-ILS/examples/apache/]] in Subversion for apache configs ** 
- 
- 
-If your apache environment is not automatically set up to load config files from a particular directory, you will need something like the following in your httpd.conf: 
-<code apache> 
-Include conf/evergreen_vhost.conf 
-<IfModule mod_ssl.c> 
-   Include conf/evergreen_vhost_ssl.conf 
-</IfModule> 
-</code> 
- 
-** External Modules ** 
- 
-Also, verify that all needed external modules are loaded: 
- 
-<code apache> 
-LoadModule perl_module modules/mod_perl.so 
-LoadModule osrf_json_gateway_module modules/osrf_json_gateway.so 
-LoadModule xmlent_module      modules/mod_xmlent.so 
-</code> 
  

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.