• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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