User Tools

Site Tools


installing_apache2_and_mod_perl2_on_debian

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
installing_apache2_and_mod_perl2_on_debian [2007/03/01 11:31] stomproinstalling_apache2_and_mod_perl2_on_debian [2007/03/07 23:26] – removed example configs, which now live in CVS, and noted where they should be installed erickson
Line 1: Line 1:
 +===== Installing Apache2 and Mod Perl2 on Debian =====
 +<<[[Installing_PostgreSQL_on_Debian|Prev]]|[[Server_Installation|Index]]|[[Perl_Modules_on_Debian|Next]]>>
 +==== 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/.
 +
 +
  

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.