Symantec logo

Resource type definition

type Apache (

    static str ArgList[] = { ResLogLevel, State, IState, httpdDir,
    SharedObjDir, EnvFile, HostName, Port, User,
    SecondLevelMonitor, SecondLevelTimeout, ConfigFile, EnableSSL,
    DirectiveAfter, DirectiveBefore}

    str ResLogLevel = "INFO"

    str httpdDir

    str SharedObjDir

    str EnvFile

    str HostName

    int Port = 80

    str User

    boolean SecondLevelMonitor

    int SecondLevelTimeout = 30

    str ConfigFile

    boolean EnableSSL

    str DirectiveAfter{}

    str DirectiveBefore{}

)