Bugzilla – Attachment 34621 Details for
Bug 13486
About page Apache version is empty if Apache version is 2.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
about.pl patch for getting version info on the apache 2.4/2.2
file_13486.txt (text/plain), 522 bytes, created by
Jerry Weng
on 2014-12-22 03:33:56 UTC
(
hide
)
Description:
about.pl patch for getting version info on the apache 2.4/2.2
Filename:
MIME Type:
Creator:
Jerry Weng
Created:
2014-12-22 03:33:56 UTC
Size:
522 bytes
patch
obsolete
>--- about.pl 2014-12-22 11:30:31.962056693 +0800 >+++ about.patched.pl 2014-12-22 11:31:13.946058389 +0800 >@@ -57,7 +57,7 @@ > my $mysqlVersion = `mysql -V`; > my $apacheVersion = `httpd -v 2> /dev/null`; > $apacheVersion = `httpd2 -v 2> /dev/null` unless $apacheVersion; >-$apacheVersion = (`/usr/sbin/apache2 -V`)[0] unless $apacheVersion; >+$apacheVersion = (`/usr/sbin/apache2ctl -V 2> /dev/null`)[0] unless $apacheVersion; > my $zebraVersion = `zebraidx -V`; > > # Additional system information for warnings
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13486
:
34621
|
35674
|
39092
|
39094
|
39385