| imgroot |
: |
server.print(config.imgroot) |
| docroot |
: |
server.print(server.docroot) |
| hostname |
: |
server.print(config.hostname) |
| scriptdir |
: |
server.print(config.scriptdir) |
| cachedir |
: |
server.print(config.cache_dir) |
| tmpdir |
: |
server.print(config.tmpdir) |
| port |
: |
server.print(config.port) |
if server.has_openssl then
server.print('| SSL port | : | ' ..
config.sslport .. ' |
')
end
| number of threads: |
: |
server.print(config.n_threads) |
| maximal post size: |
: |
server.print(config.max_post_size) |
Important Note: "IP of client" and "Host in request" may
indicate the information of a proxy and notof the actual
client!