[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha installer.pl,1.2.2.20,1.2.2.21
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha installer.pl,1.2.2.20,1.2.2.21 |
Date: |
Mon, 24 Jun 2002 08:53:22 -0700 |
Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv10772
Modified Files:
Tag: rel-1-2
installer.pl
Log Message:
Missing '/' after cgi-bin in intranet virtual host section caused scripts
to load as /cgi-binloadmodules.pl.
Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.20
retrieving revision 1.2.2.21
diff -C2 -r1.2.2.20 -r1.2.2.21
*** installer.pl 24 Jun 2002 13:18:19 -0000 1.2.2.20
--- installer.pl 24 Jun 2002 15:53:20 -0000 1.2.2.21
***************
*** 340,344 ****
DocumentRoot $kohadir/htdocs
ServerName $koha_svr_name
! ScriptAlias /cgi-bin/koha/ "$kohadir/cgi-bin"
ErrorLog logs/koha-error_log
TransferLog logs/koha-access_log common
--- 340,344 ----
DocumentRoot $kohadir/htdocs
ServerName $koha_svr_name
! ScriptAlias /cgi-bin/koha/ "$kohadir/cgi-bin/"
ErrorLog logs/koha-error_log
TransferLog logs/koha-access_log common
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha installer.pl,1.2.2.20,1.2.2.21,
Steve Tonnesen <=