• 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. AdrianC

    Issue Innodb_buffer_pool_size

    I had this error today, it was because in /etc/my.cnf I was adding the config variables before "[mysqld]" area of that config file. My variables should be after [mysqld]
  2. AdrianC

    Question Does plesk use MPM ITK to run different users ?

    Hello. Can someone clarify this or has more info about this ? ... I was wondering if Plesk uses MPM ITK in order to run each vhost as a different user (user : psacln) And does it have additional customization in order to properly make mod_pagespeed cache files under /var/cache/mod_pagespeed ...
  3. AdrianC

    Issue Download prompt instead of processing PHP code, after creating an Alias

    To simplify, I created a hello world file in /adr/alias/index.php and set this in a conf.d include file: Alias /adr /adr/alias <Directory "/adr/alias"> <RequireAny> Require all granted </RequireAny> </Directory> I also tried setting folder and file owner same as my...
  4. AdrianC

    Issue Download prompt instead of processing PHP code, after creating an Alias

    I tried to install Zabbix statistics on my Plesk (17.8.11), it creates an alias just like phpmyadmin does, but whenever I access the path (/zabbix) it opens a download prompt instead of processing the php code, I am not sure where to edit in order to make it process the php code. My PHP info...
  5. AdrianC

    Resolved "Send from domain IP addresses and use domain names in SMTP greeting" does not work

    Even if it uses the correct HELO when sending, doesn't it mean it is a flaw if it cannot do that for incoming connections ? If I have 2 dedicated IPss, I cannot seem to make it reply properly with different hosts in HELO message.
  6. AdrianC

    Issue Not getting a valid SSL certificate when accessing site from local network

    I didn’t think any other details are needed, using latest plesk on CentOS if it matters. I still think it should work ... The two are on separate pppoe (different public ip) but on same router and they can “see” each other on local IP 192.168.1.X Edit: At this point I think is a...
  7. AdrianC

    Issue Not getting a valid SSL certificate when accessing site from local network

    I used to have a public static ip that was received when server directly made a PPPoE connection to my ISP... Now I switched to router being the one doing the pppoe connection and server now has a LOCAL ip, In Plesk under this local ip (e.g 192.168.1.88), I filled the public ip field too. I...
  8. AdrianC

    Issue Update fails: Can not bind a socket to address on port 715

    I already did the steps, as I mentioned the content of the files to be edited. I edited the above post to include my contents of /etc/sysconfig/network (it contains the host name). What else can I try ? The plesk update fails, I cannot continue without that host validation.
  9. AdrianC

    Issue Update fails: Can not bind a socket to address on port 715

    When I try to update plesk by web interface, it says there is a new version available, if I click to update product I get this: // asuming my host is s3.mysite.net and my dedicated public ip is 123.123.123.123 Trying to resolve hostname 's3.mysite.net' and validate its IP address... Can not...
  10. AdrianC

    Can not bind a socket to address - CentOS 4.4 install

    Can you tell me what was the cause ? I tried many things without success. Can not bind a socket to address mydomain.com:715 - Cannot assign requested address
  11. AdrianC

    Resolved Internal error: Repository is not opened SWKeyExFatalError

    I get this error and the above article (setting permission) didn't help, I did that, restarted psa, rebooted, server, etc.: Internal error: Repository is not opened Message Repository is not opened File functions.php Line 3374 Type SWKeyExFatalError EDIT: this second fix worked: Unable to...
  12. AdrianC

    Resolved Do I have the Health Monitor in the "Web Admin Edition"?

    tip: on a VPS (lastest 17.5.3) I downgraded license from web pro to web admin, interface changed but health monitor was not there anymore. I uninstalled it from updates, restarted server and instaled it again to show up.
  13. AdrianC

    Resolved (bug ?) mysql_pconnect() fails if password contains $

    Well that's embarrasing, I was fully aware of all the above but I didn't realise it :) Thanks. // Maybe it would still be good for Plesk to avoid generating passwords containing $, as a precaution.
  14. AdrianC

    Resolved (bug ?) mysql_pconnect() fails if password contains $

    Plesk 17.5.3 on Centos. I just noticed that if my database password contains "$" I get "access denied for user@localhost" error in PHP. It works to connect just fine from other database tools, but in PHP I get db connection error. I think also Plesk uses "$" when generating a random password...
  15. AdrianC

    Question How to reset mysql admin password ?

    ufhh01 I appreciate the detailed answers but my main problem now was that I have no "admin" user in mysql users table, and any "update admin user password" queries (as you included above) would fail. I also looked at the mysql daily dumps you mentioned but I can't find the admin user record in...
  16. AdrianC

    Question How to reset mysql admin password ?

    UFHH01 , I hope you can still guide me, I think I made some progress, I got to running: UPDATE mysql.user SET Password=PASSWORD('AES-128-****==') WHERE User='admin'; (using password from /etc/psa/.psa.shadow) but the query said that were 0 rows affected, and I see no "admin" if I list mysql...
  17. AdrianC

    Question How to reset mysql admin password ?

    Hi UFHH01 I was able to set parameter skip-grant-tables in /etc/my.cnf, then restarted mysql full server with reboot command and now I can run mysql commands without getting 'Access denied for user' Plesk interface loads too. Now I assume I need a command to set a certain password for mysql...
  18. AdrianC

    Question How to reset mysql admin password ?

    On Plesk 17.5.3 CentOS 7 1705170317.16 I imported some external mysql dump without realizing it also contained queries that altered mysql configurations (users, settings, etc). When I login to plesk web interface I get this: ERROR: Zend_Db_Adapter_Exception: SQLSTATE[HY000] [1045] Access...
  19. AdrianC

    Resolved Do I have the Health Monitor in the "Web Admin Edition"?

    Thanks for the update Igor. This is for both web admin and web pro licenses ?
  20. AdrianC

    Resolved "Plesk milter (Postfix)" Service Not Starting Automatically On Restart?

    This fixed it for me (version 17.5.3), then reboot server to see if postfix starts automatically systemctl enable postfix
Back
Top