• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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