From azavrin at myvest.com Tue Nov 12 22:51:13 2013 From: azavrin at myvest.com (Anton Zavrin) Date: Tue, 12 Nov 2013 13:51:13 -0800 Subject: [phpLogCon] Loganalyzer 3.6.5 - Successful install - first time logon issues Message-ID: Hello, I have successfully went through installation steps, however, when i login or try to do almost anything i get below error message: Connection to the database server failed Extra Error Details: mysql_connect(): Access denied for user 'root'@'localhost' (using password: YES) MySQL is up and im able to login locally. Any tip to where i can be looking for a possible solution would be greatly appreciated. -- * Anton Zavrin | Sr. Systems Administrator | MyVest 500 Howard Street, Suite 425, San Francisco, CA 94105Office: 415.284.2770 | Fax: 415.369.9517 * -- Confidentiality Notice and Disclaimer: The information contained in this e-mail and any attachments, is not transmitted by secure means and may also be legally privileged and confidential. If you are not an intended recipient, you are hereby notified that any dissemination, distribution, or copying of this e-mail is strictly prohibited. If you have received this e-mail in error, please notify the sender and permanently delete the e-mail and any attachments immediately. You should not retain, copy or use this e-mail or any attachment for any purpose, nor disclose all or any part of the contents to any other person. MyVest Corporation, MyVest Advisors and their affiliates accept no responsibility for any unauthorized access and/or alteration or dissemination of this communication nor for any consequence based on or arising out of the use of information that may have been illegitimately accessed or altered. From aolah76 at freemail.hu Tue Nov 19 07:13:30 2013 From: aolah76 at freemail.hu (=?iso-8859-2?Q?Ol=E1h_Ambrus_S=E1ndor?=) Date: Tue, 19 Nov 2013 07:13:30 +0100 Subject: [phpLogCon] Webserver Fields Message-ID: <000001cee4ee$77c28830$67479890$@freemail.hu> Hi phplogcon users, I am trying to configure lighttpd and LogAnalyzer to display the access.log file of my lighttpd webserver. I have modified the default logging format of lighttpd to the following: accesslog.filename = "/var/log/lighttpd/access.log" accesslog.format = "%{%b %d %H:%M:%S}t %h %U%q %s %b: %{From}i|%{Via}i|%{Referer}i" Choosing "Webserver Fields" in LogAnalyzer, the Date and Host columns are filled correctly, but URL, User Agent, Status and Bytes Send columns are empty and all these informations are filled int he column Message. I am not using sql database. LogAnalyzer is configured to view the pure text based logfiles. Could somebody support me with a sample webserver access.log fragment to figure out how to configure lighttpd accesslog.format in a way that LogAnalyzer displays it correctly? Thank you in advance, Ambrus Ol?h From alorbach at adiscon.com Tue Nov 19 10:46:15 2013 From: alorbach at adiscon.com (Andre Lorbach) Date: Tue, 19 Nov 2013 10:46:15 +0100 Subject: [phpLogCon] Webserver Fields In-Reply-To: <000001cee4ee$77c28830$67479890$@freemail.hu> References: <000001cee4ee$77c28830$67479890$@freemail.hu> Message-ID: <36432feda95685287a6b76f09f1b7bed@mail.gmail.com> Take a look to the "msgparser.apache2.class.php" file in src/classes/msgparsers. It contains some format samples in the inline code comments. Best regards, Andre Lorbach > -----Original Message----- > From: phplogcon-bounces at lists.adiscon.com [mailto:phplogcon- > bounces at lists.adiscon.com] On Behalf Of Ol?h Ambrus S?ndor > Sent: Tuesday, November 19, 2013 7:14 AM > To: phplogcon at lists.adiscon.com > Subject: [phpLogCon] Webserver Fields > > Hi phplogcon users, > > > > I am trying to configure lighttpd and LogAnalyzer to display the access.log file > of my lighttpd webserver. I have modified the default logging format of > > lighttpd to the following: > > accesslog.filename = "/var/log/lighttpd/access.log" > accesslog.format = "%{%b %d %H:%M:%S}t %h %U%q %s %b: > %{From}i|%{Via}i|%{Referer}i" > > Choosing "Webserver Fields" in LogAnalyzer, the Date and Host columns are > filled correctly, but URL, User Agent, Status and Bytes Send columns are > empty and all these informations are filled int he column Message. I am not > using sql database. LogAnalyzer is configured to view the pure text based > logfiles. Could somebody support me with a sample webserver access.log > fragment to figure out how to configure lighttpd accesslog.format in a way > that LogAnalyzer displays it correctly? > > > > Thank you in advance, > > > > Ambrus Ol?h > > _______________________________________________ > phpLogCon mailing list > http://lists.adiscon.net/mailman/listinfo/phplogcon > http://www.phplogcon.org From aolah76 at freemail.hu Tue Nov 19 20:57:23 2013 From: aolah76 at freemail.hu (=?iso-8859-2?Q?Ol=E1h_Ambrus_S=E1ndor?=) Date: Tue, 19 Nov 2013 20:57:23 +0100 Subject: [phpLogCon] Webserver Fields In-Reply-To: <36432feda95685287a6b76f09f1b7bed@mail.gmail.com> References: <000001cee4ee$77c28830$67479890$@freemail.hu> <36432feda95685287a6b76f09f1b7bed@mail.gmail.com> Message-ID: <000001cee561$905808c0$b1081a40$@freemail.hu> Dear Mr. Lorbach, thank you very much. I have tried your suggestion. I have copy pasted the examples found in /classes/msgparsers/msgparser.apache2.class.php 127.0.0.1 - - [14/Sep/2008:06:50:15 +0200] "GET / HTTP/1.0" 200 19023 "-" "VoilaBot link checker" 65.55.211.112 - - [16/Sep/2008:13:37:47 +0200] "GET /index.php?name=News&file=article&sid=1&theme=Printer HTTP/1.1" 200 4908 "-" "msnbot/1.1 (+http://search.msn.com/msnbot.htm)" All the above text appears int he Message column. I have than edited my lighttpd config to use the default logging format uncommenting the line related to accesslog.format : accesslog.filename = "/var/log/lighttpd/access.log" #accesslog.format = "%{%b %d %H:%M:%S}t %h %U%q %s %b: %{From}i|%{Via}i|%{Referer}i" Than I have restarted lighttpd. No change. Somehow LogAnalyzer should be instructed to use msgparser.apache2.class.php Therefore I also include the relevant fragment from LogAnalyzer's config.php: $CFG['Sources']['Source6']['ID'] = 'Source6'; $CFG['Sources']['Source6']['Name'] = ' Web Server log'; $CFG['Sources']['Source6']['ViewID'] = 'WEBLOG'; $CFG['Sources']['Source6']['SourceType'] = SOURCE_DISK; $CFG['Sources']['Source6']['LogLineType'] = 'syslog'; $CFG['Sources']['Source6']['DiskFile'] = '/var/log/lighttpd/access.log'; Could you check the above? Is it needed any other setting? Yours sincerely, Ambrus Ol?h From alorbach at adiscon.com Wed Nov 20 09:33:59 2013 From: alorbach at adiscon.com (Andre Lorbach) Date: Wed, 20 Nov 2013 09:33:59 +0100 Subject: [phpLogCon] Webserver Fields In-Reply-To: <000001cee561$905808c0$b1081a40$@freemail.hu> References: <000001cee4ee$77c28830$67479890$@freemail.hu> <36432feda95685287a6b76f09f1b7bed@mail.gmail.com> <000001cee561$905808c0$b1081a40$@freemail.hu> Message-ID: <4cd69035c62560445b2f118572131c38@mail.gmail.com> 'MsgParserList' is missing in your config, add this: $CFG['Sources'][ 'Source6']['MsgParserList'] = "apache2"; Best regards, Andre > -----Original Message----- > From: phplogcon-bounces at lists.adiscon.com [mailto:phplogcon- > bounces at lists.adiscon.com] On Behalf Of Ol?h Ambrus S?ndor > Sent: Tuesday, November 19, 2013 8:57 PM > To: phplogcon at lists.adiscon.com > Subject: Re: [phpLogCon] Webserver Fields > > Dear Mr. Lorbach, > > thank you very much. I have tried your suggestion. I have copy pasted the > examples found in /classes/msgparsers/msgparser.apache2.class.php > > 127.0.0.1 - - [14/Sep/2008:06:50:15 +0200] "GET / HTTP/1.0" 200 19023 "-" > "VoilaBot link checker" > 65.55.211.112 - - [16/Sep/2008:13:37:47 +0200] "GET > /index.php?name=News&file=article&sid=1&theme=Printer HTTP/1.1" 200 > 4908 "-" > "msnbot/1.1 (+http://search.msn.com/msnbot.htm)" > > All the above text appears int he Message column. I have than edited my > lighttpd config to use the default logging format uncommenting the line > related to accesslog.format : > > accesslog.filename = "/var/log/lighttpd/access.log" > #accesslog.format = "%{%b %d %H:%M:%S}t %h %U%q %s %b: > %{From}i|%{Via}i|%{Referer}i" > > Than I have restarted lighttpd. No change. Somehow LogAnalyzer should be > instructed to use msgparser.apache2.class.php > > Therefore I also include the relevant fragment from LogAnalyzer's > config.php: > > $CFG['Sources']['Source6']['ID'] = 'Source6'; > $CFG['Sources']['Source6']['Name'] = ' Web Server log'; > $CFG['Sources']['Source6']['ViewID'] = 'WEBLOG'; > $CFG['Sources']['Source6']['SourceType'] = SOURCE_DISK; > $CFG['Sources']['Source6']['LogLineType'] = 'syslog'; > $CFG['Sources']['Source6']['DiskFile'] = '/var/log/lighttpd/access.log'; > > Could you check the above? Is it needed any other setting? > > Yours sincerely, > > Ambrus Ol?h > > _______________________________________________ > phpLogCon mailing list > http://lists.adiscon.net/mailman/listinfo/phplogcon > http://www.phplogcon.org From aolah76 at freemail.hu Wed Nov 20 22:23:22 2013 From: aolah76 at freemail.hu (=?iso-8859-2?Q?Ol=E1h_Ambrus_S=E1ndor?=) Date: Wed, 20 Nov 2013 22:23:22 +0100 Subject: [phpLogCon] Webserver Fields In-Reply-To: <4cd69035c62560445b2f118572131c38@mail.gmail.com> References: <000001cee4ee$77c28830$67479890$@freemail.hu> <36432feda95685287a6b76f09f1b7bed@mail.gmail.com> <000001cee561$905808c0$b1081a40$@freemail.hu> <4cd69035c62560445b2f118572131c38@mail.gmail.com> Message-ID: <000201cee636$be0a1f80$3a1e5e80$@freemail.hu> Dear Mr. Lorbach, thank you very much, adding that single line works perfectly! All columns of the access.log are filled as expected! Great! Yours sincerely, Ambrus -----Original Message----- From: phplogcon-bounces at lists.adiscon.com [mailto:phplogcon-bounces at lists.adiscon.com] On Behalf Of Andre Lorbach Sent: Wednesday, November 20, 2013 9:34 AM To: phplogcon at lists.adiscon.com Subject: Re: [phpLogCon] Webserver Fields 'MsgParserList' is missing in your config, add this: $CFG['Sources'][ 'Source6']['MsgParserList'] = "apache2"; Best regards, Andre > -----Original Message----- > From: phplogcon-bounces at lists.adiscon.com [mailto:phplogcon- > bounces at lists.adiscon.com] On Behalf Of Ol?h Ambrus S?ndor > Sent: Tuesday, November 19, 2013 8:57 PM > To: phplogcon at lists.adiscon.com > Subject: Re: [phpLogCon] Webserver Fields > > Dear Mr. Lorbach, > > thank you very much. I have tried your suggestion. I have copy pasted the > examples found in /classes/msgparsers/msgparser.apache2.class.php > > 127.0.0.1 - - [14/Sep/2008:06:50:15 +0200] "GET / HTTP/1.0" 200 19023 "-" > "VoilaBot link checker" > 65.55.211.112 - - [16/Sep/2008:13:37:47 +0200] "GET > /index.php?name=News&file=article&sid=1&theme=Printer HTTP/1.1" 200 > 4908 "-" > "msnbot/1.1 (+http://search.msn.com/msnbot.htm)" > > All the above text appears int he Message column. I have than edited > my lighttpd config to use the default logging format uncommenting the > line related to accesslog.format : > > accesslog.filename = "/var/log/lighttpd/access.log" > #accesslog.format = "%{%b %d %H:%M:%S}t %h %U%q %s %b: > %{From}i|%{Via}i|%{Referer}i" > > Than I have restarted lighttpd. No change. Somehow LogAnalyzer should > be instructed to use msgparser.apache2.class.php > > Therefore I also include the relevant fragment from LogAnalyzer's > config.php: > > $CFG['Sources']['Source6']['ID'] = 'Source6'; > $CFG['Sources']['Source6']['Name'] = ' Web Server log'; > $CFG['Sources']['Source6']['ViewID'] = 'WEBLOG'; > $CFG['Sources']['Source6']['SourceType'] = SOURCE_DISK; > $CFG['Sources']['Source6']['LogLineType'] = 'syslog'; > $CFG['Sources']['Source6']['DiskFile'] = > '/var/log/lighttpd/access.log'; > > Could you check the above? Is it needed any other setting? > > Yours sincerely, > > Ambrus Ol?h > > _______________________________________________ > phpLogCon mailing list > http://lists.adiscon.net/mailman/listinfo/phplogcon > http://www.phplogcon.org _______________________________________________ phpLogCon mailing list http://lists.adiscon.net/mailman/listinfo/phplogcon http://www.phplogcon.org From azavrin at myvest.com Tue Nov 12 22:51:13 2013 From: azavrin at myvest.com (Anton Zavrin) Date: Tue, 12 Nov 2013 13:51:13 -0800 Subject: [phpLogCon] Loganalyzer 3.6.5 - Successful install - first time logon issues Message-ID: Hello, I have successfully went through installation steps, however, when i login or try to do almost anything i get below error message: Connection to the database server failed Extra Error Details: mysql_connect(): Access denied for user 'root'@'localhost' (using password: YES) MySQL is up and im able to login locally. Any tip to where i can be looking for a possible solution would be greatly appreciated. -- * Anton Zavrin | Sr. Systems Administrator | MyVest 500 Howard Street, Suite 425, San Francisco, CA 94105Office: 415.284.2770 | Fax: 415.369.9517 * -- Confidentiality Notice and Disclaimer: The information contained in this e-mail and any attachments, is not transmitted by secure means and may also be legally privileged and confidential. If you are not an intended recipient, you are hereby notified that any dissemination, distribution, or copying of this e-mail is strictly prohibited. If you have received this e-mail in error, please notify the sender and permanently delete the e-mail and any attachments immediately. You should not retain, copy or use this e-mail or any attachment for any purpose, nor disclose all or any part of the contents to any other person. MyVest Corporation, MyVest Advisors and their affiliates accept no responsibility for any unauthorized access and/or alteration or dissemination of this communication nor for any consequence based on or arising out of the use of information that may have been illegitimately accessed or altered. From aolah76 at freemail.hu Tue Nov 19 07:13:30 2013 From: aolah76 at freemail.hu (=?iso-8859-2?Q?Ol=E1h_Ambrus_S=E1ndor?=) Date: Tue, 19 Nov 2013 07:13:30 +0100 Subject: [phpLogCon] Webserver Fields Message-ID: <000001cee4ee$77c28830$67479890$@freemail.hu> Hi phplogcon users, I am trying to configure lighttpd and LogAnalyzer to display the access.log file of my lighttpd webserver. I have modified the default logging format of lighttpd to the following: accesslog.filename = "/var/log/lighttpd/access.log" accesslog.format = "%{%b %d %H:%M:%S}t %h %U%q %s %b: %{From}i|%{Via}i|%{Referer}i" Choosing "Webserver Fields" in LogAnalyzer, the Date and Host columns are filled correctly, but URL, User Agent, Status and Bytes Send columns are empty and all these informations are filled int he column Message. I am not using sql database. LogAnalyzer is configured to view the pure text based logfiles. Could somebody support me with a sample webserver access.log fragment to figure out how to configure lighttpd accesslog.format in a way that LogAnalyzer displays it correctly? Thank you in advance, Ambrus Ol?h From alorbach at adiscon.com Tue Nov 19 10:46:15 2013 From: alorbach at adiscon.com (Andre Lorbach) Date: Tue, 19 Nov 2013 10:46:15 +0100 Subject: [phpLogCon] Webserver Fields In-Reply-To: <000001cee4ee$77c28830$67479890$@freemail.hu> References: <000001cee4ee$77c28830$67479890$@freemail.hu> Message-ID: <36432feda95685287a6b76f09f1b7bed@mail.gmail.com> Take a look to the "msgparser.apache2.class.php" file in src/classes/msgparsers. It contains some format samples in the inline code comments. Best regards, Andre Lorbach > -----Original Message----- > From: phplogcon-bounces at lists.adiscon.com [mailto:phplogcon- > bounces at lists.adiscon.com] On Behalf Of Ol?h Ambrus S?ndor > Sent: Tuesday, November 19, 2013 7:14 AM > To: phplogcon at lists.adiscon.com > Subject: [phpLogCon] Webserver Fields > > Hi phplogcon users, > > > > I am trying to configure lighttpd and LogAnalyzer to display the access.log file > of my lighttpd webserver. I have modified the default logging format of > > lighttpd to the following: > > accesslog.filename = "/var/log/lighttpd/access.log" > accesslog.format = "%{%b %d %H:%M:%S}t %h %U%q %s %b: > %{From}i|%{Via}i|%{Referer}i" > > Choosing "Webserver Fields" in LogAnalyzer, the Date and Host columns are > filled correctly, but URL, User Agent, Status and Bytes Send columns are > empty and all these informations are filled int he column Message. I am not > using sql database. LogAnalyzer is configured to view the pure text based > logfiles. Could somebody support me with a sample webserver access.log > fragment to figure out how to configure lighttpd accesslog.format in a way > that LogAnalyzer displays it correctly? > > > > Thank you in advance, > > > > Ambrus Ol?h > > _______________________________________________ > phpLogCon mailing list > http://lists.adiscon.net/mailman/listinfo/phplogcon > http://www.phplogcon.org From aolah76 at freemail.hu Tue Nov 19 20:57:23 2013 From: aolah76 at freemail.hu (=?iso-8859-2?Q?Ol=E1h_Ambrus_S=E1ndor?=) Date: Tue, 19 Nov 2013 20:57:23 +0100 Subject: [phpLogCon] Webserver Fields In-Reply-To: <36432feda95685287a6b76f09f1b7bed@mail.gmail.com> References: <000001cee4ee$77c28830$67479890$@freemail.hu> <36432feda95685287a6b76f09f1b7bed@mail.gmail.com> Message-ID: <000001cee561$905808c0$b1081a40$@freemail.hu> Dear Mr. Lorbach, thank you very much. I have tried your suggestion. I have copy pasted the examples found in /classes/msgparsers/msgparser.apache2.class.php 127.0.0.1 - - [14/Sep/2008:06:50:15 +0200] "GET / HTTP/1.0" 200 19023 "-" "VoilaBot link checker" 65.55.211.112 - - [16/Sep/2008:13:37:47 +0200] "GET /index.php?name=News&file=article&sid=1&theme=Printer HTTP/1.1" 200 4908 "-" "msnbot/1.1 (+http://search.msn.com/msnbot.htm)" All the above text appears int he Message column. I have than edited my lighttpd config to use the default logging format uncommenting the line related to accesslog.format : accesslog.filename = "/var/log/lighttpd/access.log" #accesslog.format = "%{%b %d %H:%M:%S}t %h %U%q %s %b: %{From}i|%{Via}i|%{Referer}i" Than I have restarted lighttpd. No change. Somehow LogAnalyzer should be instructed to use msgparser.apache2.class.php Therefore I also include the relevant fragment from LogAnalyzer's config.php: $CFG['Sources']['Source6']['ID'] = 'Source6'; $CFG['Sources']['Source6']['Name'] = ' Web Server log'; $CFG['Sources']['Source6']['ViewID'] = 'WEBLOG'; $CFG['Sources']['Source6']['SourceType'] = SOURCE_DISK; $CFG['Sources']['Source6']['LogLineType'] = 'syslog'; $CFG['Sources']['Source6']['DiskFile'] = '/var/log/lighttpd/access.log'; Could you check the above? Is it needed any other setting? Yours sincerely, Ambrus Ol?h From alorbach at adiscon.com Wed Nov 20 09:33:59 2013 From: alorbach at adiscon.com (Andre Lorbach) Date: Wed, 20 Nov 2013 09:33:59 +0100 Subject: [phpLogCon] Webserver Fields In-Reply-To: <000001cee561$905808c0$b1081a40$@freemail.hu> References: <000001cee4ee$77c28830$67479890$@freemail.hu> <36432feda95685287a6b76f09f1b7bed@mail.gmail.com> <000001cee561$905808c0$b1081a40$@freemail.hu> Message-ID: <4cd69035c62560445b2f118572131c38@mail.gmail.com> 'MsgParserList' is missing in your config, add this: $CFG['Sources'][ 'Source6']['MsgParserList'] = "apache2"; Best regards, Andre > -----Original Message----- > From: phplogcon-bounces at lists.adiscon.com [mailto:phplogcon- > bounces at lists.adiscon.com] On Behalf Of Ol?h Ambrus S?ndor > Sent: Tuesday, November 19, 2013 8:57 PM > To: phplogcon at lists.adiscon.com > Subject: Re: [phpLogCon] Webserver Fields > > Dear Mr. Lorbach, > > thank you very much. I have tried your suggestion. I have copy pasted the > examples found in /classes/msgparsers/msgparser.apache2.class.php > > 127.0.0.1 - - [14/Sep/2008:06:50:15 +0200] "GET / HTTP/1.0" 200 19023 "-" > "VoilaBot link checker" > 65.55.211.112 - - [16/Sep/2008:13:37:47 +0200] "GET > /index.php?name=News&file=article&sid=1&theme=Printer HTTP/1.1" 200 > 4908 "-" > "msnbot/1.1 (+http://search.msn.com/msnbot.htm)" > > All the above text appears int he Message column. I have than edited my > lighttpd config to use the default logging format uncommenting the line > related to accesslog.format : > > accesslog.filename = "/var/log/lighttpd/access.log" > #accesslog.format = "%{%b %d %H:%M:%S}t %h %U%q %s %b: > %{From}i|%{Via}i|%{Referer}i" > > Than I have restarted lighttpd. No change. Somehow LogAnalyzer should be > instructed to use msgparser.apache2.class.php > > Therefore I also include the relevant fragment from LogAnalyzer's > config.php: > > $CFG['Sources']['Source6']['ID'] = 'Source6'; > $CFG['Sources']['Source6']['Name'] = ' Web Server log'; > $CFG['Sources']['Source6']['ViewID'] = 'WEBLOG'; > $CFG['Sources']['Source6']['SourceType'] = SOURCE_DISK; > $CFG['Sources']['Source6']['LogLineType'] = 'syslog'; > $CFG['Sources']['Source6']['DiskFile'] = '/var/log/lighttpd/access.log'; > > Could you check the above? Is it needed any other setting? > > Yours sincerely, > > Ambrus Ol?h > > _______________________________________________ > phpLogCon mailing list > http://lists.adiscon.net/mailman/listinfo/phplogcon > http://www.phplogcon.org From aolah76 at freemail.hu Wed Nov 20 22:23:22 2013 From: aolah76 at freemail.hu (=?iso-8859-2?Q?Ol=E1h_Ambrus_S=E1ndor?=) Date: Wed, 20 Nov 2013 22:23:22 +0100 Subject: [phpLogCon] Webserver Fields In-Reply-To: <4cd69035c62560445b2f118572131c38@mail.gmail.com> References: <000001cee4ee$77c28830$67479890$@freemail.hu> <36432feda95685287a6b76f09f1b7bed@mail.gmail.com> <000001cee561$905808c0$b1081a40$@freemail.hu> <4cd69035c62560445b2f118572131c38@mail.gmail.com> Message-ID: <000201cee636$be0a1f80$3a1e5e80$@freemail.hu> Dear Mr. Lorbach, thank you very much, adding that single line works perfectly! All columns of the access.log are filled as expected! Great! Yours sincerely, Ambrus -----Original Message----- From: phplogcon-bounces at lists.adiscon.com [mailto:phplogcon-bounces at lists.adiscon.com] On Behalf Of Andre Lorbach Sent: Wednesday, November 20, 2013 9:34 AM To: phplogcon at lists.adiscon.com Subject: Re: [phpLogCon] Webserver Fields 'MsgParserList' is missing in your config, add this: $CFG['Sources'][ 'Source6']['MsgParserList'] = "apache2"; Best regards, Andre > -----Original Message----- > From: phplogcon-bounces at lists.adiscon.com [mailto:phplogcon- > bounces at lists.adiscon.com] On Behalf Of Ol?h Ambrus S?ndor > Sent: Tuesday, November 19, 2013 8:57 PM > To: phplogcon at lists.adiscon.com > Subject: Re: [phpLogCon] Webserver Fields > > Dear Mr. Lorbach, > > thank you very much. I have tried your suggestion. I have copy pasted the > examples found in /classes/msgparsers/msgparser.apache2.class.php > > 127.0.0.1 - - [14/Sep/2008:06:50:15 +0200] "GET / HTTP/1.0" 200 19023 "-" > "VoilaBot link checker" > 65.55.211.112 - - [16/Sep/2008:13:37:47 +0200] "GET > /index.php?name=News&file=article&sid=1&theme=Printer HTTP/1.1" 200 > 4908 "-" > "msnbot/1.1 (+http://search.msn.com/msnbot.htm)" > > All the above text appears int he Message column. I have than edited > my lighttpd config to use the default logging format uncommenting the > line related to accesslog.format : > > accesslog.filename = "/var/log/lighttpd/access.log" > #accesslog.format = "%{%b %d %H:%M:%S}t %h %U%q %s %b: > %{From}i|%{Via}i|%{Referer}i" > > Than I have restarted lighttpd. No change. Somehow LogAnalyzer should > be instructed to use msgparser.apache2.class.php > > Therefore I also include the relevant fragment from LogAnalyzer's > config.php: > > $CFG['Sources']['Source6']['ID'] = 'Source6'; > $CFG['Sources']['Source6']['Name'] = ' Web Server log'; > $CFG['Sources']['Source6']['ViewID'] = 'WEBLOG'; > $CFG['Sources']['Source6']['SourceType'] = SOURCE_DISK; > $CFG['Sources']['Source6']['LogLineType'] = 'syslog'; > $CFG['Sources']['Source6']['DiskFile'] = > '/var/log/lighttpd/access.log'; > > Could you check the above? Is it needed any other setting? > > Yours sincerely, > > Ambrus Ol?h > > _______________________________________________ > phpLogCon mailing list > http://lists.adiscon.net/mailman/listinfo/phplogcon > http://www.phplogcon.org _______________________________________________ phpLogCon mailing list http://lists.adiscon.net/mailman/listinfo/phplogcon http://www.phplogcon.org