/usr/lib/cgi-bin/lg/index.html is in rancid-cgi 2.3.8-3.
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 | <!--
this is just a redirection page to load lg.cgi - is there a way to
make the server load a .cgi as it's default document?
this can also be done with a redirect (which is supposedly more universally
supported. something like <redirect URL=lgform.cgi>. not sure...i'm not
a web person. but this works for netscape.
apache can do this with a line in the directory's .htaccess file:
DirectoryIndex index.php
-->
<meta http-equiv=Refresh content="0; URL=lgform.cgi">
|