• 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.

Recent content by Toni Ruotsalainen

  1. T

    Question How is possible to allow dns updates(dyndns) on Plesk

    Thx for help, RNDC is a bit approach what I'm thinking. I tought to add secondary(slave) by hand and allow updates from slave to plesk. Updates from Plesk to Slave are working fine without allow-update option. http://www.zytrax.com/books/dns/ch7/xfer.html#allow-update allow-update { key plesk...
  2. T

    Question How is possible to allow dns updates(dyndns) on Plesk

    Thanks, I did a testing a bit more and this is strange.. When I'm adding allow-update option, then Plesk UI is basically broken, Plesk is not accepting any changes and giving out old data. UI shows updated data but it's not in use.. ---------------------- Here allow-update is commented and...
  3. T

    Question How is possible to allow dns updates(dyndns) on Plesk

    I wanna do dyndns updates to Plesk, so I allowed updates from slave into /etc/named.conf. I managed to do dyndns update somehow, I can see updates by dig commands on Plesk but UI is showing still an old record and reboots didn't help either. options { allow-recursion { localhost; }...
  4. T

    Resolved Adding also-notify in DNS (bind)

    Hi, thanks a lot, this was really helpful, I got working also-notify. But always some problems:) options { allow-recursion { localhost; }; listen-on-v6 { any; }; version "none"; directory "/var"; auth-nxdomain no; pid-file...
  5. T

    Resolved Adding also-notify in DNS (bind)

    Thanks a lot for your reply, I don't have any included configuration files, plesk is writing it straight to named.conf and that's why cannot add my own included options. // -- THE FOLLOWING LINES WERE GENERATED BY PLESK. IF YOU MODIFY THEM, THEY WILL BE OVERWRITTEN WHEN THESE SETTINGS ARE...
  6. T

    Resolved Adding also-notify in DNS (bind)

    Hello, I have same problem, I would like to add some custom options(also notify and allow dyndns updates) but my plesk is denying it because plesk is writing own options and I can't include my own then. Any solution for this? thanks a lot! -Toni $Id: named.conf,v 1.1.1.1 2001/10/15 07:44:36...
Back
Top