Safari can’t connect to the server.

Created at 07:38 Apr 25, 2007 by tammy, last modified at 07:38 Apr 25, 2007

Error message received:

Safari can’t open the page “http://localhost:631/help” because it could not connect to the server “localhost”.

Solution:

Reboot system! Listing


Comments

Submit Comment

From GSGM, 18:14 Apr 30, 2007 (score=2)

I had a similar issue. What I noticed in the error_logs was that the server was binding to IPv6 first (and I have that disabled)

Try the following; 
#Edit the /etc/cups/cupsd.conf file to only listen via IPv4
#original line below was listen localhost:631
Listen 127.0.0.1:631
Listen /private/var/run/cupsd

# Since the Cups installer took out the startupitems
#Manually launch Cupsd
sudo cupsd -l
Reply