This file is indexed.

/usr/share/apache2/build/config.nice is in apache2-dev 2.4.29-1ubuntu4.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#! /bin/sh
#
# Created by configure

CFLAGS="-pipe -g -O2 -fdebug-prefix-map=/build/apache2-e1WQEU/apache2-2.4.29=. -fstack-protector-strong -Wformat -Werror=format-security"; export CFLAGS
CPPFLAGS="-DPLATFORM='"Ubuntu"' -DBUILD_DATETIME='"2018-03-02T02:19:31"' -Wdate-time -D_FORTIFY_SOURCE=2"; export CPPFLAGS
LDFLAGS="-Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now"; export LDFLAGS
LTFLAGS="--no-silent"; export LTFLAGS
"./configure" \
"--host=x86_64-linux-gnu" \
"--build=x86_64-linux-gnu" \
"--enable-layout=Debian" \
"--enable-so" \
"--with-program-name=apache2" \
"--enable-suexec" \
"--with-suexec-caller=www-data" \
"--with-suexec-bin=/usr/lib/apache2/suexec" \
"--with-suexec-docroot=/var/www" \
"--with-suexec-userdir=public_html" \
"--with-suexec-logfile=/var/log/apache2/suexec.log" \
"--with-suexec-uidmin=100" \
"--enable-suexec=shared" \
"--enable-log-config=static" \
"--with-apr=/usr/bin/apr-1-config" \
"--with-apr-util=/usr/bin/apu-1-config" \
"--with-pcre=yes" \
"--enable-pie" \
"--enable-mpms-shared=all" \
"--enable-mods-shared=all cgi ident authnz_fcgi imagemap cern_meta proxy_fdpass proxy_http2 bucketeer case_filter case_filter_in" \
"--enable-mods-static=unixd logio watchdog version" \
"CFLAGS=-pipe -g -O2 -fdebug-prefix-map=/build/apache2-e1WQEU/apache2-2.4.29=. -fstack-protector-strong -Wformat -Werror=format-security" \
"CPPFLAGS=-DPLATFORM=Ubuntu -DBUILD_DATETIME=2018-03-02T02:19:31 -Wdate-time -D_FORTIFY_SOURCE=2" \
"LDFLAGS=-Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now" \
"LTFLAGS=--no-silent" \
"SHELL=/bin/bash" \
"build_alias=x86_64-linux-gnu" \
"host_alias=x86_64-linux-gnu" \
"$@"