Python v PHP for web, and restarting Apache?

gabor gabor at nekomancer.net
Fri Nov 17 13:27:57 EST 2006


walterbyrd wrote:
> I think I have read somewhere that using Python to develop
> web-applications requires some restarting of the Apache server, whereas
> PHP does not.
> 

first thing... there are many many ways how to run a python-apache web 
application..

- mod_python
- cgi
- fastcgi
- sci
- proxy

also the same way, for php:
- mod_php
- fastcgi
- cgi
- (maybe something more, i'm not much experienced with php)

so first you should tell us which python-solution would you like to 
compare to which php-solution..


gabor



More information about the Python-list mailing list