Skip to content
Snippets Groups Projects
Commit 763aa75c authored by Demian Katz's avatar Demian Katz
Browse files

More Apache 2.4 tweaks.

parent b8135a98
Branches
Tags
No related merge requests found
......@@ -141,6 +141,7 @@ function getApacheLocation($overrideDir)
// multisite mode, we don't use the same symlink for multiple instances:
$symlink = basename($overrideDir);
$symlink = ($symlink == 'local') ? 'vufind' : ('vufind-' . $symlink);
$symlink .= '.conf';
echo "You can do it in either of two ways:\n\n";
echo " a) Add this line to your {$httpdConf} file:\n";
......
......@@ -39,5 +39,5 @@ APACHE_CONF_DIR=/etc/apache2/conf.d
if [ ! -d $APACHE_CONF_DIR ]; then
APACHE_CONF_DIR=/etc/apache2/conf-enabled
fi
ln -s $VUFIND_LOCAL_DIR/httpd-vufind.conf $APACHE_CONF_DIR/vufind2
ln -s $VUFIND_LOCAL_DIR/httpd-vufind.conf $APACHE_CONF_DIR/vufind2.conf
/etc/init.d/apache2 force-reload
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment