[erlang-questions] erlang-questions Digest, Vol 10, Issue 15

Ingela Anderton Andin ingela@REDACTED
Mon May 7 09:41:01 CEST 2007


erlang-questions-request@REDACTED wrote:

[...]
> C:\var\tmp\server_root>erl -config inets.config
> Eshell V5.5.3  (abort with ^G)
> 1> application:start(inets).
>
> =ERROR REPORT==== 6-May-2007::22:41:11 ===
> failed to create child spec for
> [{file,"/var/tmp/server_root/conf/8888.conf"}]
> due to: "mod_auth: Server configuration missed AuthDBType directive"
>   

You need to  define the directive AuthDBType  for that configuration.
(As it is done in the 8080.conf)  This example was created very long ago
and probably  has  not been kept  up to date over the years.  It is 
currently on the todo list for
improvements of inets.

> =ERROR REPORT==== 6-May-2007::22:41:11 ===
> failed to create child spec for
> [{file,"/var/tmp/server_root/conf/8080.conf"}]
> due to: "httpd_conf: server_name must be specified in the config file"
> ok
>   
Server name is a mandatory  directive. It is commented out in the 
example files
but should be uncommented and given an appropriate value.

Regards Ingela - OTP team






More information about the erlang-questions mailing list