![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 24](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653024.webp)
How the Server Handles Requests from Clients
24
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
Steps in the Request Handling Process
When the server first starts up it performs some initialization and then waits for an
HTTP request from a client (such as a browser). When it receives a request, it first
selects a virtual server. For details about how the virtual server is determined, see
“Virtual Server Selection for Request Processing,” on page 306.
After the virtual server is selected, the
obj.conf
file for the virtual server class
specifies how the request is handled in the following steps:
1.
AuthTrans
(authorization translation)
verify any authorization information (such as name and password) sent in the
request.
2.
NameTrans
(name translation)
translate the logical URI into a local file system path.
3.
PathCheck
(path checking)
check the local file system path for validity and check that the requestor has
access privileges to the requested resource on the file system.
4.
ObjectType
(object typing)
determine the MIME-type (Multi-purpose Internet Mail Encoding) of the
requested resource (for example.
text/html
,
image/gif
, and so on).
5.
Service
(generate the response)
generate and return the response to the client.
6.
AddLog
(adding log entries)
add entries to log file(s).
7.
Error
(service)
This step is executed only if an error occurs in the previous steps. If an error
occurs, the server logs an error message and aborts the process.
Содержание ENTERPRISE SERVER 6.1
Страница 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Страница 18: ...Where to Find Related Information 18 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 138: ...CGI to NSAPI Conversion 138 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 214: ...NSAPI Functions in Alphabetical Order 214 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 310: ...The Netscape LDAP Schema 310 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 324: ...Sample MIME Types File 324 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...