inets crashing in R10B-6
Serge Aleynikov
serge@REDACTED
Sat Jun 25 00:07:58 CEST 2005
Hi,
I upgraded Erlang to R10B-6 and for some reason inets keeps crashing at
startup. Before upgrading it worked under R10B-5 with no problems.
>erl
Erlang (BEAM) emulator version 5.4.8 [source] [hipe] [threads:0]
Eshell V5.4.8 (abort with ^G)
1>httpd:start_link(["../priv/inets.conf"]).
=SUPERVISOR REPORT==== 24-Jun-2005::17:58:36 ===
Supervisor: {local,httpd_instance_sup_8080}
Context: start_error
Reason: {{listen,eafnosupport},
{child,undefined,
{httpd_acceptor,any,8080},
{httpd_acceptor,
start_link,
[<0.66.0>,
ip_comm,
any,
8080,
httpd_conf_8080,
silence]},
permanent,
1000,
worker,
[httpd_acceptor]}}
...
Here is the content of "../priv/inets.conf":
------BEGIN---------
BindAddress *
Port 8080
ServerName wwwproxy
ServerRoot ../priv
DocumentRoot ../priv/docroot
Modules mod_alias mod_auth mod_actions mod_include mod_dir
mod_get mod_head
DirectoryIndex index.html
ErlScriptAlias /erl io io_lib server_mgr
------END---------
Any idea how to configure it in order to avoid this
{listen,eafnosupport} "address family not supported by protocol family"
error?
Serge
More information about the erlang-questions
mailing list