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.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
hello,
I would like to add a cronjob in php with passthru(crontab $file)
But when I do as root a
crontab -l
it says
So, if I use crontab to add a cronjob, will it be in the right place?
josp
hello,
I have set up some php cron jobs:
Min = 1
H = *
DM = *
M = *
DW = *
/usr/local/psa/admin/bin/php /home/httpd/vhosts/domain/httpdocs/cron.php
When I run this command as root, it works. But as a cron it doesn't.
cron.php has 777
All paths in cron.php are full, not...
hello,
I worked too long and typed in the wrong admin pass three times in the web login. Now I am locked! By my own system....hhhmmmm
How can I convince him to let me in again???
best regards
Joerg
hhmmm..... I deleted the slash, but it didn't help....
I still got
"The script whose uid is 10004 is not allowed to access /home/httpd/vhosts owned by uid 0 in /home/httpd/vhosts/mydomain/httpdocs/wm_include/get_tpl.php on line 9"
Why does the script want to access /home/httpd/vhosts ...
hello,
I have a php script, which is working and executeable via shell, without any problem.
Now I want to run a cron on this script. But now I get the error:
Warning: copy(): SAFE MODE Restriction in effect. The script whose uid is 10004 is not allowed to access /home/httpd/vhosts...
hello,
I use vhost.conf to run .phtml scripts with php as cgi:
Action phtml-script /cgi-bin/php-cgi AddHandler phtml-script .phtml
This works.
Now I would like to use in another directory this php-cgi.
But i think
Action phtml-script ../../cgidomain/cgi-bin/php-cgi
in the other...
so, rpm -qa | grep psa-api-rpc is:
psa-api-rpc-doc-1.3.2-3
psa-api-rpc-1.3.2-3
psa-api-rpc-protocol-1.3.2-3
But It seems, expand is quite important:
http://download1.sw-soft.com/Plesk/Expand/rel110/expand-release-notes.txt
I think I shouldn't deinstall, or?
unfortunately the same problem:
When I do a
rpm -Uhv ./*.rpm ../opt/bu/*.rpm
I get
error: Failed dependencies:
psa-api-common = 7.5.0 is needed by (installed) psa-api-rpc-1.3.2-3
But I have it!!!:
rpm -q psa-api-common is:
psa-api-common-7.5.0-suse9.1.build75041125.15
Or what...