• 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

Edit the /etc/httpd/conf.d/zz010_psa_httpd.conf and keep the change?

Z

ziggie216

Guest
I'm trying to change the default line where "ServerName webmail" to "ServerName webmail2" but some how after something happens (maybe httpd restart) it would change back to the way it was before. Is there another files I can edit to set the way i want to even after the files is regenerated?
 
Hi,

Actually, it is not recommended to make any manual changes in Apache configuration files because they will be overwriten imidiately after Apache restart, or after making a changes through Plesk control panel.

If you wish to include domain-specific Apache configuration directives, refer to Plesk documentation:
http://download1.swsoft.com/Plesk/Plesk8.1/Doc/plesk-8.1-unix-administrators-guide/17359.htm

But I am not sure that it is possible to change ServerName for webmail vhost.
 
Since the PSA config file runs last, any other .conf file in /etc/httpd/conf.d/ will be processed before the PSA config. So you can just duplicate your webmail settings in that file, and override whatever PSA calls later.
 
Back
Top