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.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Hello,
Several months ago we had hundreads of files hacked, due to bug fixed on MU#11 for Plesk 9.5.4. After that, we had no problems until now...
We have, again, several websites being hacked, and being injected to this kind of javascript...
Hello all,
This is a very strange situation, and we don't know what is causing it.
We have PEAR packages installed on a shared server ( /usr/share/pear/ ) for our customers to use Mail library. When a customer needs this packages, we go to Domains -> domain.com -> PHP Settings and we manually...
Did you try to remove vhost and install it again?
%plesk_dir%/websrvmng.exe --remove-vhost --vhost-name=DOMAIN.COM
%plesk_dir%/websrvmng.exe --install-vhost --vhost-name=DOMAIN.COM
This should do it for you :)
Hello,
I've run into some errors using traditional backup feature, so I've decide to user an ftp server for remote backup.
But now I need to revert FTP settings on my costumer account to "blank" state.
How can I do this ?
Thanks.
Ok, I've done a simple PHP script:
<?php
error_reporting ( E_ALL );
if ( is_dir ( "/var/lib/php/session" ) )
echo "is dir";
else
echo "no dir";
?>
And this returns the following error:
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect...
I have a problem with permissions:
Warning: Unknown:
open(/var/lib/php/session/sess_4a7e0fusf2dt3dtbeecbru5gs0, O_RDWR)
failed: Permission denied (13) in Unknown line 0
Does anybody know what is the cause of this??
ok... I've changed "Access to the server over SSH" to /bin/bash .... BUT, when I login to server via SSH with FTP credentials, I can navigate on all servers directories. How can I change this? I want to use crontabs, but don't want users to get logged to the system with ssh...
Hello, in Administrator Information - Email, can't I change it to an email address created under the same server??
"Error: Unable to update administrator information: Some fields are empty or contain an improper value."
Hello, When I try to run a php script via crontab, created over Plesk, I always get email error message:
/usr/bin/php: No such file or directory
I've tried with just "php -q /path/to/script" but get the same error.
Is there any configuration I have to do?? I've saw this on documentation...