/etc/init.d/apache2 stop
# Copy apache configs into place and create SSL cert
cd /home/opensrf/Evergreen/
- cp Open-ILS/examples/apache/eg.conf /etc/apache2/sites-available/
- cp Open-ILS/examples/apache/eg_vhost.conf /etc/apache2/
- cp Open-ILS/examples/apache/eg_startup /etc/apache2/
+ cp Open-ILS/examples/apache_24/eg_24.conf /etc/apache2/sites-available/eg.conf
+ cp Open-ILS/examples/apache_24/eg_vhost_24.conf /etc/apache2/eg_vhost.conf
+ cp Open-ILS/examples/apache_24/eg_startup /etc/apache2/
mkdir -p /etc/apache2/ssl;
if [ ! -f /etc/apache2/ssl/server.key ] ; then