Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
[ytl@nettest5:/opt/ndt/current/log]$ cat fakewww.log 
Aug 25 17:08:38 server started, listening on port 7123
Aug 25 17:08:41 [134.79.25.58] requested file '/' - sent to client
 not found
Aug 25 17:08:42 [134.79.25.58] requested file '/favicon.ico' - access denied

There is a ndt init.d startup script in the package distro (not installed path) under the conf directory. Edited to suit installation:

No Format

path=/opt/ndt/current/sbin
FAKEWWW_OPTIONS="-l /opt/ndt/current/log/fakewww.log"

However the same error for the web page came up.

Also tried adding:

No Format

base=/opt/ndt/current/
path=$base/sbin

web100=/opt/web100/current/

export PATH=$PATH:$base/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$base/lib:$web100/lib

but same thing; it cannot find the webpage.