Category:JANUS DEFINE parameters: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:


<p class="code">JANUS DEFINE MYWEB 80 WEBSERV 50 WEBUSER WEBUSER TRACE 0 UPCASE -
<p class="code">JANUS DEFINE MYWEB 80 WEBSERV 50 WEBUSER WEBUSER TRACE 0 UPCASE -
       OBSIZE 10240 IBSIZE 10240 RBSIZE 10240 TIMEOUT 600 -
       OBSIZE 10240 IBSIZE 10240 RBSIZE 10240 TIMEOUT 600       -
       OPEN FILE MYFILE MAXTEMP 14000 BINDADDR 198.242.244.47 -
       OPEN FILE MYFILE MAXTEMP 14000 BINDADDR 198.242.244.47   -
       LOG REQ WEBLOGJW LOGCLOSET 57 NOAUDTERM COMPRESS 2 KEEPALIVE 30
       LOG REQ WEBLOGJW LOGCLOSET 57 NOAUDTERM COMPRESS 2 KEEPALIVE 30


JANUS DEFINE MYWEBS 443 WEBSERV 50 WEBUSER WEBUSER TRACE 0 UPCASE -
JANUS DEFINE MYWEBS 443 WEBSERV 50 WEBUSER WEBUSER TRACE 0 UPCASE   -
       OBSIZE 10240 RBSIZE 4096 SSL CERTS MYSSL.PKEY SSLCACHE 100 -
       OBSIZE 10240 RBSIZE 4096 SSL CERTS MYSSL.PKEY SSLCACHE 100   -
       SSLBSIZE 32767 OPEN FILE MYFILE IBSIZE 4096 -
       SSLBSIZE 32767 OPEN FILE MYFILE IBSIZE 4096                   -
       RBSIZE 10240 MAXTEMP 9000 TIMEOUT 600 BINDADDR 198.242.244.47 -
       RBSIZE 10240 MAXTEMP 9000 TIMEOUT 600 BINDADDR 198.242.244.47 -
       LOG REQ WEBLOGJW LOGCLOSET 57 NOAUDTERM COMPRESS 0 KEEPALIVE 60
       LOG REQ WEBLOGJW LOGCLOSET 57 NOAUDTERM COMPRESS 0 KEEPALIVE 60

Revision as of 16:58, 2 March 2012

The JANUS DEFINE command defines and specifies characteristics for a Janus port.

Only a few items are required on a JANUS DEFINE command to get a port defined in memory. But typically the command become quite complex over time as buffer sizes, default files and other characteristics are added.

Following are the commands to define a JANUS WEB port and a secured JANUS WEB port. Your processing and security needs will almost certainly require different settings:

JANUS DEFINE MYWEB 80 WEBSERV 50 WEBUSER WEBUSER TRACE 0 UPCASE - OBSIZE 10240 IBSIZE 10240 RBSIZE 10240 TIMEOUT 600 - OPEN FILE MYFILE MAXTEMP 14000 BINDADDR 198.242.244.47 - LOG REQ WEBLOGJW LOGCLOSET 57 NOAUDTERM COMPRESS 2 KEEPALIVE 30 JANUS DEFINE MYWEBS 443 WEBSERV 50 WEBUSER WEBUSER TRACE 0 UPCASE - OBSIZE 10240 RBSIZE 4096 SSL CERTS MYSSL.PKEY SSLCACHE 100 - SSLBSIZE 32767 OPEN FILE MYFILE IBSIZE 4096 - RBSIZE 10240 MAXTEMP 9000 TIMEOUT 600 BINDADDR 198.242.244.47 - LOG REQ WEBLOGJW LOGCLOSET 57 NOAUDTERM COMPRESS 0 KEEPALIVE 60

The parameters shown above are described in the pages in this section. A summary of the parameters can also be found on the JANUS DEFINE page.

Pages in category "JANUS DEFINE parameters"

The following 138 pages are in this category, out of 138 total.