koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 417] installer.pl wants root
Date: 14 May 2003 15:14:29 -0000

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





------- Additional Comments From address@hidden  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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]