http://some.machine/cgi-bin/display.pl/cgi/cgi_doc.txt
In this example, we use a script with a .pl
suffix to make it clear where the CGI program's path
ends and the extra path information begins. Everything after
display.pl is the extra path. The
PATH_TRANSLATED variable is also set, mapping the PATH_INFO to the
document root (DOCUMENT_ROOT) directory (e.g.,
/usr/local/etc/httpd/public/cgi/cgi_doc.txt).
 |  |  |
12.2. URL Encoding |  | 12.4. CGI Environment Variables |