Originally posted by dirty
> added into my vhost.conf this entry
> php_admin_flag magic_quotes_gpc off
BTW, php changes in vhost.conf should be wrapped with <directory> directive, as well as it is done in domain's httpd.include, i.e.
<Directory /path/to/domain/httpdocs>
php_admin_flag....
php_admin_value....
<Directory>