YaST2 Developers Documentation: Configuration of http-server



functions
files
intro

Configuration of http-server

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

Imports

  • CommandLine
  • Popup
  • Report
  • Require
  • 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

YaST2 Developers Documentation