This file is indexed.

/usr/share/apache2/build/config.nice is in apache2-dev 2.4.7-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
#! /bin/sh
#
# Created by configure

CFLAGS="-pipe -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security"; export CFLAGS
CPPFLAGS="-DPLATFORM='"Ubuntu"' -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" \
"--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" \
"--enable-mods-static=unixd logio watchdog version" \
"CFLAGS=-pipe -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" \
"CPPFLAGS=-DPLATFORM=Ubuntu -D_FORTIFY_SOURCE=2" \
"LDFLAGS=-Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now" \
"LTFLAGS=--no-silent" \
"$@"