Bug 807

Summary: Koha About page not displaying apache version in some distributions
Product: Koha Reporter: Chris Cormack <chris>
Component: AboutAssignee: Galen Charlton <gmcharlt>
Status: CLOSED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: chenyi.weng
Version: Main   
Hardware: PC   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Chris Cormack 2010-05-20 23:35:29 UTC


---- Reported by baijum81@lycos.com 2004-07-15 00:34:20 ----

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,



---- Additional Comments From mjr@ttllp.co.uk 2004-07-21 00:21:00 ----

This patch won't work if apache is installed instead of apache2.




---- Additional Comments From jmf@liblime.com 2008-01-01 06:38:12 ----

A similar patch has been applied to 3.0, I'm marking this as fixed.



--- Bug imported by chris@bigballofwax.co.nz 2010-05-20 23:35 UTC  ---

This bug was previously known as _bug_ 807 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=807

Actual time not defined. Setting to 0.0
The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here: chris@bigballofwax.co.nz.
   Previous reporter was baijum81@lycos.com.
The original assignee of this bug does not have
   an account here. Reassigning to the default assignee
   for the component, gmcharlt@gmail.com.
   Previous assignee was pate@eylerfamily.org.
CC member baijum81@lycos.com does not have an account here