• 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

Install mod_mono in plesk 11.5

AndyMG

New Pleskian
Hi

I have installed mod_mono, but it errors because the included module is loaded before the 'User directive' lines.

If I simply edit httpd.conf, will that get overwritten by Plesk GUI ?

I moved the Include line below the User directive to get it to work. How can I do this properly ?

Code:
User apache
Group apache

#
# Load config files from the config directory "/etc/httpd/conf.d".
#
Include conf.d/*.conf
 
Back
Top