Tagged Questions
4
votes
1answer
124 views
Does Apache really “fork” in mod_php/python way for request handling?
I am a dummy in web apps. I have a doubt regaring the functioning of apache web server. My question is mainly centered on "how apache handles each incoming request"
Q: When apache is running in the ...
0
votes
2answers
313 views
How do mod_php, mod_python, mod_Language work
Some of the Apache modules are related to programming languages, like mod_php and mod_python. The description is basically "enables usage of php within apache" or "enables usage of python within ...
3
votes
2answers
864 views
Web programming: Apache modules: mod_python vs mod_php
I've been using for more than 12 years PHP with Apache (a.k.a mod_php) for my web
development work. I've recenlty discovered python and its real power (I still don't understand why this is not always ...