Cann't connect to cups page

shrek-m at gmx.de shrek-m at gmx.de
Sat Nov 1 19:27:05 UTC 2003


sean darcy wrote:

> I've just set up and up2dated a new install on what's meant to be a 
> print server.
>
> I'm using a cupsd.conf from a working server. It includes:
>
> <Location /admin>
>
> AuthType Basic
> AuthClass System
>
>
> Order Deny,Allow
> Deny From All
> Allow From 127.0.0.1
> Allow From 10.10.8.*
> #Encryption Required
> </Location>



# ifconfig
# service cups status
# lsof  -Pi | grep cups
# cat /var/log/cups/* | less

# lynx http://localhost:631/

# man cupsd.conf
# man lpadmin


what happens if you substitute
"Deny From All"  with  "Allow From All"
only for testing.

an other working example, not mine


--snip--

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.0/24
</Location>

<Location /printers>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.0/24
AuthType None
</Location>

<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.0/24
</Location>

--snap--



-- 
shrek-m





More information about the test mailing list