Difference between revisions of "Conf/Server/Module/nssock"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
'''Socket driver module (HTTP) -- nssock''' | '''Socket driver module (HTTP) -- nssock''' | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Module/nssock/Port | port]] |
:Port for HTTP (typically 80) | :Port for HTTP (typically 80) | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Module/nssock/Hostname | hostname]] |
:This is not the same as your hostname | :This is not the same as your hostname | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Module/nssock/Address | address ]] |
:This is not the same as your host addr | :This is not the same as your host addr | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Module/nssock/Location | location]] |
:URL for auto-redirects (trailing slash) | :URL for auto-redirects (trailing slash) | ||
− | ; [[Conf/ | + | ; [[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/ | + | ; [[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)