adding path for apache
Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
parent
dbdb7f4feb
commit
98c3478fda
1 changed files with 2 additions and 1 deletions
3
about.pl
3
about.pl
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue