[Openstack] Q: PHP in Cloud

2012-11-24 Thread Frans Thamura
Hi All

Can anyone give me a glue regarding PHP in Cloud

where i can put PHP in Cloud esp in OpenStack World?

in my experience PHP is a scripting that need just a folder work with mod_php.

just upload the .php to the folder, and map the folder to virtual host
in apache.

still cannot get, how PHP work in cloud. I think PHP run in old
fashion virtual host.


thx all


Frans

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Q: PHP in Cloud

2012-11-24 Thread Razique Mahroua
Hi Frans,can we have more information ?You spawned an instance in your OPS cloud, installed Apache on it, yet you cannot access your page ?Please share your setupRegards,Razique
Nuage  Co - Razique Mahrouarazique.mahr...@gmail.com

Le 24 nov. 2012 à 22:02, Frans Thamura fr...@meruvian.org a écrit :Hi AllCan anyone give me a glue regarding PHP in Cloudwhere i can put PHP in Cloud esp in OpenStack World?in my experience PHP is a scripting that need just a folder work with mod_php.just upload the .php to the folder, and map the folder to virtual hostin apache.still cannot get, how PHP work in cloud. I think PHP run in oldfashion virtual host.thx allFrans___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Q: PHP in Cloud

2012-11-24 Thread Marco Bravo
Very good question!
I want to add. What is the approach to sql, php, web apps in general for
cloud?
Thanks in advance.

Marco Bravo.


2012/11/24 Frans Thamura fr...@meruvian.org

 Hi All

 Can anyone give me a glue regarding PHP in Cloud

 where i can put PHP in Cloud esp in OpenStack World?

 in my experience PHP is a scripting that need just a folder work with
 mod_php.

 just upload the .php to the folder, and map the folder to virtual host
 in apache.

 still cannot get, how PHP work in cloud. I think PHP run in old
 fashion virtual host.


 thx all


 Frans

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Q: PHP in Cloud

2012-11-24 Thread Frans Thamura
+1 :)

the old hosting in cloud may be in deep.

my opinion, this old hosting model, is not part of cloud

F


On Sun, Nov 25, 2012 at 5:04 AM, Marco Bravo marcobra...@gmail.com wrote:
 Very good question!
 I want to add. What is the approach to sql, php, web apps in general for
 cloud?
 Thanks in advance.

 Marco Bravo.


 2012/11/24 Frans Thamura fr...@meruvian.org

 Hi All

 Can anyone give me a glue regarding PHP in Cloud

 where i can put PHP in Cloud esp in OpenStack World?

 in my experience PHP is a scripting that need just a folder work with
 mod_php.

 just upload the .php to the folder, and map the folder to virtual host
 in apache.

 still cannot get, how PHP work in cloud. I think PHP run in old
 fashion virtual host.


 thx all


 Frans

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Q: PHP in Cloud

2012-11-24 Thread Kwon-Han Bae
how about source of cloudfoundry?
appfog made php support for cloudfoundry.

there are many stacks.

1. apache2 + mod_php per application
   you can choose application by host:port
   need to have lb and application router
2. apache2 + mod_php per host with virtualhost
3. lighttpd + php as fcgi support
4. run tomcat for php container




2012/11/25 Frans Thamura fr...@meruvian.org

 +1 :)

 the old hosting in cloud may be in deep.

 my opinion, this old hosting model, is not part of cloud

 F


 On Sun, Nov 25, 2012 at 5:04 AM, Marco Bravo marcobra...@gmail.com
 wrote:
  Very good question!
  I want to add. What is the approach to sql, php, web apps in general for
  cloud?
  Thanks in advance.
 
  Marco Bravo.
 
 
  2012/11/24 Frans Thamura fr...@meruvian.org
 
  Hi All
 
  Can anyone give me a glue regarding PHP in Cloud
 
  where i can put PHP in Cloud esp in OpenStack World?
 
  in my experience PHP is a scripting that need just a folder work with
  mod_php.
 
  just upload the .php to the folder, and map the folder to virtual host
  in apache.
 
  still cannot get, how PHP work in cloud. I think PHP run in old
  fashion virtual host.
 
 
  thx all
 
 
  Frans
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 
배권한
KwonHan Bae
Kris Bae
http://iz4u.net/blog
linux, python, php, ruby developer
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Q: PHP in Cloud

2012-11-24 Thread Frans Thamura
Kwon

The httpd modphp is old fashion model that i said

Run on tomcat is not php original
On Nov 25, 2012 7:44 AM, Kwon-Han Bae darjeel...@gmail.com wrote:

 how about source of cloudfoundry?
 appfog made php support for cloudfoundry.

 there are many stacks.

 1. apache2 + mod_php per application
you can choose application by host:port
need to have lb and application router
 2. apache2 + mod_php per host with virtualhost
 3. lighttpd + php as fcgi support
 4. run tomcat for php container




 2012/11/25 Frans Thamura fr...@meruvian.org

 +1 :)

 the old hosting in cloud may be in deep.

 my opinion, this old hosting model, is not part of cloud

 F


 On Sun, Nov 25, 2012 at 5:04 AM, Marco Bravo marcobra...@gmail.com
 wrote:
  Very good question!
  I want to add. What is the approach to sql, php, web apps in general for
  cloud?
  Thanks in advance.
 
  Marco Bravo.
 
 
  2012/11/24 Frans Thamura fr...@meruvian.org
 
  Hi All
 
  Can anyone give me a glue regarding PHP in Cloud
 
  where i can put PHP in Cloud esp in OpenStack World?
 
  in my experience PHP is a scripting that need just a folder work with
  mod_php.
 
  just upload the .php to the folder, and map the folder to virtual host
  in apache.
 
  still cannot get, how PHP work in cloud. I think PHP run in old
  fashion virtual host.
 
 
  thx all
 
 
  Frans
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --
 배권한
 KwonHan Bae
 Kris Bae
 http://iz4u.net/blog
 linux, python, php, ruby developer

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Q: PHP in Cloud

2012-11-24 Thread KwonHan Bae
Run apps on nginx+php as fcgi

SQL as old ways 
But connetion data from MQ or cloud-init. 







2012. 11. 25. 오전 10:11 Frans Thamura fr...@meruvian.org 작성:

 Kwon
 
 The httpd modphp is old fashion model that i said
 
 Run on tomcat is not php original
 
 On Nov 25, 2012 7:44 AM, Kwon-Han Bae darjeel...@gmail.com wrote:
 how about source of cloudfoundry?
 appfog made php support for cloudfoundry. 
 
 there are many stacks.
 
 1. apache2 + mod_php per application 
you can choose application by host:port
need to have lb and application router 
 2. apache2 + mod_php per host with virtualhost
 3. lighttpd + php as fcgi support
 4. run tomcat for php container
 
 
 
 
 2012/11/25 Frans Thamura fr...@meruvian.org
 +1 :)
 
 the old hosting in cloud may be in deep.
 
 my opinion, this old hosting model, is not part of cloud
 
 F
 
 
 On Sun, Nov 25, 2012 at 5:04 AM, Marco Bravo marcobra...@gmail.com wrote:
  Very good question!
  I want to add. What is the approach to sql, php, web apps in general for
  cloud?
  Thanks in advance.
 
  Marco Bravo.
 
 
  2012/11/24 Frans Thamura fr...@meruvian.org
 
  Hi All
 
  Can anyone give me a glue regarding PHP in Cloud
 
  where i can put PHP in Cloud esp in OpenStack World?
 
  in my experience PHP is a scripting that need just a folder work with
  mod_php.
 
  just upload the .php to the folder, and map the folder to virtual host
  in apache.
 
  still cannot get, how PHP work in cloud. I think PHP run in old
  fashion virtual host.
 
 
  thx all
 
 
  Frans
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 
 
 -- 
 배권한
 KwonHan Bae
 Kris Bae 
 http://iz4u.net/blog
 linux, python, php, ruby developer 
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Quantum can not auto assign floating ip to vm

2012-11-24 Thread Gary Kotton

On 11/23/2012 05:15 PM, Jian Hua Geng wrote:


Hi,

I am using the Quantum on Folsom release, does it still support auto 
assign floating ip to a vm just list the nova-network did?

If the answer is yes, how to implement it?



Hi,
I am not familiar with the auto assign feature. At the moment the 
assignement of a floating IP is done manually.
Can you please look at 
http://docs.openstack.org/trunk/openstack-network/admin/content/app_demo.html 
for an example on how this is done.


Thanks
Gary



--
Best regard,
David Geng
--


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp