Hi all,
im looking for a http server for my OpenWrt (on wrt54g) where i can do the following:
The routing tables will redirect all requests to the openwrt
iptables -t nat -A PREROUTING -s 192.168.5.0/24 -p tcp --dport 80 -j REDIRECT
Then the http server will receive all requests. I want to respond with the same page for all requests.
So when the client requests http://forum.java.sun.com/forum.jspa?forumID=31 the server should repond every time with the same page.
I puzzeled with the error page options in thttpd, but the problem is that IE when receives an error code in the header fields does not render the page content, but the build-in error page.
Any idea what soft can do this ?
Thank you, Peter.
(Last edited by peterm on 6 May 2005, 12:47)