• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Disable Access to website from outside world

qualispace

Regular Pleskian
Hello,

I want to disable the access to a certain website from outside world and it should be accessed only from a couple of IP addresses. I tried the following directives in the httpd.include file

Order deny,allow
Allow from <IP_ADDRESS>

However, when I try to restart Apache, it does not start and I get an error saying Order not allowed.

Any idea how can I achieve the requirement?
 
Well, I found the solution by creating a .htaccess file. Now I need to know how can I restrict the access to the admin URL of a mailing list. Any idea?
 
Back
Top