[Bug 807] New: Koha About page not displaying apache version in some distributions
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=807 Summary: Koha About page not displaying apache version in some distributions Product: Koha Version: CVS Platform: PC Status: NEW Severity: minor Priority: P3 Component: About AssignedTo: pate@eylerfamily.org ReportedBy: baijum81@lycos.com QAContact: koha-bugs@lists.sourceforge.net CC: baijum81@lycos.com 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, ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz