Help - Search - Members - Calendar
Full Version: Custom php_admin_value in vhost.conf - not updating
The Planet Forums > Control Panels > Plesk
DirtyHarry
I am trying to set custom upload values for php in an area of my server where my CMS is installed. I am on RH9/Plesk 6.

I updated my vhost.conf, run my_apci_rst -v -a, tried restarting httpd, psa, etc.etc., but my vhost.conf setting aren't read.

CODE
<Directory /home/httpd/vhosts/area.mywebsite.com/httpdocs>

<IfModule sapi_apache2.c>

php_admin_flag engine on

php_admin_value upload_tmp_dir "/home/httpd/vhosts/area.mywebsite.com/tmp"

php_admin_value memory_limit 48M

php_admin_value post_max_size 24M

php_admin_value upload_max_filesize 2M

</IfModule>

</Directory>


Any help? Thanks!
4PSA
There can be two problems:

1. This directive:
2. Check if vhost.conf is indeed included in httpd.include after you executed the my_apci_rst command.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.