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

Plesk 12.0.18 and zz010_psa_httpd.conf

MattYM@

New Pleskian
hi,

We installed a clean setup of Plesk 12.0.18 on a Centos 7 server. All seemed to go well until this morning when we had issues with some websites where .htaccess files were not being read in properly.

I compared a z010_psa_httpd.conf file from a working Plesk 12.0.18 on Centos 6 and found extra lines in the file.

Should I add these lines back in or why are they missing on the Centos 7 clean setup?

Centos 6 -

#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
Include '/etc/httpd/conf/plesk.conf.d/server.conf'
Include '/etc/httpd/conf/plesk.conf.d/horde.conf'
Include '/etc/httpd/conf/plesk.conf.d/roundcube.conf'
Include '/etc/httpd/conf/plesk.conf.d/vhosts/*.conf'
Include '/etc/httpd/conf/plesk.conf.d/forwarding/*.conf'
Include '/etc/httpd/conf/plesk.conf.d/wildcards/*.conf'

Centos 7 -

#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
IncludeOptional '/etc/httpd/conf/plesk.conf.d/vhosts/*.conf'
IncludeOptional '/etc/httpd/conf/plesk.conf.d/forwarding/*.conf'
IncludeOptional '/etc/httpd/conf/plesk.conf.d/wildcards/*.conf'

thanks

matt
 
Am surprised you don't have these 3 lines on your Centos 7

Code:
Include '/etc/httpd/conf/plesk.conf.d/server.conf'
Include '/etc/httpd/conf/plesk.conf.d/horde.conf'
Include '/etc/httpd/conf/plesk.conf.d/roundcube.conf'
[...]
 
Hi

Yes I was too, wondering of something recently has messed up in the autoinstaller?

Thanks

Matt


Am surprised you don't have these 3 lines on your Centos 7

Code:
Include '/etc/httpd/conf/plesk.conf.d/server.conf'
Include '/etc/httpd/conf/plesk.conf.d/horde.conf'
Include '/etc/httpd/conf/plesk.conf.d/roundcube.conf'
[...]
 
Hi

Yup but what overwrites that file if anything in the future? It's not been left out on purpose because of the Apache versions changing between Centos 6 and 7?

Thanks

Matt
 
I doubt that ...

Never the less, IgorG will give his remarks in this regard.
 
Back
Top