Re: ad-hoc web server
- From: lbrtchx@xxxxxxxxx
- Date: Thu, 27 Nov 2008 15:39:45 -0800 (PST)
Did you DNAT?~
I am not sure if I DNATed or not, but I did set up the router to
forward external requests on port 80 to the internal address of the
box (192.168.1.???) that was picked up using DHCP. I used to do that
same thing when I owned a domain name and I don't remember having any
trouble setting it up
~
Watch the error logfile check that the webserver uses the right location,~
probably you have running a virtual host then you need the host: part in
http/1.1.
OK. What do you mean, when you say "check that the webserver uses the
right location"?
~
This is what I see when I run lsof
~
sh-3.1# lsof -i -n -P
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
pump 2725 root 0u IPv4 7650 TCP *:68 (LISTEN)
java 3622 root 10u IPv6 10823 TCP *:80 (LISTEN)
java 3622 root 18u IPv6 10826 TCP *:8009 (LISTEN)
java 3622 root 19u IPv6 10830 TCP 127.0.0.1:8005 (LISTEN)
~
lbrtchx
.
- Follow-Ups:
- Re: ad-hoc web server
- From: Johannes Bauer
- Re: ad-hoc web server
- References:
- ad-hoc web server
- From: lbrtchx
- Re: ad-hoc web server
- From: Burkhard Ott
- ad-hoc web server
- Prev by Date: Re: FC9 and default GW
- Next by Date: Re: ad-hoc web server
- Previous by thread: Re: ad-hoc web server
- Next by thread: Re: ad-hoc web server
- Index(es):
Relevant Pages
|