• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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 rewrite fix?

I

icwiz

Guest
Hello

I think I figured out how to rewrite the httpd.include file permanently.

In the httpd start up script, there is an entry to rewrite the httpd.include with a backup.

So i copied my changed version of the httpd.include over the httpd.include.bak.

Now after restarting plesk and httpd, the settings are still there.

I was wonder if anyone else has done this too. Or if I'm mistaken in thinking that this will be permanent.

I also noticed that there is an original being kept in the same directory "orig.httpd.include"


--ICWiz

P.S. This is Plesk 7.5.4
 
Why are you not utilizing the vhost.conf feature instead of forcing your httpd.include to stay the same. httpd.include will change with any changes to the site config (through the control panel). Forcing it to use the same one regardless can cause problems. Utilizing the vhost.conf feature of plesk will allow you to have certain things remain the same while others are changable by the user. Useful for security/other reasons, depending on your setup...
 
Back
Top