http://servername:port/path#section
If you are not running the server as root, then it can not be on any port below 1024.
If you are running a
test server, or a personal server, you might want to choose a higher
port number. Some common port numbers for these types of servers
are 8001, 8080, and 1234. You can only set the port number using
the Port directive if you
set the ServerType to
standalone. If you set it to inetd, then the server number is
set in the /etc/services
file.
PATH_INFO
environment
variable for use in the CGI script or SSI document. If you are providing
a directory index, PATH_INFO
will only be provided if the
index is referenced (ie, /index.cgi/path/info
). See
the CGI, SSI, and
Index documentation.
If it cannot find one of these, it then checks to see if you have enabled Indexes for that directory using the Options directive. (Options Indexes). If the Indexes option is allowed, the server will generate a directory index. See the Index Tutorial for more information on controlling how the server creates the Index.