Reputation: 623
i have this problem:
I've created a Cms on my server hosted in Aruba (i call this My-server), i need to connect to a remote server (i call this external-server) to update its Database (Mysql) and ftp uploads via php. I opened ports and connection in the external-server but it seems that Aruba blocks connection to external servers, even if tunnelling by port 80.
When i use my cms from virtual server (APache) on my laptop all works but when i moved to the server i got problems.
Any advice to solve the problem?
I cannot move my cms to external-server for politicy reason.
Upvotes: 0
Views: 1210
Reputation: 415
In your MySQL config add this skip-external-locking
and in the config also remove this line below as if this is in place then no outsider can login.
restart the MYSQL after this.
Upvotes: 1
Reputation: 352
You can asked Aruba to provide you access to port 80, 3306 etc. Just ask them I think they will remove it through their firewalls or iptables.
Upvotes: 0