Apache Server configuration support - error username in apache 1.3.29 - please urgent....

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > November 2007 > error username in apache 1.3.29 - please urgent....





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author error username in apache 1.3.29 - please urgent....
Limner

2007-11-27, 1:33 pm

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.
D. Stussy

2007-11-27, 7:23 pm

"Limner" <pendragon77@gmail.com> 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!

Davide Bianchi

2007-11-28, 7:42 am

On 2007-11-27, Limner <pendragon77@gmail.com> wrote:
> 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.


Apache asks for authentication every time the 'realm' changes,
your menu is probably badly constructed and doesn't use the same
realms as the main site.

Davide

--
The "ohXXXX-moment": when you realize just after that rm -fr * that you
are hopelessy in the wrong directory.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com