• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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