This is a discussion on Re: Logging problem within the Linux Web Servers forums, part of the Web Server and Related Forums category; Javier Henderson wrote: > Environment: > > FreeBSD 4.10 > Apache 1.3.31 from the ports collection (apache13) &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Javier Henderson wrote:
> Environment: > > FreeBSD 4.10 > Apache 1.3.31 from the ports collection (apache13) > > Despite having: > > LogLevel error > > in the active httpd.conf, I get tons of: > > Tue Aug 10 11:06:09 2004] [warn] Apache does not support line-end comments. Consider using quotes around argument: "# badly behaved bot from kloth list" > > What am I missing? See: http://httpd.apache.org/docs/configuring.html#syntax You are trying to include comments on the same line as configuration directives and this is not allowed. Joshua. |
|
|||
|
"Joshua Slive" <jslive@gmail.com> writes:
> Javier Henderson wrote: > > Environment: > > > > FreeBSD 4.10 > > Apache 1.3.31 from the ports collection (apache13) > > > > Despite having: > > > > LogLevel error > > > > in the active httpd.conf, I get tons of: > > > > Tue Aug 10 11:06:09 2004] [warn] Apache does not support line-end > comments. Consider using quotes around argument: "# badly behaved bot > from kloth list" > > > > What am I missing? > > See: > http://httpd.apache.org/docs/configuring.html#syntax > You are trying to include comments on the same line as configuration > directives > and this is not allowed. Well I don't see the string "badly behaved bot" anywhere on the config files... -jav |