Launch vmware server with php script and apache

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I'm working with a script which must launch vmware server 1.0.3
(Virtualization product) and I can launch it from a terminal:
$php miscript.php
but when I use firefox it just doesn't work.
I've checked the permissions for vmware and the apache user but without
any success.
Can you help me what i'm doing wrong?


local.php
------------------------
<?php
echo "Lanzando vmware\n";
system('whoami');
system('/var/www/procesa.pl');
?>
------------------------


procesa.pl
------------------------
#!/usr/bin/perl
system ('/usr/bin/vmware');
------------------------

Sorry for my bad english.

Thanks
-- 
Julio César García Vizcaíno.
FI, UNAM.
Por mi raza hablará el espíritu

Attachment: signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada digitalmente


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux