From 5fab8dc77c911e846ca417f54b31461d88ca4723 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Mon, 24 Jun 2002 15:53:20 +0000 Subject: [PATCH] Missing '/' after cgi-bin in intranet virtual host section caused scripts to load as /cgi-binloadmodules.pl. --- installer.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.pl b/installer.pl index 8c722b5032..5a8d082af4 100644 --- a/installer.pl +++ b/installer.pl @@ -339,7 +339,7 @@ if (`grep 'VirtualHost $opac_svr_name' $realhttpdconf`) { ServerAdmin $svr_admin DocumentRoot $kohadir/htdocs ServerName $koha_svr_name - ScriptAlias /cgi-bin/koha/ "$kohadir/cgi-bin" + ScriptAlias /cgi-bin/koha/ "$kohadir/cgi-bin/" ErrorLog logs/koha-error_log TransferLog logs/koha-access_log common SetEnv PERL5LIB "$kohadir/modules" -- 2.39.5