| > But all I get from 'linux:8080' is a virtually blank page,
> i.e., the source code '<html> <body> </body> </html>.
> Shouldn't there be something else? What is wrong?
Yes, your should get that:
<http://www.httrack.com/index.php?p=21>
I assume that the /usr/share/httrack directory does not
contains the necessary files:
# ls -l /usr/share/httrack/
total 40
lrwxrwxrwx 1 root root 19 May 17 10:52
html -> ../doc/httrack/html
drwxr-xr-x 2 root root 4096 May 17 10:52
icons
drwxr-xr-x 2 root root 4096 May 17 10:52 lang
-rw-r--r-- 1 root root 22034 May 11 15:36
lang.def
drwxr-xr-x 2 root root 4096 May 17 10:51
libtest
drwxr-xr-x 2 root root 4096 May 17 10:51
templates
The "html" and "lang" folders, and the "lang.def" file, are
absolutely mandatory.
The current webhttrack script is not really smart, and has
the /usr/share/httrack hard-coded:
(${BINPATH}/htsserver /usr/share/httrack/ path
${HOME}/websites $@; echo SRVURL=error)
> ${TMPSRVFILE}&
You may change this path to fit your needs?
To test:
htsserver <the path where you can file the mandatory files>/
And then, browse with mozilla the URL which is displayed.
Can you check if modifying the script and/or calling
htsserver directly is solving the problems? | |