Custom PHP5 Install
Posted by: daelan
Posted on: 2007-09-02 17:10:00
I've gone through the steps of setting up a custom install of PHP 5 for one of my domains.
Now i want to use the custom install for an additional domain.
i've followed the following instructions from the wiki but i get the error -s: command not found.
In reply to:Instructions To Add More Domains
* Go to the domain directory where you want to use the Custom PHP5 Compile (Example: /abc.com/)
* Type: ln -s /home/USERNAME/DOMAIN_NAME/cgi-bin /home/USERNAME/SUB.DOMAIN_NAME/cgi-bin (Replace USERNAME with your actual username, Replace DOMAIN_NAME with your actual domain name where the custom php5.cgi in stored. Example abc.com. Replace SUB.DOMAIN_NAME with the actual sub domain you want to use for the custom php5)
* Press Enter And You Are Done.
* Upload the .htaccess with the AddHandler/Action methods as listed above to (Example: /abc.com/)
* Upload the same .htaccess with the AddHandler/Action methods to the subdomain (Example: subdomain.abc.com)
Can anyone give me any insight into getting this to work.
Thanks