Apache – Invalid command ‘SSLMutex’
Replace SSLMutex with Mutex default The SSLMutex has been Dropped after 2.2
Replace SSLMutex with Mutex default The SSLMutex has been Dropped after 2.2
The link mentioned by Subimage was right on the money for me. It suggested changing the virtual host tag, ie, from <VirtualHost myserver.example.com:443> to <VirtualHost _default_:443> Error code: ssl_error_rx_record_too_long This usually means the implementation of SSL on your server is not correct. The error is usually caused by a server side problem which the server … Read more