From 98c3478fda3ff64597c4b077232aad3367ae85a1 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Wed, 8 Aug 2007 11:59:49 +0200 Subject: [PATCH] adding path for apache Signed-off-by: Chris Cormack --- about.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/about.pl b/about.pl index 99b9fd55d5..0c268a75b5 100755 --- a/about.pl +++ b/about.pl @@ -1,4 +1,4 @@ -ö#!/usr/bin/perl +�#!/usr/bin/perl # This file is part of Koha. # @@ -43,6 +43,7 @@ my $perlVersion = $]; my $mysqlVersion = `mysql -V`; my $apacheVersion = `httpd -v`; $apacheVersion = `httpd2 -v` unless $apacheVersion; +$apacheVersion = `apache2 -v` unless $apacheVersion; # path for ubuntu my $zebraVersion = `zebraidx -V`; # $apacheVersion = (`/usr/sbin/apache2 -V`)[0]; -- 2.39.2