SLAC CPE Software Engineering Group
Stanford Linear Accelerator Center
System Admin

Notes on MCCDEV's Web Server

 

SLAC Detailed
SLAC Computing
Software Home
Software Detailed
 

Last Modified: July 7, 2011


 

Logicals:

"WWW_ROOT" = "$255$DUA0:[HTTP_SERVER.]" (LNM$SYSTEM_TABLE)

"WWW_SYSTEM" = "WWW_ROOT:[SYSTEM]" (LNM$SYSTEM_TABLE)

Config_file:

WWW_SYSTEM:HTTP_PATHS.CONF

 


 

http://www.iron.net/www/userguide/privrequest.html

 

Privrequest

privrequest is a utility that sends commands to the server. This is useful for getting information about open connections, or shutting down or restarting the server. An example command would be:

$privrequest:==$www_system:privrequest

$privrequest 931 statistics

 

Starting the server

You cannot use the privrequest command to start the server, as it only sends a command to a running server. The suggested way to start the server, once in production, is by:

To start server:

must be system

        @WWW_SYSTEM:HTTP_STARTUP  HTTP_SERVER  ""  HTTP_MAIN.CONF  80

 

Restarting the server

To pick up changes to the configuration files, you can use

$privrequest 931 restart

If you need to pick up changes made to the account, such as quotas, then you must shutdown the server, and then start it.

Shutting down the server

$privrequest 931 shutdown

Note that this has no affect on any DECnet network processes. Information on handling these follows.

 

-----------------------

 

 


 



[SLAC CPE Software Engineering Group][ SLAC Home Page]