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.
Well, I don't know. Is it also Jessie? There seem to be quite a few problems with Debian Jessie.
I tried it with a fresh machine and the error came back as soon as the first subscription was created.
I can't file official tickets with my license so I will have to wait until somebody else picks...
Thank you for your feedback. Have you also setup a new subscription after changing the DB-Entry? That's what I need to do to reproduce. It does not affect existing accounts.
#/opt/psa/admin/bin/apache_control_adapter --restart --restart-interval 0 --http-port 80 --https-port 443 --graceful
is...
Switching on the graceful restart of apache2 instead of a regular restart as described here: http://kb.odin.com/en/112020 results in the following error in the plesk panel
New configuration files for the Apache web server were not created due to the errors in configuration templates: Can not...
Well, I don't know. For some reason it does not. If I switch it on it messes up the configuration and you have the following error all over the panel:
New configuration files for the Apache web server were not created due to the errors in configuration templates: Can not restart web server: ...
IgorG can you confirm that kb.odin.com/en/112020 is not valid for plesk12.5 anymore? Is there a workaround for that?
Or is it just a bug in the configuration-checker extensions?
There is an option in the php-settings to turn it on or off, but it is not changing anything. The phpinfo continues to show xcacher.
I'm also having issues with software so I ended up removing the package as well. I guess that is a 12.5-bug as well?
The additional php-directives...
Sorry for opening the thread again, but I solved the WHMCS-Problem with the graceful restart as described in #3.
This does not seem to be working in plesk 12.5 anymore. Adding the datebase-entry results into problems with the configuration files:
Yes I do.
After reboot php-fpm is down. Than I can either start it manually via console or plesk services page or switch to fast cgi and then back to fpm, which also starts it.
I got it fixed by manually adding it to the bootsequence of jessie, but I am not a big fan of manual manipulations...
12.5.30 Update #1
As far as I know Plesk 12.0 is not supporting Debian 8.
There is not much that I could have done wrong. The debian-installer is handling everything for you. So if services don't come up on a fresh installation it is very likely, that the installation is not adjusted to the new...
I installed Plesk 12 on a fresh debian Jessie minimal installation (openvz-container).
The PHP-FPM Services don't come up after reboot, but I can manually start them through the panel services page. They are also started when a php-handler is changed in the subscription for some reason...
Problem solved!
IgorG I think this is a bug that should be corrected in the installer!
I changed the save_path of the sessions to:
session.save_path = "/var/lib/php5/sessions"
under global settings->PHP-Settings and than for every PHP-Version.
I hope that this is not going to be an issue some day.
Another issue (maybe they belong together): After reboot I get 502 Bad Gateway. I have to switch to php-fastcgi and then back to php-fpm to get the site back online.
I isolated the problem I think:
After an update today there is a working php-version. 5.6.12.
PHP 5.4 FPM Nginx: no sessions...
Sure. PHP is working, but php sessions don't.
So my software is working until I want to login using sessions which doesn't work anymore.
Little test-script for people encountering the same problem:
<?php
// Start Session
session_start();
// Show banner
echo '<b>Session Support Checker</b><hr...
Hi everyone.
I installed a fresh install of Plesk 12.5 on a Debian-Jessie Openvz-Node.
After I configured everything a migrated a subscription using Plesk Migration Manager.
The only problem: Sessions don't work anymore. I switched from FastCGI via Apache (5.5) to FPM via Nginx (5.5). Same...
That is what I thought, but it is not the case.
I know how to debug the boot on a host-node, but I can't change kernel parameters for an openvz-node. How would you do that?
Thank you very much for your reply!
Well, I wish I could. I have the impression that it's more a debian-problem, than a plesk problem.
There is a prcoess running which probably shouldn't be there any more after a successfull system-boot:
startpar -p 4 -t 20 -T 3 -M start -P N -R 2
There is absolutly no errormessage in the...
Hi everyone,
since I updated to Plesk 12.5 the services aren't staring any more on debian wheezy.
Any idea why this is happening? I can manually start everything without error-message.
Thank you very much for any advice!
Hi everyone,
is there a chance to change the default nameserver name for customers created by a reseller.
Example:
System wide default
ns.provider.de
ns2.prodiver.de
ns3.provider.de
Now the reseller wants:
ns.reseller.de
ns2.reseller.de
ns3.reseller.de
The NS-Entries of the reseller may be...