View Single Post
  #7  
Old 03-10-2011, 09:39 PM
NiteWave NiteWave is online now
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
here's my suggestion if I read right:
using PHPRC:
PHPRC=$VH_ROOT/myphp.ini

then in $VH_ROOT(for example /home/user2), create symbol link:
ln -s /home/ini/user2/php.ini /home/user2/myphp.ini
Reply With Quote