Hi
I'm using thttpd as web server and pen as load balancer on a FreeBSD 8.2 box. My issue is that I can see my index.html page without problem when pen and thttpd are running, but the problem comes when I try to see (or download with wget, for example) any file in the root directory of thttpd (/usr/local/www/data/)
For example
/usr/local/www/data/index.html --> browser and wget ok
/usr/local7www/data/any_file (even with 777) browser and wget 404 not found
Any suggestion?
Thanks!
P.S. if I stop pen my problem is gone.
I'm using thttpd as web server and pen as load balancer on a FreeBSD 8.2 box. My issue is that I can see my index.html page without problem when pen and thttpd are running, but the problem comes when I try to see (or download with wget, for example) any file in the root directory of thttpd (/usr/local/www/data/)
For example
/usr/local/www/data/index.html --> browser and wget ok

/usr/local7www/data/any_file (even with 777) browser and wget 404 not found

Any suggestion?
Thanks!
P.S. if I stop pen my problem is gone.