Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
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...
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...
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...
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?
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.
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...
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...
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...
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...
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...
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...
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...
[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...
^thanks
Error logs report the following:
mod_fcgid: can't apply process slot for /var/www/cgi-bin/cgi_wrapper/cgi_wrapper
Connection reset by peer: mod_fcgid: error reading data from FastCGI server
Premature end of script headers: index.php
I've got hundreds of lines of these in there...
Hey,
I'm running a custom application on a server with plesk 11.5. The client complains that the website stops loading while adding content to the system, this does not happen everyday though. The application is a news publishing system so data entry is pretty intensive. The problem is that...
Hey,
I'm pretty green to PLESK, really need help here.
I started experiencing problems with the server a little while ago, first the server ran out of inodes. Found out it was a php session issue and plesk couldn't clear the back log. I've temporarily renamed the old session folder and...