koha-bugs
[Top][All Lists]
Advanced

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

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 807] New: Koha About page not displaying apache version in some distributions
Date: 14 Jul 2004 12:34:21 -0000

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden
                CC: address@hidden


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.



reply via email to

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