Bruno Cantieni <[EMAIL PROTECTED]> wrote:

> I'm trying to generate a report which lists only method POST log
> entries for a specific PHP page.
> I have no problem limiting/restricting the report to requests for this
> single PHP page, however, I can not use a regex such as
> "^/direcories_here/page_name.php?action=action" in order to only get
> submitted pages.
> The PHP pages actually submitted don't result in a log entry with
> arguments but rather just the method.
> How can I filter on the method??

Normally, the LOGFORMAT uses %j to just ignore the method. If you
specify POST in the LOGFORMAT, then only entries with POST will be used
in the report.


LOGFORMAT (%S [%d/%M/%Y:%h:%n:%j %j] "POST %r %j" %c %b%j)
Aengus


+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+------------------------------------------------------------------------

Reply via email to