• 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

Recent content by Imad S

  1. I

    Exploit in SSLv2 - update OpenSSL

    Thanks for the cautionary note, could you please tell us how to update openssl to 1.0.1s? I have a couple of servers running centos 6 and Plesk 12 but none of them show the update, at most I see 1.0.1e as the latest version. I've checked epel and rpmforge repos as well as the CentOS base repo...
  2. I

    server crash

    Thank you for that, that's the first solid lead I've had in months. Based on the thread you linked, I looked at the /var/www/vhosts/system/ folders but the biggest folder was 500mb, on a server with 32GB RAM i doubt that's what causing downtimes for me. Plus I didn't see the cron you mentioned...
  3. I

    server crash

    No, I have to manually reboot the server. Note: A software reboot does the trick. I cannot access the panel while the issue occurs. So far, the downtime has never occurred in peak hours, always in off-peak. We've also correlated Google Analytics with the downtime and there were no occurrences...
  4. I

    server crash

    Believe me, I understand how vague my situation is. You have no idea the kind of s*** I get from my boss for not having been able to solve this. I'm currently looking at the error logs of the usual suspects: nginx, php-fpm and /var/log/messages. What else should I be looking at?
  5. I

    server crash

    So far logs don't appear to report anything pointing to a crash. Everything appears to be fine and then just a void until the server comes back online This is a screenshot of newrelic around the time the server went down.
  6. I

    server crash

    Hey, A webserver i run goes down at least once a week. The day it goes down isn't fixed, it usually was a Friday but it went down today, Thursday. I'm sure it's not a hardware issue because I've moved this property across 3 servers in the past 12 months and they all experience this crash...
  7. I

    PHP-FPM with Apache?

    Has anyone been able to successfuly setup php-fpm with apache on plesk 12? I'm trying to do it but hitting a wall.
  8. I

    Can't enable MPM Worker on Plesk 12

    Hey, I've followed this: http://kb.odin.com/en/113007 but my server still say's that it's using prefork /usr/sbin/httpd -l | egrep "prefork|worker" ~]# /usr/sbin/httpd -l | egrep "prefork|worker" prefork.c httpd -V ~]# httpd -V Server version: Apache/2.2.15 (Unix) Server built: Oct...
  9. I

    [Solved] help required - change nginx port

    Hey, I need help in changing the nginx port. I've followed various threads and have created a custom nginxDomainVirtualHost.php file at: /usr/local/psa/admin/conf/templates/custom/domain, while the website indeed moves to the port I have set, a second nginx thread starts at port 80 and takes...
  10. I

    Plesk 12.0.18 Update #33 How Can I Upgrade Mysql 5.5 version

    The following updates PHP to 5.4 as well, so make sure you want that before upgrading. The following has been tested on a CentOS 6.6 server with Plesk 12. I see you are running CentOS 5, run these commands at your own discretion. I haven't tried this process on a CentOS 5 box. Install the...
  11. I

    Nginx domain .conf file blank

    Thank you for the reply, I did in fact try reconfigure all command, but it still appears to be empty. I've noticed that as soon as I add a custom template for nginx with a custom port, a apache server on port 80 spawns in it's place. I need to put varnish in front of nginx. I understand it...
  12. I

    Nginx domain .conf file blank

    Hey, I recently needed to make some changes to the domain.conf file at the following path: /etc/nginx/plesk.conf.d/vhosts. When I try to edit the file it just has 3 lines at the top warning me that the changes made here would not persist, while other domain confs have full configs inside. I...
  13. I

    Microcaching - Nginx - Plesk 11.5

    Hey, I need help enabling microcaching on a server with plesk running nginx. I have a sample config but for the life of me can't figure out where to put it: the script # Set cache dir proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=microcache:5m...
  14. I

    Nginx + php-fpm question

    +1, worked!
  15. I

    Nginx + php-fpm question

    [Solved] Nginx + php-fpm question I'm really confused with this setup, I've installed php-fpm but can't seem to find any option to enable it for the domain. I'm still getting CGI/FastCGI/Apache Module in the PHP support tab. Please help. OS: Centos 6.5 64-bit Panel: Plesk 11.5.30...
Back
Top