Re: [Cppcms-users] work on local host but not on lan
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2009-06-23 14:21:55
|
See: http://cppcms.sourceforge.net/wikipp/en/page/ref_utils#run By default it binds to 127.0.0.0 for security reasons. If you want to bind to any host run: cppcms_run -h 0.0.0.0 <All other parameters> Artyom --- On Tue, 6/23/09, nitin rakh <nit...@re...> wrote: From: nitin rakh <nit...@re...> Subject: [Cppcms-users] work on local host but not on lan To: cpp...@li... Date: Tuesday, June 23, 2009, 2:51 PM hello sir, Hello World is ruuing on http://localhost:8080/hello.fcgi. but is not ruuning on lan http://192.168.0.23:8080/hello.fcgi ,he give me error coonection refused. when i run netstat -ntulp he show me 8080 is listen by lighttpd plz help me tcp 0 0 0.0.0.0:11111 0.0.0.0:* LISTEN 3131/ricci tcp 0 0 0.0.0.0:9895 0.0.0.0:* LISTEN 2160/xinetd tcp 0 0 0.0.0.0:9896 0.0.0.0:* LISTEN 2160/xinetd tcp 0 0 0.0.0.0:9897 0.0.0.0:* LISTEN 2160/xinetd tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 2193/mysqld tcp 0 0 0.0.0.0:9898 0.0.0.0:* LISTEN 2160/xinetd tcp 0 0 0.0.0.0:9899 0.0.0.0:* LISTEN 2160/xinetd tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1966/portmap tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 443/lighttpd -----Inline Attachment Follows----- ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org -----Inline Attachment Follows----- _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users |