Logging httpd activity

Q&A's, tips, howto's
Locked
Ryon
Posts: 248
Joined: Thu Sep 26, 2002 12:57 am

Logging httpd activity

Post 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?

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

logging is broken in some places and will be repaired.

Lutz

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post 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

Locked