• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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