Arthur Marsh <[EMAIL PROTECTED]> writes:

> I had problems getting Mozilla Firefox 1.5.0.4 to do CUPS
> administration on http://localhost:631/

Could you try HTTPS:

  https://localhost:631/

> I was able to get things working better by using:
>
> http://ip6-localhost:631/

And again here:

  https://ip6-localhost:631/


Note this part of cupsd.conf:

# Restrict access to the admin pages...
<Location /admin>
  Encryption Required
  Order allow,deny
  Allow localhost
</Location>

The "Encryption Required" means you must you HTTPS in order to access
it.  Plain HTTP won't work.

> and I had not done anything to use IP6 specifically in CUPS.

It's completely automatic; CUPS 1.2 now had IPv6 support, so it will
be completely transparent.

If you post your cupsd.conf, it might show why "localhost" and
"ip6-localhost" are being treated differently.


Regards,
Roger

-- 
Roger Leigh
                Printing on GNU/Linux?  http://gutenprint.sourceforge.net/
                Debian GNU/Linux        http://www.debian.org/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.

Attachment: pgpbh56t8LoXy.pgp
Description: PGP signature

Reply via email to