增加一个域名给定制安装的PHP

作者:


最后更新于 | 最初发布于 | 分类:


之前我介绍了如何在Dreamhost上定制安装自己的PHP。

在已经有了一个定制的PHP之后,如果想在同一个用户下,添加一个域名,如何操作呢?
当然不要再次编辑安装另外一套,只需要做如下的几步:

1)使用SSH登录。

2) Go to the domain directory where you want to use the Custom PHP5 Compile (Example: /abc.com/)
首先到你想要使用这个PHP的域名目录,比如/abc.com

3) 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)
输入命令:ln -s /home/USERNAME/DOMAIN_NAME/cgi-bin /home/USERNAME/SUB.DOMAIN_NAME/cgi-bin
用你自己的用户名替换USERNAME,用之前安装过php5.cgi的域名目录替换DOMIAN_NAME,用上面的abc.com目录替换SUB.DOMAIN_NAME。

4) Press Enter And You Are Done.
回车。

5) Make the .htaccess with the AddHandler/Action methods as listed above to (Example: /abc.com/)
新建一个.htaccess文件,内容如下:
AddHandler phpFive .php
Action phpFive /cgi-bin/php.cgi

至此就完成了。现在就可以在新的域名目录下使用之前定制安装的PHP编译器了。





关于作者
搜索
归档

Online Tools

Code Convertor