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.
Hi Gurus
We have problem Service /etc/init.d/httpd failed to start
all hosted sites are down but plesk is running and accessible.
Any contributions highly appreciated!
[root@vps68988879 ~]# /usr/local/psa/admin/sbin/httpdmng --reconfigure-all
2013-09-23T20:53:11+01:00 ERR (3): Apache...
ok looks all done -))
However Tabs in plesk panell still giving the same error
Internal error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'psa.domainaliases' doesn't exist
Message SQLSTATE[42S02]: Base table or view not found: 1146 Table 'psa.domainaliases' doesn't exist...
[root@vps11221887 ~]# /etc/init.d/courier-imapd status
-bash: /etc/init.d/courier-imapd: No such file or directory
[root@vps11221887 ~]# rpm -qf /etc/init.d/courier-imapd
error: file /etc/init.d/courier-imapd: No such file or directory
this is out put
Thank you for reply
run-root was not there but I sorted!
Unfortunately this problem did not disappear -(((
For some reason I cannot upload log file in full so here is part of it
Please let me know if you need any other part of it!
[/CODE]***** problem report *****
ERROR while trying to...
Hi
I have search solution on forum to problems below and could not find any fix.Can guru please bring some light
as most importantly our postfix is not worming and all mail boxes unacceptable
1. In control panel when we press Websites &Domain error page SQLSTATE[42S02]: Base table or view...
thank you it is working very well
few problems -mailbox creating boxes but without password
I did managed to do /usr/local/psa/bin/mail --u $u1 -mailbox pswrd -$p1
not sure if it is right way todo it.?
{ while IFS=';' read u1 p1 ;do PSA_PASSWORD="$p1" /usr/local/psa/bin/mail --create $u1...
[root@vps1187 ~]# { while IFS=';' read u1 p1 ;do PSA_PASSWORD="$p1" plesk bin mail --create $u1; done ; } < users.txt
-bash: plesk: command not found
I do not know why? What am I doing wrong
Thank you!
This is exactly what I was looking for with one but.
is there possobility to keep all users and password to craeta in one file adn run script like
{ while IFS=';' read u1 p1 ;do
./mail --create "$u1" -passwd "$p1" -mbox_quota 500M -antivirus inout ..
done ; } <...
Hi
I look on forum and could not find an answer.
So for gurus can we create mailbox via SSH (on VPS vith Parallel) and how?
I know with Cpanel is very easy /scripts/addpop .....
Please share