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.
Haven't managed to solve this yet.
For your other issue though, I just wrote a quick one liner (!) to do the clean up:
#!/bin/bash
DIFF=$(grep -Fvf <(awk '{print $2}' /var/cache/bind/3bf305731dd26307.nzf) <(ls -1 /var/cache/bind | grep -v -e '^named.stats$' -e '\.nzf$' -e...
Hello,
I'm using the Slave DNS manager extension to manage 3 slaves. If DNS for a domain is switched off, the slaves are not notified. At some point the slaves try to refresh the zone from the master but the master refuses because it is no longer authoritative.
Is there an easy fix for this...
for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e "select name from domains"`; do echo $i; done >> /tmp/dom_list
...
for i in `cat /tmp/dom_list`; do ./the_script_from_above.sh $i; done >> /tmp/exported_dns_commands
Hello,
I am currently working with Plesk 12.0.10 and can see it is way more stable and mature than when we started using plesk back at version 9. So thank you for that!
I have some issues I'd like to point out. We will be using Plesk 12 as a dedicated panel for a customer with 2500~...
Below is a script that will export the DNS records for a domain within Plesk. You could run this against all your domains to generate the commands needed to import the DNS info on the new server. It's easily adaptable to issue the domain creation commands as well. Script was originally provided...
yes, of course, but 128MB is quite a large limit anyway. prevention is better than cure - can this script be fixed to release memory rather than consuming more and more during running?
[root@p ~]# php -i | grep memory
PHP Deprecated: Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0
memory_limit => 128M => 128M
Hello,
We have a Plesk 11.0.9 MU #56 server with 3663 subscriptions, although most are simple domains with no services, just DNS.
Statistics weren't updating for customers with hosting, so I added commands to send output info from the daily maintenance file to a log, here is the contents...
Hello,
I also had this problem on Plesk 11.0.9, MU#48.
To fix, I ran
/usr/local/psa/admin/bin/webstatmng --set-configs --stat-prog=awstats --domain-name=domain.com/usr/local/psa/admin/sbin/statistics --calculate-one --domain-name domain.com
Let me know how you get on.
Regards