• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Recent content by Erwan

  1. E

    Resolved Service apache down after update yum / Origin Modsecurity

    Hello, We use Comodi (free) rules. We solved the problem (or worked around it) by selecting execution by Nginx (Modsecurity 3) instead of Apache (Modsecurity 2.9).
  2. E

    Resolved Service apache down after update yum / Origin Modsecurity

    Are we the only ones experiencing this problem?
  3. E

    Resolved Service apache down after update yum / Origin Modsecurity

    Hi all, To begin with, we encountered this problem on three servers (out of six updated servers). Problem: the Apache service went down after the following process: - Update from Plesk 69 to 71 via the interface. All services then worked. - System update using the command: #yum makecache...
  4. E

    Issue Ajust limit ressource usage

    Ok. So this CLI? #plesk bin subscription --switch-subscription mydomain.com -service-plan "Admin simple"
  5. E

    Issue Ajust limit ressource usage

    Hi all, A website have reached a subscription limit: The 'a.com' subscription, owned by user 'A', is approaching or already exceeded the resource usage limits: Disk space: 1550 GB Limit / 2404131.5 MB (151%) Used / 0 MB (0%) Available This server is now under a Plesk Admin license and, I...
  6. E

    Question Domain alias and DNS

    Is the main domain (with DNS management) on the same server in your test?
  7. E

    Question DNS desactivation

    Hi all, A customer disabled DNS services from a domain via Plesk. It was reactivated after 2-3 hours. It's been over 12 hours, and many servers around the world still indicate that the domain has no active DNS servers (out of a test of 20 servers, 5 are in error). The TTLs were set to 1 hour...
  8. E

    Question Domain alias and DNS

    DNS are already disable for the alias because i don't check that i want this service. Only Webs ervice.
  9. E

    Question Domain alias and DNS

    Hello Sebahat, No... it's not a CNAME on the root. I want to create a CNAME cdn.a.com (to 'cdn.anotherdomain.com') on my domain 'a.com'. It works but after i can not create my domain alias "cdn.a.com" on "a.com". It's possible to create alias first but after i can not create CNAME...
  10. E

    Question Domain alias and DNS

    I don't have checked DNS service for the alias. Only "web service"...
  11. E

    Question Domain alias and DNS

    Hi all, I have a primary domain "a.com" on which I want to place an alias with a subdomain "cdn.a.com". Usually, when the DNS for "a.com" is managed on the server, I know that you must first create the alias and then add the A zone to the DNS. If you do the opposite, the addition of the alias...
  12. E

    Issue Unstable FTP connect

    $ftp_host ="mydomain.com"; $conn_id = ftp_connect($ftp_host,21); I tried to force IPv4 resolution with this: $ipv4_address = gethostbyname($ftp_host); // Resolve IPv4 $conn_id = ftp_connect($ipv4_address,21); I'll see if that fixes the problem...
  13. E

    Issue Unstable FTP connect

    Note. Do you know of a way to ensure this? or to force an IPv4 resolution?
  14. E

    Issue Unstable FTP connect

    Hello, On several Plesk servers I regularly have problems using the PHP ftp_connect() function. For example, a task executed every hour to connect to FTP access will have the following error 1 to 2x per day, not always at the same time: PHP Warning: ftp_connect(): php_network_getaddresses...
Back
Top