[Koha-cvs] CVS: koha/misc Install.pm,1.36,1.37

MJ Ray slef at users.sourceforge.net
Tue May 20 22:11:47 CEST 2003


Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv23798

Modified Files:
	Install.pm 
Log Message:
Explain new httpd.conf situation

Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** Install.pm	20 May 2003 19:50:17 -0000	1.36
--- Install.pm	20 May 2003 20:11:44 -0000	1.37
***************
*** 1017,1027 ****
  $messages->{'ApacheConfigIntroduction'}->{en} =
     heading('APACHE CONFIGURATION') . qq|
! Koha needs to setup your Apache configuration file for the
  OPAC and LIBRARIAN virtual hosts.  By default this installer
  will do this by using one ip address and two different ports
  for the virtual hosts.  There are other ways to set this up,
! and the installer will leave comments in httpd.conf detailing
  what these other options are.
  
  
  Press <ENTER> to continue: |;
--- 1017,1032 ----
  $messages->{'ApacheConfigIntroduction'}->{en} =
     heading('APACHE CONFIGURATION') . qq|
! Koha needs to write an Apache configuration file for the
  OPAC and LIBRARIAN virtual hosts.  By default this installer
  will do this by using one ip address and two different ports
  for the virtual hosts.  There are other ways to set this up,
! and the installer will leave comments in
! $etcdir/koha-httpd.conf detailing
  what these other options are.
  
+ NOTE: You will need to add lines to your main httpd.conf to
+   Include $etcdir/koha-httpd.conf
+ and to make sure it is listening on the right ports
+ (using the Listen directive).
  
  Press <ENTER> to continue: |;





More information about the Koha-cvs mailing list