PDA

Bekijk de volledige versie : Lighttpd on port 80 - HOW ? -



lordu
08-10-2008, 07:21
I'm trying to host my own webpage on WL500gP. I've configured lighttpd on 8082 port.I'm able to access :
1. lighttpd's webpage
2. ADOS
3. Transmission 1.22

I'm asking:
Is there any posibility to access my host( https://xxxx.mine.nu) trough port 80? (without to specify the port)

Thanks!!

raas
08-10-2008, 08:07
Hi lordu,

2 options,

1) set the port-forwarding so, that your outside port 80 is linked to inside port 8082

2) put the original asus website on another port (search the board for this) and put lighttpd on port 80 (through config file)

HTH

lordu
08-10-2008, 12:19
outside port 80 is linked to inside port 8082


What should be the local IP? Same as samba - 192.168.1.1 ???

wpte
08-10-2008, 17:07
What should be the local IP? Same as samba - 192.168.1.1 ???

you can change the webadmin port to 8080, so you can host ur server on port 80:)

nvram set http_lanport=8080
nvram commit && reboot

if you portforward from 8082 to 80, you might have trouble with your cookies;)

and yes, same as samba

lordu
09-10-2008, 07:33
if you portforward from 8082 to 80, you might have trouble with your cookies;)

YES, is true.
I did like this:
port 443 (default for https) --go to --8082 (lighttpd_ssl)
port 80 (default for http) --go to-- 8081( i must implement another instance for lighttpd, without ssl, for web page, running on 8081)

I've found-out that the cookies doesn't work

I'll try your solution, is definitly better
Thank you !!!