|
Do I have to call it nph-*
According to NCSA's reference pages
Must/should/can I write nph scripts?
NPH = No Parsed Headers
What Environment variables are available to my application?
hose you can rely on are documented in NCSA's
pages
What HTTP request headers can I use?
Most HTTP request headers are passed to the CGI script as environment
variables
What HTTP response headers do I need to know about?
Unless you are using NPH, the HTTPD will insert necessary response
headers on your behalf
What is HTTP (HyperText Transfer Protocol)?
HTTP is the protocol of the Web
What is NPH?
NPH = No Parsed Headers
What is the difference between GET and POST?
Firstly, the the HTTP protocol specifies differing usages for the two
methods
Why doesn't my script get REMOTE_USER? My page is password-protected.
You will get REMOTE_USER if the _script_ is password protected
|