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

httpd.include & suexec

Seven Internet

New Pleskian
Is there anyway to comment out the line inside httpd.include file call suexecusergroup.

I have add ## in front of it and work with out any problems. However, I have been told never to edit the http.include file. So how can I make the change?
 
httpd.include is rewritten every time you make a change to the config of the relative domain. However, if you create a file in the conf folder called vhost.conf the contents of this file are written to httpd.include evey time it is re-written. Hence you can make your changes and store them in this file. Once you have created the above file simply disable and re-enable the relative domain to apply the changes, the restart apache.
 
where can I find the skeleton for thehttpd.include file?

I need for some information to be always included for all the domains on my server, and not be removed when the httpd.include is re-written.
 
Back
Top