|
|
| Javier Henderson 2004-08-10, 5:49 pm |
| 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?
-jav
| |
| Joshua Slive 2004-08-11, 5:52 pm |
| 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.
| |
| Javier Henderson 2004-08-12, 5:50 pm |
| "Joshua Slive" <jslive@gmail.com> writes:
> Javier Henderson wrote:
> comments. Consider using quotes around argument: "# badly behaved bot
> from kloth list"
>
> 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
| |
| Joshua Slive 2004-08-12, 5:50 pm |
| Javier Henderson wrote:
> Well I don't see the string "badly behaved bot" anywhere on the
config
> files...
Look more carefully, including in any Include'ed conf files and in your
..htaccess files.
Joshua.
| |
| Javier Henderson 2004-08-15, 5:47 pm |
| "Joshua Slive" <jslive@gmail.com> writes:
> Javier Henderson wrote:
>
> config
>
> Look more carefully, including in any Include'ed conf files and in your
> .htaccess files.
I parsed the entire directory tree, starting at /, with find and grep,
and didn't find that string.
-jav
| |
| Joshua Slive 2004-08-17, 5:50 pm |
| Javier Henderson wrote:
> "Joshua Slive" <jslive@gmail.com> writes:
>
your[vbcol=seagreen]
>
> I parsed the entire directory tree, starting at /, with find and
grep,
> and didn't find that string.
What can I say? Apache certainly didn't make up that quote.
Are you sure your find/grep included .htaccess files?
Joshua.
| |
| Javier Henderson 2004-08-22, 5:58 pm |
| "Joshua Slive" <jslive@gmail.com> writes:
> Javier Henderson wrote:
> your
> grep,
>
> What can I say? Apache certainly didn't make up that quote.
> Are you sure your find/grep included .htaccess files?
>
Definitely. I'm at a loss.
-jav
|
|
|
|