http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13486
Jerry Weng <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #11 from Jerry Weng <[email protected]> --- Indeed, using "-v (lower case)" instead of "-V (upper case)" to get the Apache version information is better and should be faster. But I would keep the [0] part to extract only the needed Apache version info., especially the 'uname -a' is already there, and the "Server built:" time is meaningless in apt-get installed package. > $apacheVersion = (`/usr/sbin/apache2ctl -v`)[0] unless $apacheVersion; Regards, -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
