Plesk 9 - unable to modify atmail vhost template
- by Ben
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.conf and added php_admin_flag register_globals off to the config
Recompiled with /usr/local/psa/admin/bin/websrvmng -a
Checked /etc/httpd/conf.d/zzz_atmail_vhost.conf
But no changes.
What am I missing?