This file is indexed.

/etc/xajax/apache.conf is in php-xajax 0.5-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
17
18
19
20
21
22
23
24
25
26
27
<IfModule mod_alias.c>
  Alias /xajax "/usr/share/php/xajax"
</IfModule>

<Directory /usr/share/php/xajax>
    Options -Indexes
    deny from all
</Directory>

<Directory /usr/share/php/xajax/xajax_js/>
    Options -Indexes
    allow from all
</Directory>

<Directory "/usr/share/php/xajax/examples">
    Options +Indexes
    order deny,allow
    deny from all
    allow from 127.0.0.0/255.0.0.0
</Directory>

<Directory "/usr/share/php/xajax/tests">
    Options +Indexes
    order deny,allow
    deny from all
    allow from 127.0.0.0/255.0.0.0
</Directory>