Difference between revisions of "Conf/Server/Module/nssock"

From AOLserver Wiki
Jump to navigation Jump to search
(Created page with '== ns_section "ns/server/${server_name}/modules/nssock" == part of AOLServer Config Reference '''Socket driver module (HTTP) -- nssock''' ; [[Conf/Parameters/Port | p…')
 
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
'''Socket driver module (HTTP)  -- nssock'''
 
'''Socket driver module (HTTP)  -- nssock'''
  
; [[Conf/Parameters/Port | port]]
+
; [[Conf/Server/Module/nssock/Port | port]]
 
:Port for HTTP (typically 80)
 
:Port for HTTP (typically 80)
  
; [[Conf/Parameters/Hostname | hostname]]
+
; [[Conf/Server/Module/nssock/Hostname | hostname]]
 
:This is not the same as your hostname
 
:This is not the same as your hostname
 
 
   
 
   
 
+
; [[Conf/Server/Module/nssock/Address  | address ]]
; [[Conf/Parameters/Address  | address ]]
 
 
:This is not the same as your host addr
 
:This is not the same as your host addr
  
; [[Conf/Parameters/Location | location]]
+
; [[Conf/Server/Module/nssock/Location | location]]
 
:URL for auto-redirects (trailing slash)
 
:URL for auto-redirects (trailing slash)
  
; [[Conf/Parameters/Maxinput | maxinput]]
+
; [[Conf/Server/Module/nssock/Maxinput | maxinput]]
 
:Maximum file size for uploads in bytes, default is 1MB, new in AOLserver 4.01
 
:Maximum file size for uploads in bytes, default is 1MB, new in AOLserver 4.01
  
; [[Conf/Parameters/Keepwait | keepwait]]
+
; [[Conf/Server/Module/nssock/Keepwait | keepwait]]
 
:Max time conn is kept alive (keepalive)
 
:Max time conn is kept alive (keepalive)
 
:(set to 0 to disable keepalive)
 
:(set to 0 to disable keepalive)

Latest revision as of 09:35, 27 December 2011

ns_section "ns/server/${server_name}/modules/nssock"

part of AOLServer Config Reference

Socket driver module (HTTP) -- nssock

port
Port for HTTP (typically 80)
hostname
This is not the same as your hostname
address
This is not the same as your host addr
location
URL for auto-redirects (trailing slash)
maxinput
Maximum file size for uploads in bytes, default is 1MB, new in AOLserver 4.01
keepwait
Max time conn is kept alive (keepalive)
(set to 0 to disable keepalive)