Results 1 to 2 of 2

Thread: logging

  1. #1
    Join Date
    Jun 2012
    Beans
    1

    logging

    Hi there, I have a question about apache2 logging, it looks like the get / post requests are cut at 1024 chars, i would like to have the complete request for later research even when te request or post is larger then 1024.
    is this possible?

  2. #2
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: logging

    Modify the log format, or create a custom log, using
    http://httpd.apache.org/docs/2.2/mod...og_config.html

    See if logging the %q placeholder for the query string gets around the length problem.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •