phpvirtualbox4.1.7裝配過程

來源:互聯網
上載者:User
phpvirtualbox4.1.7安裝過程



?

建立檔案

> vi /etc/default/virtualbox

VBOXWEB_USER=vbox

設定vboxweb服務開始

> chkconfig --levels 235 vboxweb-service on

> /etc/init.d/vboxweb-service restart

安裝web環境

> yum install httpd php php-mysql php-pear php-soap apr apr-util-sqlite apr-util-ldap apr-util wget

> chkconfig --levels 235 httpd on

> /etc/init.d/httpd start

下載安裝phpvirtualbox

> cd /var/www/html
> wget http://phpvirtualbox.googlecode.com/files/phpvirtualbox-4.1-7.zip

> unzip phpvirtualbox-4.1-7.zip

> mv phpvirtualbox-4.1-7 phpvirtualbox

設定設定檔

> cd /var/www/html/phpvirtualbox/

> cp config.php-example config.php

> vi config.php

[...]

/* Username / Password for system user that runs VirtualBox */

var $username = ‘root’;

var $password = '[email protected]';

[...]

完成:http://192.168.1.61:8091/phpvirtualbox/帳號/密碼:admin

?

預設Apache的httpd是監控的80連接埠,但是會和其它web伺服器的連接埠衝突,所以這裡修改httpd.conf,使其監聽8091連接埠就可以了;預設是將/var/www/html檔案作為web項目的存放的地方,所以phpvirtualbox解壓後就放在這裡就可以了。

?

vi /etc/httpd/conf/httpd.conf

ServerName: 192.168.1.61:8090

Listen IP: 192.168.1.61:8090

連接埠一致就OK了。其中IP可以是本機hostname名,也可以是IP

?

然後重啟httpd服務:

1、httpd

2、/etc/init.d/httpd restart

要像修改的配置起作用,需要httpd這個命令

?

在phpvirtualbox中設定Ip地址,免得每次使用終端連結進來的時候,都要手動輸入IP

var $consoleHost = '192.168.1.61'

如果連接埠被佔用,用lsof –i:8091查看被佔用的連接埠號碼,找到PID,kill後,重啟httpd服務。

  • 相關文章

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.