Plesk 9 - unable to modify atmail vhost template
Posted
by
Ben
on Server Fault
See other posts from Server Fault
or by Ben
Published on 2012-12-12T22:49:54Z
Indexed on
2012/12/12
23:05 UTC
Read the original article
Hit count: 351
plesk
Running into a small issue recently that causes my server's atmail to fail authenticating users.
I gathered from a web search that it's because i recently enabled apc on the server.
I've found some reference mentioning I need to modify the atmail vhost template, but that reference is for Plesk 10 (i'm on 9). The atmail config isn't in the same spot.
I've found this unrelated topic that explains how to modify the vhost settings for atmail on plesk 9, which I have done (adding php_admin_flag apc.enabled off to it).
I then recompiled the server config using /usr/local/psa/admin/bin/websrvmng -a but it doesn't seem to pick up the changes.
If I look at /etc/httpd/conf.d/zzz_atmail_vhost.conf after recompiling it still doesn't show the apc settings.
Summary of steps taken:
Modified
/etc/psa-webmail/atmail/atmail_vhost.confand addedphp_admin_flag register_globals offto the configRecompiled with
/usr/local/psa/admin/bin/websrvmng -aChecked
/etc/httpd/conf.d/zzz_atmail_vhost.conf
But no changes.
What am I missing?
© Server Fault or respective owner