/usr/share/mfscgi/index.html is in lizardfs-cgi 3.9.4+dfsg-4.
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 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>MFS</title>
<script type="text/javascript">
document.location.href="mfs.cgi"
// the above uses default parameter values; full invocation example is shown below
// document.location.href="mfs.cgi?masterhost=127.0.0.1&masterport=9421&mastername=MooseFS"
</script>
</head>
<body>
</body>
</html>
|