Méthode |
Description |
|
__construct ( AppserverIo\Appserver\Core\Api\Node\ServerNodeInterface $node ) |
Initializes the configuration with the values found in
the passed server configuration node. |
|
getAccesses ( ) : array |
Returns the access configuration. |
|
getAddress ( ) : string |
Returns address |
|
getAdmin ( ) : string |
Returns admin |
|
getAllowSelfSigned ( ) : boolean |
Return's TRUE if self-signed certificates has to be allowed, but requires verify_peer to be FALSE |
|
getAnalytics ( ) : string |
Returns analytics |
|
getAuthentications ( ) : array |
Returns the authentication configuration. |
|
getAutoIndex ( ) : boolean |
Returns the auto index configuration |
|
getAutoIndexTemplatePath ( ) : string |
Returns template path for possible configured auto index page |
|
getCertPath ( ) : string |
Returns cert path |
|
getCertificates ( ) : array |
Returns the certificates used by the server |
|
getCiphers ( ) : string |
Return's the list of available ciphers. |
|
getConnectionHandlers ( ) : array |
Returns connection handlers |
|
getCryptoMethod ( ) : string |
Return's the crypto method to use |
|
getDhParamPath ( ) : string |
Returns DH param path |
|
getDirectoryIndex ( ) : string |
Returns directory index definition |
|
getDisableCompression ( ) : boolean |
Return's TRUE to disable TLS compression. This can help mitigate the CRIME attack vector |
|
getDocumentRoot ( ) : string |
Returns document root |
|
getEcdhCurve ( ) : string |
Return's the curve to use with ECDH ciphers, if not specified prime256v1 will be used |
|
getEnvironmentVariables ( ) : array |
Returns the environment variable configuration |
|
getErrorsPageTemplatePath ( ) : string |
Returns template file path for errors page |
|
getFlags ( ) : string |
Returns the server socket flags. |
|
getGroup ( ) : string |
Returns the groupname we want to execute the processes with. |
|
getHandlers ( ) : array |
Returns handlers |
|
getHeaders ( ) : array |
Returns headers |
|
getHonorCipherOrder ( ) : boolean |
Return's TRUE if control cipher ordering preferences during negotiation has to be allowed |
|
getKeepAliveMax ( ) : integer |
Returns keep-alive max connection |
|
getKeepAliveTimeout ( ) : integer |
Returns keep-alive timeout |
|
getLocations ( ) : array |
Returns the locations. |
|
getLoggerName ( ) : string |
Returns logger name |
|
getModules ( ) : array |
Returns modules |
|
getName ( ) : string |
Returns servers name |
|
getPassphrase ( ) : string |
Returns passphrase |
|
getPeerName ( ) : string |
Return's the peer name to be used, if this value is not set, then the name is guessed based on the hostname used when opening the stream |
|
getPort ( ) : integer |
Returns port |
|
getPrivateKeyPath ( ) : string |
Return's private key path |
|
getRequestContextType ( ) : string |
Returns request type |
|
getRewriteMaps ( ) : array |
Returns the locations. |
|
getRewrites ( ) : array |
Returns the rewrite configuration. |
|
getServerContextType ( ) : string |
Returns context type |
|
getSingleDhUse ( ) : boolean |
Return's TRUE if new key pair has to be created created when using DH parameters (improves forward secrecy) |
|
getSingleEcdhUse ( ) : boolean |
Return's TRUE if a new key pair has to be created in scenarios where ECDH cipher suites are negotiated (instead of the preferred ECDHE ciphers) |
|
getSocketType ( ) : string |
Returns socket type |
|
getSoftware ( ) : string |
Returns software |
|
getStreamContextType ( ) : string |
Returns stream context type |
|
getTransport ( ) : string |
Returns transport |
|
getType ( ) : string |
Returns type |
|
getUser ( ) : string |
Returns the username we want to execute the processes with. |
|
getVerifyPeer ( ) : boolean |
Return's TRUE it the verification of use SSL certificate has to be required |
|
getVerifyPeerName ( ) : boolean |
Return's TRUE it the peer name has to be verified |
|
getVirtualHosts ( ) : array |
Returns virtual hosts |
|
getWelcomePageTemplatePath ( ) : string |
Returns template path for possible configured welcome page |
|
getWorkerAcceptMax ( ) : integer |
Returns worker's accept max count |
|
getWorkerAcceptMin ( ) : integer |
Returns worker's accept min count |
|
getWorkerNumber ( ) : integer |
Returns worker number |
|
getWorkerType ( ) : string |
Returns worker type |
|