wr1043nv1 DD-WRT Novice
Joined: 27 Jun 2018 Posts: 1
|
Posted: Tue Jul 23, 2024 22:33 Post subject: WEB server |
|
Hello, I use a web server on my TP-Link router with DD-WRT v3.0-r35927 std (05/13/18).
It is accessible on 192.xxx.xxx.xxx/user/index.htm.
The index.htm file is located on a USB drive, mounted under /tmp/mnt/sda directory.
For this I have a command in a start script: ln -sf /tmp/mnt/sda/index.htm /www/user
The WEB Access to the management console is allowed only on port 443 (https) and not on 80 (http).
I would like to be able to access custom web site on port 80 on the router LAN: http://192.xxx.xxx.xxx.
If I change the startup script like this: ln -sf /tmp/mnt/sda/index.htm /www
it is not working and the custom web page is not displayed, it is only a white background in the Explorer.
In the WiKi I have seen that I need to configure a separate httpd web server for my site:
https://wiki.dd-wrt.com/wiki/index.php/WEB_server
Please help me to do this, as there is no step by step manual for this on the WiKi site.
Thank you in advance for the responses! |
|