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

    Input Plesk in a High Availability Cluster

    Hi. It looks like it took a year for me to reply to this, but I totally forgot about this post. A summary of our issue: We have daily downtime, but I'm not sure which services caused the issue; it could be Apache, PHP-FPM or MySQL We plan to load balance the server, but we have limited...
  2. S

    Input Plesk in a High Availability Cluster

    Are you suggesting that I divide the 100 subscriptions I have into multiple Plesk servers rather than putting them all on one server to even out the loads? The cost of having multiple Plesks will increase. According to my experience, Apache's inability to handle heavy traffic was the root of my...
  3. S

    Issue FPM application server by apache stopped working

    How to use Plesk watchdog ext to auto-restart services?
  4. S

    Resolved PHP-fpm max children

    ah, yours should be mark as best answer, I didn't look to the bottom, my wrong. thanks Mr wolf
  5. S

    Resolved PHP-fpm max children

    Hi, i tried this, however after some time, it back to default 5, how can we make this permanent?
  6. S

    Question Extend vhosts storage via nfs mount

    Our university ICT unit is offering NFS storage to provide extra storage to our limited storage server. We tried mounting the NFS to var/www/vhosts, however, plesk could not change the owner of the web files to subscription owner during site creation. Is there any guide on extending server...
  7. S

    Resolved Restore default configuration templates

    Tried the command above and it doesnt restore the original files. I've taken the files from another server and put it there and its working now. Thanks UFHH01 for reply.
  8. S

    Resolved Restore default configuration templates

    Is there a way to restore configuration templates? I made some editing on the config files since it shows this error, I tried to restore to default files but still doesn't solve. Error: New configuration files for the Apache web server were not created due to the errors in configuration...
  9. S

    Question Instant error on form submission.

    Hi. I've tried to Google this error but no solution found as if this error never occurred to other people. I'm using Wordpress, and this error usually happens on Divi themes page/settings update or Formidablepro plugins setting update. Not all page or settings for any site will have this error...
  10. S

    Odin PHP packages and op-code caching - needs fixing

    sorry, just checking out. is this suppose to be available on centos 6.6 too? i cant find the option to change mpm module. interested on FPM handler too. httpd 2.2
  11. S

    Install Oracle DB Extension for Multiple PHP

    oci8 was already there in php 5.6.14 and i have enable it. the tutorial given is for installing module. How can i set the environment's library loading path like the oracle tutorial?
  12. S

    Install Oracle DB Extension for Multiple PHP

    The same code works fine on php 5.3.3 by OS vendor since I followed the installation procedure from this website - http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html and video - But when I change to php 5.6.14, the page won't load with error bellow...
  13. S

    Personal Backup FTP Repositories - using SFTP

    I'm using secure ftp, the step above doest work. I tried connect using # sftp [email protected], and it works. It doest work using ftp.
  14. S

    Personal Backup FTP Repositories - using SFTP

    Hi. I have an SFTP account from other server, but trying to use that with Plesk were not successful. I use this ip in FTP server hostname or IP: 161.xxx.xxx.xxx:22 but it says "Transport error: unable to list directory: Curl error: Failure when receiving data from the peer" Please help...
  15. S

    Resolved FastCGI Config

    received this error mod_fcgid: can't apply process slot for /var/www/cgi-bin/cgi_wrapper/cgi_wrappe changed FcgidMaxRequestsPerProcess from 1000 to 10000 continuing monitor
  16. S

    Resolved FastCGI Config

    that is the main httpd.conf. i've applied the settings and also a new worker MPM setting as bellow <IfModule worker.c> #StartServers 2 #MaxClients 300 #MaxClients 1000 #MinSpareThreads 25 #MaxSpareThreads 75 #ThreadsPerChild 25 #MaxRequestsPerChild 0...
  17. S

    Resolved FastCGI Config

    - as attached - KeepAliveTimeout 15 | MaxKeepAliveRequests 100 - when it happens, cpu and memory stays the same (after some configuration update, before this, the server just stall, memory drops to around 10% from 50%, and cpu usage drops, need to restart httpd to make webserver up again) -...
  18. S

    Resolved FastCGI Config

    @pleskpanel , there is a lot of running processes, any tips on narrowing it down so that i can paste here? This comments suggest that 2 things: set PHP_FCGI_MAX_REQUESTS to the same value as my FcgidMaxProcesses, since default value is 500 instead of using fcgid, use php fpm here is my...
  19. S

    Resolved FastCGI Config

    changed from 1000 to 2000 but the problem still persist. now changed to 10,000, will see how it goes.
Back
Top