User Tools

Site Tools


zzz_archive:open-ils:evergreenv1:server_installation:installing_apache2

User Comments

Apache2 can be downloaded at http://httpd.apache.org/download.cgi

Note: At present, Evergreen is only compatible with Apache 2.0.x. Apache 2.2.x produces errors (which are being worked on in future versions of Evergreen)

A Vanilla install of Apache2 with SSL enabled should suffice. Below is how we built our test Apache server

./configure --prefix=/opt --enable-rewrite --enable-alias\
 --enable-ssl --enable-expires --enable-include --enable-deflate\
 --enable-proxy --enable-cache 
 
make 
 
make install 
zzz_archive/open-ils/evergreenv1/server_installation/installing_apache2.txt · Last modified: 2022/02/10 13:34 by 127.0.0.1

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.