custom php5 compile
Posted by: farmerjohn
Posted on: 2008-10-22 06:25:00
New user, old programmer...
I have discovered that a new PHP/MySQL website (that I have developed locally using LAMP) is not supported on DH... a PayPal API that I have been using requires SOAP support.
So, I am faced with a custom compile of PHP5... OK, fine, I've compiled PHP many times in a *nix environment. Specifically, though, there are many place where the following commands are required:
'cp ${INSTALLDIR}/bin/php-cgi ${HOME}/${DOMAIN}/cgi-bin/php.cgi'
'export DOMAIN="your-root-domain.com"'
This causes some confusion, because, we are obviously hosting multiple domains on our account. From reading the wiki posting 'Installing_PHP5', it seems like we would install choosing one domain. OK, fine for that domain, but what about the others?
I have been through that wiki post, and others, and cannot find a specific answer to my question/confusion. If anyone can shed some light, I would appreciate it, as we have a contracted site not working.
Thanks in advance,
John