I believe I've figured this out. On a default AIX install, the hosts file has the entry as I listed below. From what I can tell of reading the CUPS code (keeping in mind that I haven't written anything in C in 15 years), CUPS is getting "loopback" as the name for that IP, comparing it to "localhost" (which fails), and rewriting all the URLs as <a href="http://loopback.">http://loopback.</a>...<br>
<br>Reversing the order of the entries in /etc/hosts (i.e., changing it to: 127.0.0.1    localhost   loopback) seems to fix this behavior.<br><br>Thanks!<br><br>Eric<br><br><div class="gmail_quote">On Fri, Jul 23, 2010 at 10:44 AM, Eric Michaelis <span dir="ltr"><<a href="mailto:combinare@gmail.com">combinare@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I checked that before I posted, actually; the only reference to loopback in /etc/hosts on the server is:<br>
<br>127.0.0.1       loopback localhost  # loopback (lo0) name/address<br><br>I don't believe that's the source of the problem.<br>
<br>Thanks!<br><font color="#888888"><br>Eric</font><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Thu, Jul 22, 2010 at 9:19 PM, Michael Sweet <span dir="ltr"><<a href="https://mail.google.com/mail?view=cm&tf=0&to=msweet@apple.com" target="_blank">msweet@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="">Your /etc/hosts file incorrectly has loopback assigned to your network address.  It should only be associated with 127.0.0.1 and ::1..<div><br><div><div><div></div><br></div></div></div>
</div></blockquote></div><br>
</div></div></blockquote></div><br>