[Koha-bugs] [Bug 807] New: Koha About page not displaying apache version in some distributions

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Wed Jul 14 14:34:21 CEST 2004


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

           Summary: Koha About page not displaying apache version in some
                    distributions
           Product: Koha
           Version: CVS
          Platform: PC
            Status: NEW
          Severity: minor
          Priority: P3
         Component: About
        AssignedTo: pate at eylerfamily.org
        ReportedBy: baijum81 at lycos.com
         QAContact: koha-bugs at lists.sourceforge.net
                CC: baijum81 at lycos.com


In my debian 3.1 (Sarge) I applied this patch :

--- about.pl.orig	2004-07-14 17:55:45.000000000 +0530
+++ about.pl	2004-07-14 17:57:04.000000000 +0530
@@ -24,6 +24,7 @@
 my $perlVersion = $];
 my $mysqlVersion = `mysql -V`;
 my $apacheVersion =  `httpd -v`;
+$apacheVersion =  `/usr/sbin/apache2 -v` if stat("/etc/debian_version");
 
 $template->param(
 					kohaVersion => $kohaVersion,



------- 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