How to manage Plesk extensions (install, disable, remove, update)

Follow

Comments

1 comment

  • Avatar
    Ehud Ziegelman (Edited )

    Hi Kuzma Ivanov,

    I can not see a way to check a Plesk extension status. This is not good.

    Moreover, the Plesk Firewall which was a SERVICE was modified to be an extension. Thus, a service file, stopped identifying its starting event...

    # Service file creation
    vi /etc/systemd/system.control/firewall_log.service

    I have placed relevant content in service file:

    # Service file content
    [Unit]
    After=psa-firewall.service
    [Service]
    ExecStart=/root/scripts/firewall_log.sh
    [Install]
    WantedBy=default.target

     

    And BTW, as part of the script effectuating the Fire Wall rules, Plesk could set:

    # /usr/sbin/iptables -A INPUT -j LOG 
    # /usr/sbin/iptables -A FORWARD -j LOG
    0
    Comment actions Permalink

Please sign in to leave a comment.

Have more questions? Submit a request