Recent content by marandia

  1. M

    Feature requests: Cluster related

    I believe this features will be nice: - Cluster monitor (FEATURE) --> Open ticket if don't get API answer of one of the clusters of the node (accidental admin pass changed, license not renewed, not necessary server down can break the connection in cluster) - Force syncronization (SKINS) -->...
  2. M

    Force external dns for a domain.

    In 5 years using DA, this is the first time we've got this situation: We have a customer that only wants to host with us the website (dns and e-mail are hosted outside our network) We have checked out the option to use local mail server, but this force us to keep in our local dns records of...
  3. M

    PHP_AUTH_USER on php5.2

    I have moved few accounts from a server with php4 to a server with php5. I have a customer with this script, and since I've moved it, he can't login more: Code: <?php if (($PHP_AUTH_USER!="user") || ($PHP_AUTH_PW!="pass")) { header('WWW-Authenticate: Basic realm="Please, user and...
  4. M

    Access denied for user 'apache'@'localhost'

    First of all thank you for your help in this "newbie" question. I'm getting the following error in user: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'apache'@'localhost' (using password: NO) in /home/.... Warning: mysql_error(): supplied argument is not a valid...
Back
Top