components/lighttpd/patches/08-fix-mysql-sock-location.patch
author Rich Burridge <rich.burridge@oracle.com>
Thu, 07 Jan 2016 13:22:27 -0800
changeset 5243 cb29cf94919d
parent 1706 d5ac54d06cb3
permissions -rw-r--r--
PSARC 2015/152 serf - High-performance asynchronous HTTP client library 20780708 We should integrate serf into Solaris

Developed in-house, not fed back.
Solaris specific - mysql.sock is located in different path than
it is in Linux.

--- doc/config/conf.d/mysql_vhost.conf	2014-02-06 04:31:05.628787703 -0800
+++ doc/config/conf.d/mysql_vhost.conf	2014-02-06 04:28:25.874018171 -0800
@@ -12,7 +12,7 @@
 ##
 ## Local path to the mysql socket
 ##
-#mysql-vhost.sock           = "/var/lib/mysql/mysql.sock"
+#mysql-vhost.sock           = "/tmp/mysql.sock"
 
 ##
 ## Host of the MySQL server.