Page 1 of 1

Logging httpd activity

Posted: Wed Jan 31, 2007 3:10 am
by Ryon
The new httpd server with CGI in v.9.0.18 newLISP is very convenient, but I don't see a provision for logging server activity.

Code: Select all

newlisp -L -c -d 8080 -w c:/my-project

logs only the first connection, and

Code: Select all

newlisp -L http-conf.lsp -http 8080 -w c:/my-project

doesn't work at all.

It appears that I am misusing the -l and -L options. Is there a proper way to enable logging with the new -http server mode?

Posted: Wed Jan 31, 2007 12:49 pm
by Lutz
logging is broken in some places and will be repaired.

Lutz

Posted: Wed Jan 31, 2007 3:11 pm
by Lutz
Logging has been redone for 9.0.20 and now must always specify a full path-name of a logfile. See manual in version 9.0.20 on coming weekend.

Lutz