Bug 807 - Koha About page not displaying apache version in some distributions
Summary: Koha About page not displaying apache version in some distributions
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: About (show other bugs)
Version: Main
Hardware: PC All
: P3 minor (vote)
Assignee: Galen Charlton
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-15 12:34 UTC by Chris Cormack
Modified: 2014-12-22 02:05 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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