What you need to do is have a base php.ini and in each virtual you have the specific eg:
# your vitual host <VirtualHost xxx.xxx.xxx.xxx> DocumentRoot /www/docroot/first/ ServerName dummy.yourdomain.com php_admin_value disable_functions 'mysql_connect' php_admin_value sendmail_path '/usr/sbin/sendmail -f [EMAIL PROTECTED] -t -i' </VirtualHost> The you can add the file upload size flag and value just like that. Please note some flags and values can be added here and some to the .htaccess files with some restricted for security purposes such as base open etc!! Timothy Hitchens (HiTCHO) Open Platform Consulting e-mail: [EMAIL PROTECTED] > -----Original Message----- > From: SED [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 9 January 2003 1:27 PM > To: 'Timothy Hitchens (HiTCHO)'; [EMAIL PROTECTED] > Subject: RE: [PHP] Different php.ini for each user on same server > > > Maybe I'm little bit slow today but I already look into this > document. What paragraph should I focus better on? What I'm > looking for is *how > to* refer to a different php.ini in each case. > > Thanks, > SED > > -----Original Message----- > From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]] > Sent: 9. janúar 2003 03:15 > To: 'SED' > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Different php.ini for each user on same server > > > Please keep it on list and (reply to all) as it assist everyone then!! > > Check out: > > http://www.php.net/manual/en/configuration.directives.php > > As a starting point!! > > > Timothy Hitchens (HiTCHO) > Open Platform Consulting > e-mail: [EMAIL PROTECTED] > > > -----Original Message----- > > From: SED [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, 9 January 2003 1:14 PM > > To: 'Timothy Hitchens (HiTCHO)' > > Subject: RE: [PHP] Different php.ini for each user on same server > > > > > > Thanks, do you know where I can find document about that? > > > > > > Regards, > > Sumarlidi E. Dadason > > > > SED - Graphic Design > > _________________________________ > > Tel: 896-0376, 461-5501 > > E-mail: [EMAIL PROTECTED] > > website: www.sed.is > > > > -----Original Message----- > > From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]] > > Sent: 9. janúar 2003 03:09 > > To: 'SED'; [EMAIL PROTECTED] > > Subject: RE: [PHP] Different php.ini for each user on same server > > > > > > You can set php_value and php_flags etc inside of the > virtual host def > > in httpd.conf etc > > > > > > > > Timothy Hitchens (HiTCHO) > > Open Platform Consulting > > e-mail: [EMAIL PROTECTED] > > > > > -----Original Message----- > > > From: SED [mailto:[EMAIL PROTECTED]] > > > Sent: Thursday, 9 January 2003 1:10 PM > > > To: [EMAIL PROTECTED] > > > Subject: [PHP] Different php.ini for each user on same server > > > > > > > > > Is it possible to define a different php.ini for each user > > which use > > > the same server, either Unix and Windows. Let me give you > > example what > > > I > > > mean: > > > > > > User 1 (professional PHP-user) > > > Allow him big uploads, long execution time etc. > > > Virtual directory www.user1.com > > > > > > User 2 (amateur PHP-user) > > > Allow smal uploads, short execution time etc. > > > Virtual directory www.user2.com > > > > > > Thanks, > > > Sumarlidi E. Dadason > > > > > > SED - Graphic Design > > > _________________________________ > > > E-mail: [EMAIL PROTECTED] > > > website: www.sed.is > > > > > > > > > -- > > > PHP General Mailing List (http://www.php.net/) > > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php