Parent document is top of "FAQ: Frequently Asked Questions about CGI Programming"
Previous document is "2.4 What HTTP response headers do I need to know about?"
Next document is "2.6 Must/should/can I write nph scripts?"

2.5 What is NPH?

NPH = No Parsed Headers.   The script undertakes to print the entire
HTTP response including all necessary header fields.   The HTTPD
is thereby instructed not to parse the headers (as it would normally do)
nor add any which are missing.

Parent document is top of "FAQ: Frequently Asked Questions about CGI Programming"
Previous document is "2.4 What HTTP response headers do I need to know about?"
Next document is "2.6 Must/should/can I write nph scripts?"