error username in apache 1.3.29 - please urgent....
am 27.11.2007 16:51:17 von Limner
Hi
i need help with apache, i'm trying to resolve it but this error stop me
for a very long time...
i have a virtual host with some dinamic pages inside, some javascripts
and .htaccess with username.
when i enter in the site first time, apache correctly ask me for
username and password and it let me enter.
As i use the menu (javascript) it asked me another time username and
password and if i don't enter them i get 401 error.
i went to the log and saw that seems that after entering the menu, seems
that apache lose the username:
i post the access log:
192.168.137.124 - esempio [27/Nov/2007:16:48:34 +0100] "GET
/virt_example/images/menu_bottom_background.gif HTTP/1.1" 200 123
192.168.137.124 - esempio [27/Nov/2007:16:48:34 +0100] "GET
/virt_example/images/footer_for_menu.jpg HTTP/1.1" 200 3432
192.168.137.124 - esempio [27/Nov/2007:16:48:34 +0100] "GET
/virt_example/images/infostrada_in_bot_logo.gif HTTP/1.1" 200 774
192.168.137.124 - - [27/Nov/2007:16:48:34 +0100] "GET /favicon.ico
HTTP/1.1" 401 477
192.168.137.124 - esempio [27/Nov/2007:16:48:34 +0100] "GET /favicon.ico
HTTP/1.1" 401 477
192.168.137.124 - - [27/Nov/2007:16:48:36 +0100] "GET /favicon.ico
HTTP/1.1" 401 477
192.168.137.124 - - [27/Nov/2007:16:48:37 +0100] "POST
/virt_example/dinamic_site_v2.pl HTTP/1.1" 401 477
The username of my site is "esempio".
Is there a way to disable permanently the favicon.ico ?
Problem seems to happen only on firefox, while on explorer all seems ok.
Re: error username in apache 1.3.29 - please urgent....
am 28.11.2007 01:25:58 von spam
"Limner" wrote in message
news:V1X2j.185013$U01.1240351@twister1.libero.it...
> Hi
>
> i need help with apache, i'm trying to resolve it but this error stop me
> for a very long time...
>
> i have a virtual host with some dinamic pages inside, some javascripts
> and .htaccess with username.
>
> when i enter in the site first time, apache correctly ask me for
> username and password and it let me enter.
>
> As i use the menu (javascript) it asked me another time username and
> password and if i don't enter them i get 401 error.
>
> i went to the log and saw that seems that after entering the menu, seems
> that apache lose the username:
>
> i post the access log:
> 192.168.137.124 - esempio [27/Nov/2007:16:48:34 +0100] "GET
> /virt_example/images/menu_bottom_background.gif HTTP/1.1" 200 123
> 192.168.137.124 - esempio [27/Nov/2007:16:48:34 +0100] "GET
> /virt_example/images/footer_for_menu.jpg HTTP/1.1" 200 3432
> 192.168.137.124 - esempio [27/Nov/2007:16:48:34 +0100] "GET
> /virt_example/images/infostrada_in_bot_logo.gif HTTP/1.1" 200 774
> 192.168.137.124 - - [27/Nov/2007:16:48:34 +0100] "GET /favicon.ico
> HTTP/1.1" 401 477
> 192.168.137.124 - esempio [27/Nov/2007:16:48:34 +0100] "GET /favicon.ico
> HTTP/1.1" 401 477
> 192.168.137.124 - - [27/Nov/2007:16:48:36 +0100] "GET /favicon.ico
> HTTP/1.1" 401 477
> 192.168.137.124 - - [27/Nov/2007:16:48:37 +0100] "POST
> /virt_example/dinamic_site_v2.pl HTTP/1.1" 401 477
>
>
> The username of my site is "esempio".
> Is there a way to disable permanently the favicon.ico ?
>
> Problem seems to happen only on firefox, while on explorer all seems ok.
1) Favicon.ico is something that the client browser looks for. You can't
disable it. Firefox seems to be fetching it on any access. IE fetches it when
bookmarked.
2) 1.3.29 is several versions out of date. Intervening versions have had
security updates. UPGRADE!