adding path for apache

Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
Paul POULAIN 2007-08-08 11:59:49 +02:00 committed by Chris Cormack
parent dbdb7f4feb
commit 98c3478fda

View file

@ -1,4 +1,4 @@
ö#!/usr/bin/perl
<EFBFBD>#!/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];