httpd-error

I recently saw this in my website's httpd-error.log, can your pls tell me
what I should check? I really have no clue where to look:

File does not exist: /usr/www/mywebsite.net/://

Looks like something is missing? Site looks oke, visually no quircks to be
seen.
Can you tell me what might cause this? Thanks!

--
Floor
Floor [ Fr, 02 November 2007 15:08 ] [ ID #1860950 ]

Re: httpd-error

On Nov 2, 2:08 pm, "Floor" <Fl... [at] yahooh.co.not> wrote:
> I recently saw this in my website's httpd-error.log, can your pls tell me
> what I should check? I really have no clue where to look:
>
> File does not exist: /usr/www/mywebsite.net/://
>
> Looks like something is missing? Site looks oke, visually no quircks to be
> seen.
> Can you tell me what might cause this? Thanks!
>
> --
> Floor

Open internet explorer and type
http://www.mywebsite.net/://
into the address bar.

Thats one way - there are others, depending on your apache
configuration.
shimmyshack [ Fr, 02 November 2007 15:48 ] [ ID #1860952 ]

Re: httpd-error

shimmyshack:

> Open internet explorer and type
> http://www.mywebsite.net/://
> into the address bar.
>
> Thats one way - there are others, depending on your apache
> configuration.

Yes I know; but I want to get rid of it in my httpd-error.log. Does that
implicate that a user requests this URL format or is it a fault somewhere in
my site and if so, how could I solve it...

thanks,
Floor
Floor [ Sa, 03 November 2007 12:35 ] [ ID #1861618 ]

Re: httpd-error

"Floor" <Floor [at] yahooh.co.not> schreef in bericht
news:472c5d04$0$226$e4fe514c [at] news.xs4all.nl...
>> Open internet explorer and type
>> http://www.mywebsite.net/://
>> into the address bar.
>>
>> Thats one way - there are others, depending on your apache
>> configuration.
>
> Yes I know; but I want to get rid of it in my httpd-error.log. Does that
> implicate that a user requests this URL format or is it a fault somewhere
> in my site and if so, how could I solve it...
>
Check the access_log to see the corresponding incoming, unmodified request.
With a bit of luck the referrer will reveal the in-site cause.

Further, you cann't surpress logging of an error, you can correctively
rewrite [the mapping of ]a bogus URL to avoid the error to occure. Be
careful not to trip Google's 'too many links to same content' trap ...

HansH
HansH [ Sa, 03 November 2007 13:03 ] [ ID #1861620 ]

Re: httpd-error

HansH:

> Check the access_log to see the corresponding incoming, unmodified
> request.
> With a bit of luck the referrer will reveal the in-site cause.
>
> Further, you cann't surpress logging of an error, you can correctively
> rewrite [the mapping of ]a bogus URL to avoid the error to occure. Be
> careful not to trip Google's 'too many links to same content' trap ...

That makes sense to me... I will do as you advised, thanks for your comment.
Floor
Floor [ Sa, 03 November 2007 15:51 ] [ ID #1861624 ]
Webserver » alt.apache.configuration » httpd-error

Vorheriges Thema: PHP / JRun3 / Apache 1.3
Nächstes Thema: Header add question