• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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