• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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