Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
One of my server recently rebooted by itself, but Nginx refused to start when it came back online. Manually trying to restart Nginx alternately threw the following errors error 1: nginx dead but pid file exists error 2: Not starting…
Horde for some reason doesn’t pick up the system timezone and defaults to UTC, to fix this you’ll need to edit Horde’s own php.ini at Add the following line (affixed with the your desired timezone) date.timezone = Asia/Singapore Now restart apache…
It happens, rarely as it may, that Plesk will not report the correct disk usage for a subscription. To get it recalculate things issue the following at shell /usr/local/psa/admin/sbin/statistics –calculate-one –domain-name DOMAIN.TLD Credit:
We started experimenting with Varnish in a bid to tackle load instead of adding full blown replicated web server nodes. Once we were done with testing we ran into trouble implementing the set up on Plesk. There isn’t a whole lot…
Make sure you have the epel repo installed on your system #This is for CentOS 64-bit wget wget rpm -Uvh epel-release-6-8.noarch.rpm Install Memcached yum install memcached With installation done, we’ll need configure Memcached now # Running on Port 11211 PORT=”11211″…
Drweb can get really annoying because of it’s resource usage even on a brand new Plesk server. Run the following to remove drweb from your system: rpm -qa | grep drweb | xargs rpm -e credit: Update your mail…
I really haven’t been able to get to the bottom of why this occurs by I’m posting a solution that worked for me below: For us, this occurred when running the following while set in cron /usr/bin/curl After looking…
Install the wandisco repo to get the latest version of subversion for CentOS [WandiscoSVN] name=Wandisco SVN Repo baseurl= enabled=1 gpgcheck=0 Issue the following at shell yum install subversion mod_dav_svn Restart httpd, it’ll do it itself while installing but go ahead…
Got the following error right after I enabled Nginx reverse proxy on a Plesk box For us it was as simple as issuing the following to fix this error: chmod 1733 -R session
The data center we use hasn’t updated it’s OS images to include the latest version of Plesk, 11.5. This is how we went about upgrading the panel. First off, make sure you backup everything. We work off of the…