English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Are they run as CGI:s or are they integrated into the server and if so by what technique

2006-11-10 00:22:08 · 3 answers · asked by shyam s 1 in Computers & Internet Computer Networking

3 answers

It's possible to do either. There are Apache modules that support PHP (mod_php) and Python (mod_python). Alternatively, either interpreter can be configured to run as a CGI or FastCGI executable...

2006-11-11 04:41:01 · answer #1 · answered by NC 7 · 0 0

Either or. PHP can be run as a CGI or as a web server (e.g. Apache) module.

There's a nice summary of the pros and cons of both approaches at http://forums.liquidweb.com/showthread.php?t=156

2006-11-10 08:27:50 · answer #2 · answered by David B 3 · 0 0

PHP: talks to Apache via Apache's API.

Python: there is a tool called mod_python. You could also use cgi .

2006-11-10 08:25:12 · answer #3 · answered by changmw 6 · 0 0

fedest.com, questions and answers