Hello,
I'm trying to understand how eactly apache agent working and trying to understand the procedure and how it gets called.
For an example they are the Apache resource Attributes and if we do the modification to the parameters, what are the files get called?
I can see that types.def get called. What are other files?
/opt/VRTSVcs/conf/config/types.def
Type Apache (
static boolean IntentionalOffline = 0
static keylist SupportedActions = { "checkconffile.vfd" }
static str ArgList[] = { ResLogLevel, State, IState, httpdDir,
SharedObjDir, EnvFile, PidFile, HostName, Port, User,
SecondLevelMonitor, SecondLevelTimeout, ConfigFile, EnableSSL,
DirectiveAfter, DirectiveBefore }
str ResLogLevel = INFO
str httpdDir
str SharedObjDir
26
Resource type definitions
Apache HTTP Server agent attributes
str EnvFile
str PidFile
str HostName
int Port = 80
str User
boolean SecondLevelMonitor = 0
int SecondLevelTimeout = 30
str ConfigFile
boolean EnableSSL = 0
str DirectiveAfter{}
str DirectiveBefore{}
)