AH00526: Syntax error on line 285 of .../httpd/conf/httpd.conf:Invalid command 'SSLMutex', perhaps misspelled or defined by a module not included in the server configuration.
Apache httpd 提示Invalid command 'SSLMutex'时,将SSLMutex default修改为Mutex default ssl-cache即可解决。
Apache httpd 2.4以后已经废除SSLMutex指令。SSLMutex是Apache 2.2的配置指令。
修改完成以后可以用httpd -t测试配置。 |
|