[Erlang Systems]

httpd

MODULE

MODULE SUMMARY

DESCRIPTION

RUN-TIME CONFIGURATION

EWSAPI MODULES

EXPORTS

start()
start(ConfigFile) -> ServerRet
start_link()
start_link(ConfigFile) -> ServerRet

restart()
restart(Port) -> ok | {error,Reason}
restart(ConfigFile) -> ok | {error,Reason}
restart(Address,Port) -> ok | {error,Reason}

stop()
stop(Port) -> ServerRet
stop(ConfigFile) -> ServerRet
stop(Address,Port) -> ServerRet

block() -> ok | {error,Reason}
block(Port) -> ok | {error,Reason}
block(ConfigFile) -> ok | {error,Reason}
block(Address,Port) -> ok | {error,Reason}
block(Port,Mode) -> ok | {error,Reason}
block(ConfigFile,Mode) -> ok | {error,Reason}
block(Address,Port,Mode) -> ok | {error,Reason}
block(ConfigFile,Mode,Timeout) -> ok | {error,Reason}
block(Address,Port,Mode,Timeout) -> ok | {error,Reason}

unblock() -> ok | {error,Reason}
unblock(Port) -> ok | {error,Reason}
unblock(ConfigFile) -> ok | {error,Reason}
unblock(Address,Port) -> ok | {error,Reason}

parse_query(QueryString) -> ServerRet

ESWAPI CALLBACK FUNCTIONS

EXPORTS

Module:do(Info)-> {proceed, OldData} | {proceed, NewData} | {break, NewData} | done

Module:load(Line, Context)-> eof | ok | {ok, NewContext} | {ok, NewContext, Directive} | {ok, NewContext, DirectiveList} | {error, Reason}

Module:store({DirectiveKey, DirectiveValue}, DirectiveList)-> {ok, {DirectiveKey, NewDirectiveValue}} | {ok, [{ok, {DirectiveKey, NewDirectiveValue}} | {error, Reason}

Module:remove(ConfigDB)-> ok | {error, Reason}

EWSAPI MODULE PROGRAMMING

EWSAPI MODULE CONFIGURATION

EWSAPI MODULE INTERACTION

BUGS

SEE ALSO

AUTHORS


inets 3.0
Copyright © 1991-2002 Ericsson Utvecklings AB