Re: favicon.ico not showing in apache2

2012-11-15 Thread Jorge

On 14/11/2012 12:57, Tom Grace wrote:

On 14/11/12 11:53, Jorge wrote:


Same result in IE and FF browsers. It only works if I put the link ...
code line and disable SSL.



Are you hitting this?
https://blog.mozilla.org/ux/2012/06/site-identity-ui-updates/

I didn't check if IE has a similar thing.




It seems not to be my situation. According to the article The favicon 
is still displayed on the tab itself and I can't even find it there.




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/50a4b2ad.5000...@gmail.com



favicon.ico not showing in apache2

2012-11-14 Thread Jorge
 Mi web server is apache2 under Debian Squeeze. I've got SSL 
Certificate and user authentication (AuthUser), but I can't manage to 
show the favicon.ico unless I disable both of them.


Of course, favicon.ico is in the webroot of the VirtualHost and full of 
permissions (just in order to pass the test). I can see the image if I 
go to http://www.ejemplo.com/favicon.ico.


I've tried (despite I don't like this solution) ...

head link rel=shortcut icon href=http://www.ejemplo.com/favicon.ico 
type=image/x-icon / titleHello Word Icon/title /head


... and it works, despite authentication being enabled, by the time I go 
to http://www.ejemplo.com/, but keeps on not showing if I go to 
https://www.ejemplo.com/. And if I put href=https ... instead of 
href=http ... not even that, I can't see any of them.


How could I get the favicon allways working?
Is there a way to manage it without inserting code in any web page (I 
mean just seting up something in the VirtualHost configuration file, or 
something so)?


Pardon for my poor English. I'm working on it :)
Thank you!


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/50a37c17.3050...@gmail.com



Re: favicon.ico not showing in apache2

2012-11-14 Thread Darac Marjal
On Wed, Nov 14, 2012 at 12:10:15PM +0100, Jorge wrote:
  Mi web server is apache2 under Debian Squeeze. I've got SSL
 Certificate and user authentication (AuthUser), but I can't manage
 to show the favicon.ico unless I disable both of them.
 
 Of course, favicon.ico is in the webroot of the VirtualHost and full
 of permissions (just in order to pass the test). I can see the image
 if I go to http://www.ejemplo.com/favicon.ico.
 
 I've tried (despite I don't like this solution) ...
 
 head link rel=shortcut icon
 href=http://www.ejemplo.com/favicon.ico type=image/x-icon /
 titleHello Word Icon/title /head
 
 ... and it works, despite authentication being enabled, by the time
 I go to http://www.ejemplo.com/, but keeps on not showing if I go to
 https://www.ejemplo.com/. And if I put href=https ... instead of
 href=http ... not even that, I can't see any of them.

What do /var/log/apache2/access.log and /var/log/apache2/error.log say
on the matter?

Have you tried a different browser?



signature.asc
Description: Digital signature


Re: favicon.ico not showing in apache2

2012-11-14 Thread Jorge

On 14/11/2012 12:22, Darac Marjal wrote:

On Wed, Nov 14, 2012 at 12:10:15PM +0100, Jorge wrote:

  Mi web server is apache2 under Debian Squeeze. I've got SSL
Certificate and user authentication (AuthUser), but I can't manage
to show the favicon.ico unless I disable both of them.

Of course, favicon.ico is in the webroot of the VirtualHost and full
of permissions (just in order to pass the test). I can see the image
if I go to http://www.ejemplo.com/favicon.ico.

I've tried (despite I don't like this solution) ...

head link rel=shortcut icon
href=http://www.ejemplo.com/favicon.ico type=image/x-icon /
titleHello Word Icon/title /head

... and it works, despite authentication being enabled, by the time
I go to http://www.ejemplo.com/, but keeps on not showing if I go to
https://www.ejemplo.com/. And if I put href=https ... instead of
href=http ... not even that, I can't see any of them.


What do /var/log/apache2/access.log and /var/log/apache2/error.log say
on the matter?

Have you tried a different browser?



There are no more generated logs than the ones in 
/var/log/apache2/error.log. These are the repeated lines:



[Wed Nov 14 10:35:37 2012] [warn] Init: Name-based SSL virtual hosts 
only work for clients with TLS server name indication support (RFC 4366)
[Wed Nov 14 10:35:37 2012] [notice] Digest: generating secret for digest 
authentication ...

[Wed Nov 14 10:35:37 2012] [notice] Digest: done
[Wed Nov 14 10:35:39 2012] [warn] Init: Name-based SSL virtual hosts 
only work for clients with TLS server name indication support (RFC 4366)
[Wed Nov 14 10:35:39 2012] [notice] Apache/2.2.16 (Debian) 
PHP/5.3.3-7+squeeze14 with Suhosin-Patch mod_ssl/2.2.16 OpenSSL/0.9.8o 
configured -- resuming normal operations


Same result in IE and FF browsers. It only works if I put the link ... 
code line and disable SSL.






--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/50a38646.9090...@gmail.com



Re: favicon.ico not showing in apache2

2012-11-14 Thread Tom Grace
On 14/11/12 11:53, Jorge wrote:
 
 Same result in IE and FF browsers. It only works if I put the link ...
 code line and disable SSL.
 

Are you hitting this?
https://blog.mozilla.org/ux/2012/06/site-identity-ui-updates/

I didn't check if IE has a similar thing.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50a38714.2070...@deathbycomputers.co.uk