First page Back Continue Last page Summary Graphics
Architecture:
Exploiting the Apache environment
Apache provides:
- Convenient request parsing (all the work is already done for you by the time your functions are called)
- Internal (interchild) process statistics.
- Powerful functions of expanding and exploring modified requests.
Apache does not provide:
- The ability to override the KeepAlives
configuration parameter.
Notes: