Re: [users@httpd] SSL Logs and AWStats

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Joshua Slive wrote:

On 1/18/06, Mark McCulligh <mmcculli@xxxxxxxxxxxxx> wrote:
I was wondering what is the different between TransferLog and
CustomLog.  The only difference I can see is that with the TransferLog
you cannot give it a log format or give it any other parameters.  If
this is true why use the TransferLog when the CustomLog does the same
thing and has move features.

TransferLog only exists for historical reasons.  There is no reason to use it.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx

Thanks, I was wondering if that was the reason. If TransferLog is for historical reasons would it be better to have your SSL VirtualHost Log setup like this:

<VirtualHost 192.168.102.10:443>
   <...>
  ErrorLog   /usr/local/httpd/logs/site1/error_log
  CustomLog  /usr/local/httpd/logs/site1/access_log combined
  CustomLog  /usr/local/httpd/logs/site1/ssl_request_log \
      "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>

Trying to figure out the best way to log SSL websites. Starting with the examples in the Apache docs.

Thanks,
Mark


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux