• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. stevland

    Resolved Web Server's Default Page after updates

    I installed the latest minor update about an hour ago Every site that I host is now displaying the "Web Server's Default Page" rather than its homepage. But the files (index.php, etc.) are intact. Edit: There are no index.html files overriding index.php ones, etc.
  2. stevland

    Question Using curl to get a specific value from Remote API (REST)

    I use curl to get a DNS record from my Plesk server: curl -X GET -H 'authorization: Basic xxx' -H 'accept: application/json' 'https://example.com:8443/api/v2/dns/records/15781/' result: { "id": 15781, "type": "A", "host": "home.example.com", "value": "123.123.123.123"...
  3. stevland

    Resolved Can't increase PHP upload_max_filesize

    I have tried absolutely every tip I have found. upload_max_filesize shows at 16M in Plesk and in my phpinfo.php. The default setting in Plesk is 2M! I am frantically trying to upload a critical file to WordPress that is slightly over 16 MBs. "The uploaded file exceeds the upload_max_filesize...
  4. stevland

    Resolved Unable to connect to SMTP after IP change

    Obsidian / Postfix / Dovecot, all fully up-to-date My web server has been using one shared IP for various websites. I now want the email server to use it's own dedicated IP. I've set up a new IPv4 to use as hostname.com / mail.hostname.com. But... Connecting to xxx.xxx.xxx.xxx 7/14/2022...
  5. stevland

    Resolved Username in smb_users prefixed by unexpected code preventing user from logging in.

    One of my users cannot sign into Plesk. I've tried unsuccessfully to reset their password and to log into their account myself. So I checked usernames from CLI: plesk db "select contactName as 'Plesk customer/reseller',login as 'Login' from smb_users" And I see that this user's account name is...
  6. stevland

    Issue Outgoing emails received from wrong domain

    When I look at the header of emails that pass through my server, I often see this sort of thing: Received: from mail-yt3can01on2121.outbound.protection.outlook.com (HELO CAN01-YT3-obe.outbound.protection.outlook.com) (40.107.115.121) by foo.com with (AES256-GCM-SHA384 encrypted) SMTP; 22 Apr...
  7. stevland

    Resolved I can't receive certain emails from Amazon

    CentOS Linux 7.9.2009 (Core) Plesk Obsidian Version 18.0.40 Update #1, last updated on Jan 6, 2022 08:04 AM QMail psa-qmail 1.03-2.centos.7+p18.0.41.0+t211130.1601 I host websites. I also host my own web site. I am having an issue with my own account. I go to Amazon. I try to change my email...
  8. stevland

    Issue 550 sorry, no mailbox here by that name.

    psa-qmail CentOS Linux 7.7.1908 (Core) Plesk Obsidian Version 18.0.25 Update #2, last updated on April 1, 2020 10:05 PM Many of my clients use Gmail accounts to manage their company email, as I do myself. We have Gmail configured to use our domain's SMTP server (not as an alias) to send...
  9. stevland

    Issue Can't add or remove any databases

    Today I came to the realization that I cannot add or delete any of the databases that belong to any of my clients on my server. I had been receiving this error: Error: Unable to remove some of the selected databases. The user specified as a definer ('root'@'localhost') does not exist So I...
  10. stevland

    Issue qmail failure notices from Sender: #@[]

    Forgive me if this has been covered before... I can't find anything related through searching the forum or Google. My server receives hundreds of failure notices a day from Sender: #@[] They all look like this: Received: (qmail 22073 invoked for bounce); 15 May 2019 12:13:48 -0700 Date: 15...
  11. stevland

    Issue WordPress: "Sorry, you are not allowed to access this page."

    I've been working on and logged into a WP site for several hours. All of a sudden, when trying to access the Dashboard I received this message: "Sorry, you are not allowed to access this page" I tried all of the standard WP troubleshooting techniques (disable theme, plugins, replace...
  12. stevland

    Issue SSHFS mount makes Plesk-hosted sites unreachable :(

    Yesterday I used SSHFS to mount a directory on another server with my CentOS 7 / Plesk web server. I then added an entry to /etc/fstab/ to make the mount persistent sshfs#[email protected]:/var/www/html/ /mnt/html fuse defaults,allow_other 0 0 This setup works great and allows me to...
  13. stevland

    Resolved PHP emails vanish into the ether

    Since I migrated my hosting accounts from OS ‪CentOS 6.8 (Final)‬ Plesk version 12.5.30 Update #60 to OS ‪CentOS Linux 7.3.1611 (Core)‬ Product Plesk Onyx Version 17.0.17 Update #17 ...all of the 'contact'-style forms on the various websites that I host do not work. All of these forms...
  14. stevland

    Resolved No Firewall in Plesk

    I recently migrated from a VPS with Plesk 12.5. My current setup: ‪CentOS Linux 7.3.1611 (Core)‬ Plesk Onyx Version 17.0.17 Update #11 There is no Firewall listed under Tools & Settings > Security. Is that because my default CentOS 7 installation already had Firewalld enabled before I...
  15. stevland

    Default placeholder page redirects to another site hosted in Plesk

    I disabled a site, and instead of getting the default placeholder when visiting the domain, I get another web site that I host. Check it out: http://tonywaterfall.com As anyone encountered this?
Back
Top