YaST2 Developers Documentation: Configuration of http-server

Configuration of http-server

clients/http-server.ycp
Main file
  • Stanislav Visnovsky

This module has an unstable interface.

Main file for http-server configuration. Uses all other files.

Imports

  • CommandLine
  • Hostname
  • HttpServer
  • HttpServerWidgets
  • Message
  • Popup
  • Report
  • YaPI::HTTPD

Includes

  • http-server/wizards.ycp

Local Functions

local ConfigureHandler (map<string, any> options) -> boolean

Handler for command line action "configure".

Parameters:
options map of the options provided on the command line
Return value:
true on success
local ModulesHandler (map<string, string> options) -> boolean

Handler for command line action "modules".

Parameters:
options map of the options provided on the command line
Return value:
true on success
local ListenHandler (map<string, string> options) -> boolean

Handler for command line action "listen".

Parameters:
options map of the options provided on the command line
Return value:
true on success
local HostsHandler (map<string, string> options) -> boolean

Handling hosts dialog

Parameters:
options
Return value:
correct execution