Searched refs:pSecretFile (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/sapi/litespeed/ |
H A D | lsapilib.c | 819 static int readSecret( const char * pSecretFile ) in readSecret() argument 822 int fd = open( pSecretFile, O_RDONLY , 0600 ); in readSecret() 825 fprintf( stderr, "LSAPI: failed to open secret file: %s!\n", pSecretFile ); in readSecret() 830 fprintf( stderr, "LSAPI: failed to check state of file: %s!\n", pSecretFile ); in readSecret() 844 fprintf( stderr, "LSAPI: file permission check failure: %s\n", pSecretFile ); in readSecret() 850 fprintf( stderr, "LSAPI: failed to read secret from secret file: %s\n", pSecretFile ); in readSecret()
|
Completed in 11 milliseconds