<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'Remove open_basedir restriction for a specific domain in Plesk'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 08 Apr 2026 14:12:35 +0000</lastBuildDate>
    <item>
      <title>zaiyamariya said on 17/Feb/2023</title>
      <link>https://snipplr.com/view/14249/remove-openbasedir-restriction-for-a-specific-domain-in-plesk</link>
      <description>&lt;p&gt;Removing the open_basedir restriction on a specific domain in Plesk can be done with a few simple steps. First, add the following text to the /home/httpd/vhosts/[domain]/conf/vhost.conf file:  php_admin_flag engine on php_admin_value open_basedir none . If there was already a vhost.conf in the directory, just reload Apache. Otherwise, run the magic wand: /usr/local/psa/admin/bin/websrvmng -av, then bounce it by running /etc/init.d/httpd reload. For clients who have both php4 and php5, things get a little more complicated, and you have to add the "IfModule" directive from the apache syntax, e.g.: &lt; Directory /var/www/vhosts/domain.com/subdomains/SUBDOMAIN/httpdocs&gt; &lt; IfModule sapi_apache2.c&gt; php_admin_flag engine on php_admin_flag safe_mode off php_admin_value open_basedir none &lt; /IfModule&gt; &lt; /IfModule&gt;. By following these steps, you can easily and quickly &lt;a href="https://cbdisolationly.com/cbd-news/a-brief-guide-to-cbd-syrup/"&gt;CBD Syrup&lt;/a&gt; remove the open_basedir restriction on a specific domain in Plesk.&lt;/p&gt;</description>
      <pubDate>Fri, 17 Feb 2023 04:23:33 UTC</pubDate>
      <guid>https://snipplr.com/view/14249/remove-openbasedir-restriction-for-a-specific-domain-in-plesk</guid>
    </item>
  </channel>
</rss>
