ok im trying to get my server to allow uploads larger then 2mb. ive configured the php.ini file, but that i guess isnt enough.

so basically i have to edit

/home/httpd/vhosts/{domain_name}/conf/httpd.include

and add the lines:
php_admin_value post_max_size 60M
php_admin_value upload_max_filesize 60M

but i dont want to do this for every domain i create, does anyone know where i can add the 2 lines of code so i dont have to do it to each account?