(E-Mail Removed) (Rob van Riel) wrote:
>This is probably rediculously simple, but when I type 'hostname:631'
>in a browser address bar, all I get is 'Forbidden You don't have
>permission to access the resource on this server.', which makes it
>rather difficult to configure my printer. This is a remote access; the
>print server is a headless Debian Woody machine.
>
>Can anyone tell me what I need to change in which file to gain access?
The error message suggests that you actually are connecting to the
server, and it just doesn't like you.
Look in file /etc/cups/cupsd.conf, at the very last page of the
file there should be something like this:
<Location /admin>
#Encryption Required
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
## Restrict access to the following
Allow From 127.0.0.1
Allow From .domain.com
Allow From 192.168.0/24
Allow From 192.168.4.225
</Location>
Edit to suit your needs.
--
Floyd L. Davidson <http://web.newsguy.com/floyd_davidson>
Ukpeagvik (Barrow, Alaska)
(E-Mail Removed)