• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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