You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compiler version (gcc -v/g++ -v/clang -v/clang++ -v):5.4.0
Description of the problem
trying to run dce tuto2 example after installing dce 1.10 on Ubuntu 16.04. but get following error in cat files-2/var/log//
wget -r http://10.1.1.1/index.html
...
Connecting to 10.1.1.1: 80 ... Connected
HTTP request sent , awaiting response... 404 Not found
Error 404: Not found
The wget can Not find index.html but it is present in tuto2 folder. Where does the server gets hosted in dce thttpd?
`
Steps to reproduce
./waf --run dce-tuto2
The text was updated successfully, but these errors were encountered:
Description of the problem
trying to run dce tuto2 example after installing dce 1.10 on Ubuntu 16.04. but get following error in cat files-2/var/log//
wget -r http://10.1.1.1/index.html
...
Connecting to 10.1.1.1: 80 ... Connected
HTTP request sent , awaiting response... 404 Not found
Error 404: Not found
The wget can Not find index.html but it is present in tuto2 folder. Where does the server gets hosted in dce thttpd?
`
Steps to reproduce
./waf --run dce-tuto2
The text was updated successfully, but these errors were encountered: