• 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.

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