OVHcloud Web Hosting Status

Current status
Legend
  • Operational
  • Degraded performance
  • Partial Outage
  • Major Outage
  • Under maintenance
FS#10887 — cluster003
Scheduled Maintenance Report for Web Cloud
Completed
We are tightening up security on the clusters:
- deltion of old PHP 5.3 & PHP 5.4 binaries (only the latest releases are present)
- stronger isolation of each customer account
- tracking of CPU consumed (will be available managerv6)

Update(s):

Date: 2014-06-03 15:05:28 UTC
You can longer use BIND() (used by FTP in active mode)

To avoid this, please enable passive mode:

PHP code:

$conn_id = ftp_connect($ftp_server);
$login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);
#TODO: check login...
# switch to passive mode (mandatory on Ovh shared hosting)
ftp_pasv( $conn_id, true );

Date: 2014-06-03 13:41:59 UTC
The entire cluster has been updated. A customer has reported a change affecting the dereferencing of symbolic links from PHP:


var_dump($_SERVER['SCRIPT_FILENAME']);
var_dump(__FILE__);
var_dump(__DIR__);

returns:

string(47) \"/homez.335/***/***/file.php\"
string(30) \"/home/***/***/file.php\"
string(42) \"/home/***/***\"

From now on:

your /homez.XXX/USER becomes: /home/USER
compatibility is ensured via: /homez.XXX/USER which is a symbolic link to /home/USER


Date: 2014-06-03 07:34:44 UTC
50% of the cluster has been switched over.

Date: 2014-06-02 16:00:13 UTC
20% of the cluster has been switched, we are monitoring before redeploying.
Posted Jun 02, 2014 - 14:40 UTC