• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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