-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Commit 08b157e
Check Apache HTTP Server command-line utility
The Apache HTTP server command-line tool (/usr/sbin/apache2) might be
part of a separate package, such as apache2-bin or similar. If not
installed, the configure script can still find the apxs tool, but
previously didn't check for the HTTP server tool separately. Otherwise,
configure syntax errors (integer expression expected) are thrown when
checking for the Apache version.1 parent 05b9345 commit 08b157e
2 files changed
+7
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2040 | 2040 |
| |
2041 | 2041 |
| |
2042 | 2042 |
| |
2043 | + | ||
2043 | 2044 |
| |
2044 | 2045 |
| |
2045 | 2046 |
| |
| |||
2049 | 2050 |
| |
2050 | 2051 |
| |
2051 | 2052 |
| |
2053 | + | ||
2052 | 2054 |
| |
2053 | 2055 |
| |
2054 | 2056 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
37 | 42 |
| |
38 | 43 |
| |
39 | 44 |
| |
|
0 commit comments