Bonjour,
J'ai un peu de mal pour configurer et lancer phpVirtualBox
Ubuntu server 10.04.1 LTS
VirtualBox Graphical User Interface 3.2.12
Apache/2.2.14
PHP Version 5.3.2
phpVirtualBox beta 0.5
firefox 3.6.13 sur poste distant
j'ai décompressé l'archive phpvirtualbox dans /var/www/phpvirtualbox et modifier l'username et password dans config.php.
Mais lorsque je rentre l'ip
http://serveur/phpvirtualbox j'ai droit a 2 erreur :
An error occurred communicating with your vboxwebsrv. No more requests will be sent by phpVirtualBox until the error is corrected and this page is refreshed. The details of this connection error should be displayed in a subsequent dialog box.
et
Could not connect to host
Details
Exception Object
(
[message:protected] => Could not connect to host
[string:Exception:private] =>
[code:protected] => 32
[file:protected] => /var/www/phpvirtualbox/lib/vboxconnector.php
[line:protected] => 111
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /var/www/phpvirtualbox/lib/vboxconnector.php
[line] => 1821
[function] => __vboxwebsrvConnect
[class] => vboxconnector
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/phpvirtualbox/lib/vboxconnector.php
[line] => 218
[function] => getMediumsCached
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => Array
(
[fn] => getMediums
)
[1] => Array
(
[data] =>
[errors] => Array
(
)
[persist] => Array
(
)
)
)
)
[2] => Array
(
[function] => __call
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => getMediums
[1] => Array
(
[0] => Array
(
[fn] => getMediums
)
[1] => Array
(
[0] => Array
(
[data] =>
[errors] => Array
(
)
[persist] => Array
(
)
)
)
)
)
)
[3] => Array
(
[file] => /var/www/phpvirtualbox/lib/ajax.php
[line] => 93
[function] => getMediums
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => Array
(
[fn] => getMediums
)
[1] => Array
(
[0] => Array
(
[data] =>
[errors] => Array
(
)
[persist] => Array
(
)
)
)
)
)
)
[previous:Exception:private] =>
)
et je tombe sur une page bleu ciel avec loading qui tourne
J'ai testé les notes de ce site
http://notes.hacknjugg.net/wiki/phpVirtualBox mais ca ne change rien
Pouvez vous m'orienter sur les config suivantes :
- le user dans le config.php,
- sous quel user vous lancé le service vboxwebsrv,
- quel est l'adresse que vous taper dans firefox :
http://serveur/phpvirtualbox ou
http://serveur:18083
Merci