[web2py] Re: serving php and python in shared hosting

2013-02-15 Thread José Eloy
Thanks howesc. I'll read these documents. Regards. -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options,

[web2py] Re: serving php and python in shared hosting

2013-02-13 Thread José Eloy
Thanks howesc Do you have an idea where to learn to configure these processor threads in Apache? Regards -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving emails from it, send an email to

[web2py] Re: serving php and python in shared hosting

2013-02-13 Thread howesc
the apache docs. :) http://httpd.apache.org/docs/2.2/mod/prefork.html http://httpd.apache.org/docs/2.2/mod/worker.html On Wednesday, February 13, 2013 11:58:29 AM UTC-8, José Eloy wrote: Thanks howesc Do you have an idea where to learn to configure these processor threads in Apache?

[web2py] Re: serving php and python in shared hosting

2013-02-12 Thread howesc
to learn about the fcgi processes you should read up on how apache handles multiple requests. there are a few different modes and settings for apache that control when and how many threads/processes apache will start. the short summary: in order to handle multiple requests at the same time

[web2py] Re: serving php and python in shared hosting

2013-02-11 Thread José Eloy
Thanks to all for your help. I'll share with you all my progress. Well, first I created a subdomain: http://www.administracionjoomla.transicion.mx. In /www I created a folder called joomla, inside I copied all the joomla instalation. For access joomla site I had to go

[web2py] Re: serving php and python in shared hosting

2013-02-09 Thread José Eloy
Please! Nobody can help me? I'm desperate to solve this problem. How can web2py work together con php apps? (in this case joomla). -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving emails

[web2py] Re: serving php and python in shared hosting

2013-02-09 Thread howesc
yes i suspect it would be an apache configuration. you want to use python connector for www/web2py and php connector for www/joomla. unfortunately i have not configured apache in years and don't know the exact answer. :( sorry i'm not more help. cfh On Saturday, February 9, 2013 11:24:26 AM

[web2py] Re: serving php and python in shared hosting

2013-02-09 Thread samuel bonilla
lo que puedo entender es que quieres correr web2py y php en el mismo servidor, pero solo funcionaria si corres por ejemplo web2py en el puerto 80 y php en otro puerto ejjemplo 8000 El lunes, 4 de febrero de 2013 19:54:22 UTC-5, José Eloy escribió: Hello everybody! I got to install

[web2py] Re: serving php and python in shared hosting

2013-02-06 Thread José Eloy
Maybe the solution is add a new RewriteRule, but I don't be an expert in apache configuration. Any idea? -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving emails from it, send an email to

[web2py] Re: serving php and python in shared hosting

2013-02-05 Thread José Eloy
Any idea? -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit