[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Cann't connect to cups page
- From: "shrek-m gmx de" <shrek-m gmx de>
- To: fedora-test-list redhat com
- Subject: Re: Cann't connect to cups page
- Date: Sat, 01 Nov 2003 20:27:05 +0100
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]