adding path for apache
authorPaul POULAIN <paul@koha-fr.org>
Wed, 8 Aug 2007 09:59:49 +0000 (11:59 +0200)
committerChris Cormack <crc@liblime.com>
Wed, 8 Aug 2007 12:19:49 +0000 (07:19 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>

about.pl

index 99b9fd5..0c268a7 100755 (executable)
--- 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];