generic_apache2_configs
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| generic_apache2_configs [2007/10/28 22:18] – dbs | generic_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/ | ||
| - | |||
| - | Here's a sample section of the httpd.conf configuration that could accomplish this: | ||
| - | < | ||
| - | User opensrf | ||
| - | Group apache | ||
| - | </ | ||
| - | *Note: The " | ||
| - | |||
| - | ** VHost Configuration ** | ||
| - | |||
| - | Below we have our Evergreen vhost config and the matching SSL config.  | ||
| - | |||
| - | ** UPDATE:  | ||
| - | |||
| - | |||
| - | 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/ | ||
| - | < | ||
| - |     | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | ** External Modules ** | ||
| - | |||
| - | Also, verify that all needed external modules are loaded: | ||
| - | |||
| - | <code apache> | ||
| - | LoadModule perl_module modules/ | ||
| - | LoadModule osrf_json_gateway_module modules/ | ||
| - | LoadModule xmlent_module  | ||
| - | </ | ||
generic_apache2_configs.1193624293.txt.gz · Last modified: 2022/02/10 13:33 (external edit)