• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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