I have three logs. the error log is irrelavent though. so i have an access
log and a ssl_engine_log. but my httpd file calls for only one log file to
be created.
Is my format being broken up into two files is that what is ocurring?
the apache conf file for the logformat is as follows
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%
{User-Agent}i\""
combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%
{User-Agent}i\"
%{SSL_PROTOCOL}x %{SSL_CIPHER}x" ssl-combined
#CustomLog /usr/local/apache/logs/access_log common
#CustomLog /usr/local/apache/logs/referer_log referer
#CustomLog /usr/local/apache/logs/agent_log agent
#CustomLog /usr/local/apache/logs/ssl_request_log "%t %
h %{SSL_PROTOCOL}x
%{SSL_CIPHER}x \"%r\" %b"
#CustomLog /usr/local/apache/logs/access_log combined
CustomLog /usr/local/apache/logs/access_log ssl-combined
+------------------------------------------------------------------------
| This is the analog-help mailing list. To unsubscribe from this
| mailing list, go to
| http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
| List archives are available at
| http://www.mail-archive.com/[email protected]/
| http://lists.isite.net/listgate/analog-help/archives/
| http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------