Hi Mura,

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
https://code.google.com/p/modwsgi/ 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. http://dan.drydog.com/apache2php.html

Example of python web app frameworks would be:
django: https://docs.djangoproject.com/en/1.2/howto/deployment/modwsgi/
web.py http://webpy.org/

And a lot more...

I hope this helps,
Cheers, dgarvey


On Mon, Dec 16, 2013 at 6:21 PM, Mura Zalukhu <murah...@gmail.com> wrote:

> Hi all,
> I am a newbiew for python,
> i want to improve my programming for python.
> but i have searching any tutorial to configuration python for webserver
> but no one of tutorial solved my problem.
>
> could you give me how to configuration ptyhon on webserver like apache /
> php or
> Thanks so much
> --
> https://mail.python.org/mailman/listinfo/python-list
>



-- 
David Garvey
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to