[Koha-bugs] [Bug 417] installer.pl wants root

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Wed May 14 17:14:29 CEST 2003


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=417





------- Additional Comments From mjr at ttllp.co.uk  2003-05-15 03:14 -------
There is a bug in the patch.  Lines 1126 on say:

sub updateapacheconf {
    my $logfiledir=`grep ^ErrorLog "$realhttpdconf"`;
    chomp $logfiledir;

    my $httpdconf = $etcdir."/httpd.conf";

whereas they should say

sub updateapacheconf {
    my $logfiledir=`grep ^ErrorLog "$realhttpdconf"`;
    chomp $logfiledir;

    my $httpdconf = $etcdir."/koha-httpd.conf";

to write out a new configuration file to be Included in your httpd.conf file. 
Please tweak $messages->{'StartUpdateApache'}->{en} to match.

REPEAT: the installer does not write httpd.conf any more.  See bug#261 for some
reasons.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Koha-bugs mailing list