<div dir="ltr">Hi Mura,<div><br></div><div>apache is used as a proxy with python. You would fire up your python web app and put apache in front of it. Apache does come these days with wsgi <a href="https://code.google.com/p/modwsgi/">https://code.google.com/p/modwsgi/</a> that can be added to apache as module, something like mod_wsgi can be used for your python web app. PHP is another web app language similar to python that would be sitting behind apache and would be loaded with PHP code. <a href="http://dan.drydog.com/apache2php.html">http://dan.drydog.com/apache2php.html</a>  </div>
<div><br></div><div>Example of python web app frameworks would be:</div><div>django: <a href="https://docs.djangoproject.com/en/1.2/howto/deployment/modwsgi/">https://docs.djangoproject.com/en/1.2/howto/deployment/modwsgi/</a></div>
<div>web.py <a href="http://webpy.org/">http://webpy.org/</a></div><div><br></div><div>And a lot more...</div><div><br></div><div>I hope this helps,</div><div>Cheers, dgarvey</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Dec 16, 2013 at 6:21 PM, Mura Zalukhu <span dir="ltr"><<a href="mailto:murahati@gmail.com" target="_blank">murahati@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
I am a newbiew for python,<br>
i want to improve my programming for python.<br>
but i have searching any tutorial to configuration python for webserver but no one of tutorial solved my problem.<br>
<br>
could you give me how to configuration ptyhon on webserver like apache / php or<br>
Thanks so much<br>
<span class="HOEnZb"><font color="#888888">--<br>
<a href="https://mail.python.org/mailman/listinfo/python-list" target="_blank">https://mail.python.org/mailman/listinfo/python-list</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>David Garvey
</div>