Hello,

----- "Jérôme Desquilbet" <jer...@desquilbet.org> wrote:

> Hello,
> I am struggling with a problem, a very basic one I suppose, but I
> can't
> solve it.
> I follow the steps from
> http://wiki.erlang-web.org/Tutorial/Step1_Setup
> but
> ./bin/start_interactive
> fails with:
> 
> =ERROR REPORT==== 5-Oct-2009::16:00:16 ===
> Failed to start service:
> "/home/jerome/kanfihi/erlangweb-1.4rc1/config/inets_https.conf"
>  due to: "httpd_conf: 0.0.0.0 is an invalid address"
> 
> Any idea?

The problems refers to the inets starting procedure: it does not 
recognize the 0.0.0.0 address. 

I would try to provide a 'normal' hostname/ip, such as
 - localhost/127.0.0.1
 - your IP address (ifconfig is helpful)
 - if both of them fail, try a wildcard: '*' (it is by default so
you can also remove BindAddress section from the configuration file)

The file you should change is config/inets.conf


> Thanks a lot,
>   Jérôme.
> 

Best regards,
-- 
Michal Ptaszek
www.erlang-consulting.com

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Erlangweb-users mailing list
Erlangweb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlangweb-users
http://www.erlang-web.org/

Reply via email to