Bug #49033 proxy commandline documents shows wrong behavior for --proxy-address
Submitted: 24 Nov 2009 13:42 Modified: 4 Dec 2009 11:03
Reporter: Nicklas Westerlund (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Proxy: Documentation Severity:S3 (Non-critical)
Version:0.7.2 OS:Solaris
Assigned to: MC Brown CPU Architecture:Any

[24 Nov 2009 13:42] Nicklas Westerlund
Description:
The reference manual states: 

"--proxy-address=host:port — the listening host name (or IP address) and port of the proxy server. The default is localhost:4040." 

However, the default behavior is to listen to all IPs on port 4040: 

$ netstat -an | grep 4040
      *.4040               *.*                0      0 49152      0 LISTEN

How to repeat:
Start mysql-proxy with default settings, and check with netstat

Suggested fix:
Fix the reference manual to show the current behavior
[4 Dec 2009 11:03] MC Brown
The documentation has been updated with the correct hostname