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.
I update plesk to latest (18.0.66)
Some time ago see that i receive email send to [email protected], i go see manual in changelog and think that need run plesk repair mail -y but after complete i receive new email to [email protected]
In panel.ini i not have config with...
I try to set 4086M memory, but it fixed when i change in plesk php website settings to Dedicated FPM application served by nginx and setup php by OS vendor. After when i go to php composer he update all what he need and button activated.
but I still didn't understand the main reason, because...
I check, memory_limit = 256M
I set memory_limit = 512M also set in php memory 512 (fpm served by apache)
1610612736 bytes = 1,6 GB (allowed as i understand in log file)
2582811608 bytes = 2,5 GB or i need allocated so much in /usr/local/psa/admin/conf/php.ini
how to understand this, what...
Now i can't change this, button not active.
Could not update the information about the packages
Failed to retrieve paths for the installed packages: PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 2582811608 bytes) in...
Hello,
Over the past few years, many applications have become outdated and disappeared, while some have become very popular. But the catalog has not been updated for a very long time, there are applications such as: concrete5, gallery and some else. They have requirements php 5.2 ~ It's time to...
Yes i have this settings, it marked as spam and going spam folder. I don't like that it comes from all domains on root@, increases the number of letters at times, can't i do something to allow for only one main domain?
Hello,
Spam emails started coming to root@ addresses, i check
#postmap -s /var/spool/postfix/plesk/virtual | grep [email protected][email protected][email protected]
make command
#plesk repair mail [email protected]
Repairing the mail server configuration
Reconfiguring the...
Hello,
Help please to make work both rules with and without (php and html) prefix from url in nginx/fpm
I add this rules in web server configuration in control panel:
if (!-e $request_filename){
rewrite ^/([^\.]+)$ /$1.php break;
}
if (!-e $request_filename){
rewrite ^/([^\.]+)$...