User Tools

Site Tools


installing_apache2_and_mod_perl2_on_debian

This is an old revision of the document!


Installing Apache2 and Mod Perl2 on Debian

Install

This command will install apache2 (prefork mode) and mod_perl2. apache2-prefork-dev contains various utils that are needed to build evergreen. The Evergreen apache modules are not thread safe so need to be run with the prefork apache mpm.

 #apt-get install apache2-mpm-prefork apache2-prefork-dev libapache2-mod-perl2 apache2-utils

Configure

Default configs now live in CVS under Open-ILS/examples/apache/.

eg.conf is the top-level file which should be loaded by your main apache config. On debian, eg.conf will go into /etc/apache2/sites-available/ and will be symlinked into /etc/apache2/sites-enabled/. You will need to edit this file to ensure the correct hostname/IP settings for the virtual hosts.

eg_vhost.conf contains the common vhost settings and is loaded by eg.conf. On debian, this should live in /etc/apache2/.

installing_apache2_and_mod_perl2_on_debian.1283793912.txt.gz · Last modified: 2022/02/10 13:33 (external edit)

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.