This file is indexed.

/usr/lib/tcltk/rivet2.2/packages/session/session-httpd.conf is in libapache2-mod-rivet 2.2.4-1.

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

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
##
## session-httpd.conf -- include in for from an Apache httpd.conf file
##  to pick up
##
## Include file
##
## $Id: session-httpd.conf 265377 2004-02-24 10:24:35Z davidw $
##

<IfModule mod_rivet.c>
    RivetServerConf ChildInitScript "source /opt/local/rivet/packages/sc-session/session-class.tcl; Session SESSION -entropyFile /dev/urandom -entropyLength 10 -debugMode 1"
    <Directory "/usr/local/www/data">
        RivetDirConf BeforeScript "SESSION activate"
    </Directory>

</IfModule>