custom php5
Posted by: Anonymous
Posted on: 2005-08-31 12:23:00
Regarding the script for custom php5 posted over on wiki.dreamhost:
Is there a place in the script to change the location of the php.ini file? I have two domains set up and I'd like the custom php for one and not the other.
I was thinking it was here:
cd $HOME
mkdir -p etc/php5
cp $HOME/src/php/php-5.0.4/php.ini-dist $HOME/etc/php5/php.ini
...but I'm new at this and would appreciate any help.