YaST2 Developers Documentation: Configuration of http-server



functions
files
intro

Configuration of http-server

modules/HttpServer.ycp
Data for configuration of http-server, input and output functions.
Representation of the configuration of http-server. Input and output routines.

Imports

  • NetworkDevices
  • Progress
  • Report
  • Require
  • Service
  • SuSEFirewall
  • Summary
  • YaST::HTTPDData

Includes

  • http-server/routines.ycp

Global Variables

Global Functions

Info:

Abort function return boolean return true if abort

global required_packages -> list<string>

Required packages

global modified -> boolean

Data was modified?

global write_only -> boolean

Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.

global Modified () -> boolean

Data was modified?

Return value:
true if modified

global ip2device -> map<string,string>

Mapping of IPs to network devices

global Read () -> boolean

Read all http-server settings

Return value:
true on success

global Write () -> boolean

Write all http-server settings

Return value:
true on success

global Import (map s) -> boolean

Get all http-server settings from the first parameter (For use by autoinstallation.)

Parameters:
s The YCP map to be imported
Return value:
True on success

global Export () -> map

Dump the http-server settings to a single map (For use by autoinstallation.)

Return value:
Dumped settings (later acceptable by Import ())

global Summary () -> list

Create a textual summary for the current configuration

Return value:
summary of the current configuration

global AutoPackages () -> map

Return required packages for auto-installation

Return value:
of packages to be installed and to be removed

YaST2 Developers Documentation